# Leaderboard

The **User Leaderboard** ranks the top contributors in the community based on their engagement and activity levels. It provides a competitive and motivational aspect to encourage participation.

<figure><img src="/files/krBdvHx2ZrKVAOE9Unma" alt=""><figcaption><p>User Leaderboard</p></figcaption></figure>

### How It Works

* Displays the **top 10** most engaged users in the community.
* Each user is ranked based on their accumulated **points**.
* The leaderboard includes key details for each user:
  * **Name** – The display name of the ranked member.
  * **Role** – Indicates whether the user is a member, moderator, or admin.
  * **Points** – A score reflecting the user's engagement level.
  * **Active Since** – The date when the user became active in the community.
* Users can track their ranking over time to see how their engagement compares to others.

The points are calculated based on different types of interactions within the community.

{% hint style="info" %}
Click [here](/tgmetrics-bot/markdown.md#how-the-points-are-calculated) for more details on how the scoring system works.
{% endhint %}

This feature helps foster engagement, recognize active contributors, and gamify community participation.


---

# 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.tgmetrics.ai/telegram-analytics/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.
