# /leaderboard

The command `/leaderboard` will prompt a message within Telegram to show top 3 users within the leaderboard for all time spans (All Time, Monthly, Weekly, Daily).

Furthermore, it provides a button to open up the [full leaderboard ](/leaderboard.md)within the WebApp.

{% hint style="warning" %}
If there is a [Competition](/airdrops.md) ongoing, this command will prompt the leaderboard of the current competition including a Button to it´s full leaderboard.
{% endhint %}

{% hint style="danger" %}
There is a rate limit for this command to prevent spamming
{% endhint %}

<figure><img src="/files/JAomTDacE7Nij1jVV8wP" alt="" width="375"><figcaption><p>Leaderboard Telegram prompt</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.raidsharksbot.com/quick-commands-guide/leaderboard.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.
