> For the complete documentation index, see [llms.txt](https://help.smartico.ai/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smartico.ai/welcome/products/mini-games/matchx-game/leaderboard.md).

# Leaderboard

Each round presents a Leaderboard which shows the list of the first 20 ranked players participating in the round, and the score as the round goes on.\
The player can click on any other participating players to view their predictions in the round (can be disabled/enabled from BO).

{% hint style="info" %}
Keep in mind that if there are 2 or more players with the same score they will share the same position in the Leaderboard. Player rankings can be hidden from the Back Office.
{% endhint %}

<figure><img src="/files/09JpU6c0B4xNzbgRc2wY" alt=""><figcaption><p>Leaderboard for selected round</p></figcaption></figure>

<figure><img src="/files/MUD1WdaEDPpJIo6Z25FB" alt=""><figcaption><p>Predication of specific user in selected round</p></figcaption></figure>

The score will be calculated in real-time once a match is settled, but the prizes will be distributed only upon manual resolution of the round.

Please note that the score can change in real time if a match settlement is changed. For example, a match ended 2:1, and a user predicted the correct score and gained 10 points, only then the operator changed the score of the match manually to 0:3, and the score will be adjusted for the user.

<figure><img src="/files/cAntAogQFNmMJlMPMxZi" alt=""><figcaption><p>Leaderboard of selected round in Smartico backoffice</p></figcaption></figure>

### &#x20;<a href="#f36ygrja2yj4" id="f36ygrja2yj4"></a>


---

# 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://help.smartico.ai/welcome/products/mini-games/matchx-game/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.
