# Rank up

## The `/top score` command

The `/top score` command (not to be confused with `/top glory`) can be used to see the leaderboard of the Crownicles players, by points count. It also displays your ranking, and the page at which you are. The players will be displayed 15 by 15, showing their name, their status, their points count, and their level.

<picture><source srcset="/files/aJ4AIhIdmnOnA6gUkuE7" media="(prefers-color-scheme: dark)"><img src="/files/FvIR8E9NQmVQ8SQAPgSR" alt="An example of the /top score command, showcasing the top 15 as of this screenshot&#x27;s upload"></picture>

### `/top score` options

#### Display a specific page of the leaderboard

It is possible to see a specific page of the leaderboard, by typing `/top score page:<page number>`.

{% hint style="warning" %}
In the example above you don't need to write <>. For example, typing `/top score page:215` will display the users who are ranked between the 3211th and the 3225th place.
{% endhint %}

#### Get a specific timing on the leaderboard

Two periods are available for this command: "All time" (the default option when you don't specify the `duration` option), and "This week". The `duration` option will specify the period on which the leaderboard should be displayed.

For example: `/top score duration:🕥 This week.` will show the leaderboard taking account on the points gathered during the week it was launched.

{% hint style="success" %}
The available values are automatically proposed by Discord, thus there's no possible syntax error as you don't need to write the command entirely by hand!
{% endhint %}

The weekly leaderboard is reset every sunday. The winner of that leaderboard will receive the following badge:

🎗️ `Player that has won a weekly leaderboard`

More informations about badges can be viewed here:

{% content-ref url="/pages/-MH2fsy21EFgQHm2tkNA" %}
[Badges](/en/notions-avancees/badges.md)
{% endcontent-ref %}


---

# 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://guide.crownicles.com/en/notions-avancees/monter-dans-les-classements.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.
