# /profile

You can issue the /profile command by passing in the Token ID of the Hero Role NFT you own to set it as your profile photo. This will then be displayed as you play the game and throughout the website as your avatar.

{% hint style="info" %} <mark style="color:purple;">**/profile \[Token ID]**</mark>
{% endhint %}

**Example:**

<mark style="color:purple;">/profile 8435</mark>


---

# 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://whitepaper.mintofdestiny.xyz/discord-bot/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.
