> 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/servers/create/disurl.md).

# Disurl

{% 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://disurl.me/dashboard/server/[your-servers-id]/webhooks`

**E.G.** `https://disurl.me/dashboard/server/959775329843544074/webhooks`

<figure><img src="/files/avIWZGAaExuU42Vxz8lD" 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.

Paste the Webhook URL provided in step two into the field labelled **Webhook URL**. The URL should follow the format `https://webhooks.votemanager.xyz/request/disurl/[your-servers-id]/`

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

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

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

After filling out the fields as described above, click on the **Save** button. You should see an item added in the Active Webhooks section

<figure><img src="/files/LNuIuXOAYR9zGL3krYgo" alt=""><figcaption><p>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
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/servers/create/disurl.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.
