# User Profile

Each user has their own profile, where you can set your own Nickname and view your USDC and Training Session balances.&#x20;

You can also view your NFTs and Albums from your Profile, as well as past Arenas you have participated in.&#x20;

Your profile is also where you can view Challenges, and your progress within them.&#x20;

{% hint style="info" %}
To learn more about Challenges, check out our [Challenges](/about-your-profile/user-profile/challenges.md) page.
{% endhint %}

Your profile also allows you to view and track your ranking on our Leaderboards.


---

# 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://wiki.5tars.io/about-your-profile/user-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.
