> ## 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 Go SDK: Community Library

> A community-maintained Go library for the Top.gg API. Integrate Top.gg bot stats posting and vote tracking features into your Go Discord bot.

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

## Installation

Add the package to your module with `go get`:

```bash theme={null}
go get github.com/top-gg/go-dbl@latest
```

Then import it in your code:

```go theme={null}
import dbl "github.com/top-gg/go-dbl"
```

## Community and support

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