# Discord Servers

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

To continue your setup, please go to the link shown as step one. It should look like this: `https://discordservers.com/pannel/[your-servers-id]/webhooks`

**E.G.** `https://discordservers.com/panel/959775329843544074/webhooks`

<figure><img src="/files/1rYZf0r4vYGUMohJpFXE" alt=""><figcaption><p>Your servers Discord Servers webhooks page</p></figcaption></figure>

You should be taken to a page that looks like the above image. Click on the **Add Webhook** in the bottom right

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

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

{% hint style="warning" %}
Discord Servers does not support Authentication with webhooks. You will not need to enter the provided passphrase anywhere
{% endhint %}

For the **Content Type** box, please leave it as the default value, `application/json`. Once you have filled out the options as shown below click on the **Submit** button

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

After clicking submit, you should have a table that looks similar to the image below:

<figure><img src="/files/oQFnvKn8OFevL19GVzBz" alt=""><figcaption><p>The webhook details have been saved</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 gives gems to/bumps 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/discord-servers.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.
