> ## Documentation Index
> Fetch the complete documentation index at: https://docs.top.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Top.gg Ruby SDK: Community Library

> A community-maintained Ruby gem for the Top.gg API. Post bot stats, retrieve bot listings, and query Top.gg user data from your Ruby application.

The Top.gg Ruby SDK is a community-maintained gem that wraps the Top.gg REST API for Ruby applications. It is not maintained by the Top.gg core team.

## Installation

Install the gem directly:

```bash theme={null}
gem install topgg
```

Or add it to your `Gemfile`:

```ruby theme={null}
gem 'topgg'
```

Then run:

```bash theme={null}
bundle install
```

Require the gem in your code:

```ruby theme={null}
require 'topgg'
```

## Community and support

For bug reports or feature requests, open an issue on the [GitHub repository](https://github.com/top-gg/ruby-sdk). For general API questions, join the Top.gg Discord server at [discord.gg/dbl](https://discord.gg/dbl).
