> For the complete documentation index, see [llms.txt](https://docs.votemanager.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.votemanager.xyz/bots/create/voidbots.md).

# Void Bots

{% 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://voidbots.net/bot/[your-bots-id]/webhooks`

**E.G.** `https://voidbots.net/bot/959699003010871307/webhooks`

<figure><img src="/files/hXl9YX9gQzzWigGJpCBV" alt=""><figcaption><p>Your bots Void Bots webhook settings page</p></figcaption></figure>

Please paste the URL provided in step two into the **Webhook URL** box. The URL should follow the format `https://webhooks.votemanager.xyz/request/voidbots/[your-bots-id]/`

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

Next, enter the provided passphrase into the **Authorization** field

Once you have filled out the required fields, click the **Edit** button to save your changes

<figure><img src="/files/bxxdcMbPyTwiRuHUVOaF" 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 upvotes your bot


---

# 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://docs.votemanager.xyz/bots/create/voidbots.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.
