# Profile

As in every roleplaying game, your character has a profile used to show different statistics. To open your profile, just type `/profile`.

{% hint style="success" %}
You can also see other players' profiles using their rank or just by mentioning him with the "rank" or "user" parameters !
{% endhint %}

A player profile is cut like this :&#x20;

<figure><picture><source srcset="/files/3t8qtk39dh9pt1Guu7Qq" media="(prefers-color-scheme: dark)"><img src="/files/8lZEFIEjt2MFvpNyJzNs" alt=""></picture><figcaption><p>A player's profile</p></figcaption></figure>

### Informations&#x20;

This line contains every statistics about the adventure, containing :&#x20;

* :heart: Your health
* :star: Your experience points
* :moneybag: Your money
* :coin:Your tokens

### Statistics

This line is about everything [fights ](/en/notions-principale/combats.md)related. It shows :&#x20;

* :dagger: Your attack points
* :shield: Your defense points
* :rocket: Your speed points
* :zap: Your energy points
* :wind\_blowing\_face: Breath available / max breath
* :lungs: Breath recovery

### [Missions](#missions)

* Your number of gems
* Your progress in the campaign as a percentage

### Ranking and score

* Your rank / total number of players
* Your points accumulated throughout the adventure

For more information, see [Rank Up](/en/notions-avancees/monter-dans-les-classements.md)

### Remaining time&#x20;

This line shows the current status of your player. If you have any active [state alteration](/en/notions-principale/alterations-detat.md), the remaining time will be displayed, with the related emoji.

### Classes

You have the possibility to choose a [class ](/en/notions-principale/classes.md)for your character.

### Guilds

You can create or join a [guild](/en/notions-principale/guildes.md).

### Destination

This is where you are heading on the map.

### Glory and League

* Your position in the glory rankings
* Your glory points ✨
* Your league : it changes depending on your glory : More on [Leagues](/en/notions-principale/leagues.md)

{% hint style="success" %}
The embed's border color also indicates your actual league.
{% endhint %}

### Pet

An animal that accompanies you on your adventure.

### Badges

Finally, the bot will add in reaction to your profile emojis corresponding to all of your earned [badges](/en/notions-avancees/badges.md) during your adventure.


---

# 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-principale/profile.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.
