> For the complete documentation index, see [llms.txt](https://taskoncommunitys-organization.gitbook.io/taskon-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taskoncommunitys-organization.gitbook.io/taskon-help-center/community/leaderboard.md).

# Leaderboard

After entering the community, click on the "`Leaderboard`" to access the detailed page.

You can see the details of all members in this community.

The Leaderboard displays the number of tasks completed, total points earned, and the number of invited users for each ranked member, along with your personal ranking within the community.

<figure><img src="/files/DKwWH8rDOLsuwowzpqUw" alt="" width="563"><figcaption></figcaption></figure>

**Leaderboard Sprint**

Similar to the Leaderboard, the **Leaderboard Sprint** places greater emphasis on tracking community users' point acquisition and rankings within a **specific time frame**. It is particularly suited for ranking users during **sprint campaign periods**.

<figure><img src="/files/o6OG0QEEntJNUoeBqMmA" alt=""><figcaption></figcaption></figure>

Sprint presents you with a prime opportunity to focus, immerse yourself, and efficiently complete tasks. Curated meticulously by project owners, Sprint is a collection of tasks within a time-limited activity.

Within the designated timeframe, completing as many tasks as possible earns you points, providing a chance to win Sprint rewards. These rewards are diverse, ranging from Whitelists, NFTs, Discord Roles, and more, all distributed by the community. They serve as a robust testament to your contributions within the community.


---

# 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, and the optional `goal` query parameter:

```
GET https://taskoncommunitys-organization.gitbook.io/taskon-help-center/community/leaderboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
