> For the complete documentation index, see [llms.txt](https://votetracker.gitbook.io/vote-tracker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://votetracker.gitbook.io/vote-tracker/setup-1.md).

# Setup

## Step 1

To open the setup menu and get started, type `vt!setup`. \
React with the plus emote to set up a service, and the book emote to show all services currently setup.\
\
In our case, we'll react with the plus emote to set it up.

![](/files/-MPK0f7mgo9nVaaeto3x)

## Step 2

Once you react with the plus sign to setup a service, you will be able to choose from the following:\
[`server-topgg`](https://docs.votetracker.xyz/commands/setup-1/server-topgg) To track votes for your server on <https://top.gg/servers/>\
[`bot-topgg`](https://docs.votetracker.xyz/commands/setup-1/bot-topgg) To track votes for your bot on [https://top.gg/](https://top.gg/servers/)\
[`bot-bls`](https://docs.votetracker.xyz/commands/setup-1/bot-bls) To track votes for your bot on <https://botlist.space/>\
[`bot-dbl`](https://docs.votetracker.xyz/commands/setup-1/bot-dbl) To track votes for your bot on <https://discordbotlist.com/>

Type one of the services in the text channel to start the setup. To continue reading the steps click on the service you chose above, or manually select the page on the left hand side under Setup.

![](/files/-MPK4QqU0sCQ7K_tbQHT)

## Support

You can find the community made video tutorial for setting up the bot [here](https://www.youtube.com/watch?v=CE_CyBs1EwA).\
If you need any extra assistance with the bot, you can join our support server [here](https://discord.com/invite/jxABfvJ).\
The support team is online every day and will assist you as soon as they can, we're more than happy to help.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://votetracker.gitbook.io/vote-tracker/setup-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
