# Discords

{% 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://discords.com/bots/bot/[your-bots-id]/edit`

**E.G.** `https://discords.com/bots/bot/959699003010871307/edit`

You should be taken to a page that looks like the above image. Please enter the URL provided in step two into the field labelled **Webhook URL**, under **Developer Values**. The URL should follow the format `https://webhooks.votemanager.xyz/request/discords/[your-bots-id]/`

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

Next, paste the passphrase provided into the field labelled **Webhook Secret**. Finally, scroll down to the bottom of the page and click **Apply Changes**

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 upvotes your bot


---

# 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/discords.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.
