> For the complete documentation index, see [llms.txt](https://docs.tokenscan.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tokenscan.app/raidar/start-raidar/as-group-admin/how-to-show-and-reset-leaderboard.md).

# How to show & reset leaderboard

**What is the leaderboard?** The leaderboard ranks raiders by XP earned through engagement. Default XP values are:

❤️ Like: +5 XP 🔁 Repost: +4 XP 💬 Reply: +3 XP 🔖 Bookmark: +2 XP 👊 Smash: +14 XP

**Smash** is a single action that likes, reposts, bookmarks, and replies all at once via DM.&#x20;

{% hint style="info" %}
XP values can be customized in Raidar Pro.
{% endhint %}

## Show your group leaderboard

Use **/lb** to display your group's current raid leaderboard

{% columns %}
{% column valign="middle" %}
Raidar displays the top 10 raiders.&#x20;

Click **Extend** to show the full leaderboard

Want more detail? Filter the leaderboard by time period:

* **/lb** : All-time leaderboard
* **/lb 1d** : Last 24 hours
* **/lb 7d** : Last 7 days
* **/lb 30d** : Last 30 days

{% endcolumn %}

{% column valign="middle" %}

<div align="left"><figure><img src="/files/czhGtdnSCXJvAvFp9dnh" alt="Sample group leaderboard.  Notice the XP count"><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

## Reset the leaderboard:

Use **/lbreset** to reset your group's raid leaderboard.

<div align="left"><figure><img src="/files/KgpbTy61wdqHHQD7Bvs3" alt="Reset your group&#x27;s leaderboard"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
Note: this permanently deletes all leaderboard data. Use **/lb** to save a copy first.
{% endhint %}


---

# 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:

```
GET https://docs.tokenscan.app/raidar/start-raidar/as-group-admin/how-to-show-and-reset-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.
