# Top.gg

{% hint style="info" %}
This continues from the tutorial on the previous page ([here](/bots/create.md))
{% endhint %}

To continue your setup, please go to the link shown as step one. It should look like this: `https://top.gg/bot/[your-bots-id]/webhooks`

**E.G.** `https://top.gg/bot/959699003010871307/webhooks`

<figure><img src="/files/L5RP7mCefKTfSrxrCpwY" alt=""><figcaption><p>Your bots Top.gg webhooks page</p></figcaption></figure>

{% hint style="success" %}
You need to be logged in & own or be in a team that owns the bot on Top.gg to access this page
{% endhint %}

You should be taken to a page that looks like the above image. Please paste the URL provided in step two into the **Webhook URL** box. The URL should follow the format `https://webhooks.votemanager.xyz/request/[platform]/[your-bots-id]/`

**E.G.** `https://webhooks.votemanager.xyz/request/topgg/959699003010871307/`

You should then paste the passphrase shown in step six into the **Authorization** box. It should be a 20 character long string

<figure><img src="/files/ZPUocYgXUUo8qoadyB04" alt=""><figcaption><p>Webhook URL &#x26; Authorization have been filled out</p></figcaption></figure>

If you forget or lose your passphrase you can run the `/trackers passphrase` command. Select **Bot** for the type then choose the tracker from the options and run the command

<figure><img src="/files/Nz2ylf4PFqNkeS9ESrnV" alt=""><figcaption><p>Trackers Passphrase Command</p></figcaption></figure>

Your vote tracker is now fully setup! A message will be sent with your configured embed to the channel you configured whenever a user bumps or server on Discord Servers


---

# Agent Instructions: 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:

```
GET https://docs.votemanager.xyz/bots/create/topgg.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
