# Leaderboard

The **Leaderboard** highlights the most active and engaged members in a community. It allows community owners and members to track engagement and recognize top contributors in real time. It provides transparency and recognition for users contributing the most to discussions and community growth.

<figure><img src="/files/VfWoRUMkZUTZH0tDmWaH" alt="" width="406"><figcaption><p>Leaderboard command</p></figcaption></figure>

### How the points are calculated?

We filter the content of each message to determine whether it is relevant or not. If a message is classified as relevant, we further analyze its type and assign a score accordingly.

For now, every message counts as **1 point**, but we are actively refining this system to ensure better accuracy and fairness. Expect changes soon as we continue improving the way engagement is measured!

The **Leaderboard** highlights the most active and engaged members in a community. It allows community owners and members to track engagement and recognize top contributors in real time. It provides transparency and recognition for users contributing the most to discussions and community growth.

### **How It Works**

* To access the leaderboard, use the command `/leaderboard` in your Telegram group. You'll instantly see the ranking of the most **active members for today**.
* Want to check the leaderboard for a specific date? Use `/leaderboard YYYY-MM-DD` (e.g., `/leaderboard 2025-02-21`).
* **Need an overview of a date range?** Use `/leaderboard YYYY-MM-DD YYYY-MM-DD` (e.g., `/leaderboard 2025-01-01 2025-01-20`) to see the total points accumulated over that period.
* The bot tracks and ranks members based on their activity.
* Community owners can use this data to reward engagement and foster a more vibrant group.
* To check the leaderboard, use the command: `/leaderboard`.

{% hint style="info" %}
Please note that the leaderboard is updated **every 15 minutes.**
{% 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.tgmetrics.ai/tgmetrics-bot/markdown.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.
