# Rankly

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

To continue your setup, you'll need to navigate to your server's webhook settings on Rankly. The URL should look like this: `https://rankly.live/dashboard/[your-servers-id]/webhooks`

**E.G.** `https://rankly.live/dashboard/959775329843544074/webhooks`

<figure><img src="/files/QHXG1XAN3Y5a9HQOG6xV" alt=""><figcaption><p>Your server's webhook configuration page on Rankly</p></figcaption></figure>

Once you're on the webhooks page, follow these steps:

1. Locate the **Webhook Settings** section on your dashboard
2. In the **Webhook URL** field, paste the URL provided in step two. The URL follows this format: `https://webhooks.votemanager.xyz/request/rankly/[your-servers-id]/`

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

3. Enter the provided passphrase into the **Authorization Header** field

<figure><img src="/files/8QfEWl71fyEPc3wSib35" alt=""><figcaption><p>Webhook configuration with filled details</p></figcaption></figure>

Click the **Save Configuration** button to apply your settings.

<figure><img src="/files/OY02DX3Xm8VYeGzL3AOC" alt=""><figcaption><p>Successfully saved webhook configuration</p></figcaption></figure>

{% hint style="success" %}
Congratulations! Your Vote Manager tracking is now set up for Rankly. When users vote for your server on Rankly, notifications will be sent to your configured Discord channel with the customized embed.
{% endhint %}

## Lost Your Passphrase?

If you need to retrieve your passphrase, you can use the `/trackers passphrase` command in Discord:

1. Select **Server** as the type
2. Choose your Rankly tracker from the options
3. Execute the command

<figure><img src="/files/Nz2ylf4PFqNkeS9ESrnV" alt=""><figcaption><p>Using the Trackers Passphrase Command</p></figcaption></figure>

{% hint style="info" %}
Remember to keep your passphrase secure as it's used to verify webhook requests from Rankly.
{% endhint %}


---

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