# Infinity Bots

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

{% hint style="warning" %}
At the time of writing, server listing it not yet released on Infinity Bot List, but it currently in public beta
{% endhint %}

To continue your setup, please go to the link shown as step one. It should look like this: `https://infinitybots.gg/server/[your-servers-id]/settings`

**E.G.** `https://infinitybots.gg/server/877814636039266336/settings`

Then, click on **Webhooks** on the sidebar

<figure><img src="/files/MG2JFSc14GBQilJmzx03" alt=""><figcaption><p>Your servers IBL settings page</p></figcaption></figure>

You should be taken to a page that looks like the above image. Click on the **+ New Webhook** button to add a webhook.

<figure><img src="/files/F1oyXpA9x2BmxUNGnTiU" alt=""><figcaption><p>Your servers webhook settings</p></figcaption></figure>

Then click on the **> Untitled Webhook** button that will appear beneath it. It should expand, showing you options to configure the name, URL & authentication of the webhook

<figure><img src="/files/IHwmqX2TV6aEgHSac8uN" alt=""><figcaption><p>A webhook has been created</p></figcaption></figure>

Name the webhook something that shows what it is, for example, Vote Manager. Then, paste the URL provided in step two into the **Webhook URL** box. The URL should follow the format `https://webhooks.votemanager.xyz/request/ibl/[your-servers-id]/`

**E.G.** `https://webhooks.votemanager.xyz/request/ibl/959775329843544074/`

Enter the provided Passphrase into the **Webhook Secret** field. Ensure that **Simple Auth** is left unchecked and the **Event Whitelist** contains **NEW\_VOTE** or is left empty

<figure><img src="/files/yEORgodpEZJkQOQVoUGS" alt=""><figcaption><p>Webhook details have been filled out</p></figcaption></figure>

Once you filled out the options described above, click on the **Save Webhooks** button

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 server

If you forget or lose your passphrase you can run the `/trackers passphrase` command. Select **Server** 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>


---

# 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/servers/create/ibl.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.
