> For the complete documentation index, see [llms.txt](https://guides.upland.me/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.upland.me/getting-started/play/profile.md).

# Profile

Players spend a fair amount of time in the Profiles to get a snapshot of their progress, manage assets, etc. Familiarizing yourself with the elements of the Profile page will help you be more comfortable with the experience.

Look at the numbered items in the UI image and use the key below for brief explanations.

![](https://guides.upland.me/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FpviSnYRR3vUmecm1ULpg%2Fblobs%2FrVll7DotEBRJCXhWhH0D%2FProfile%2520UI_markup.png\&width=300\&dpr=4\&quality=100\&sign=5f0c6e14\&sv=1)

1. This tab opens the Asset Wallet, where players see all their owned properties and NFTs. See below for an example:

&#x20;![](https://guides.upland.me/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FpviSnYRR3vUmecm1ULpg%2Fblobs%2FnOwBQv5kCQLCICtD2Myj%2Fassets_ui2.png\&width=300\&dpr=4\&quality=100\&sign=25606fbe\&sv=1)

1. By clicking on the pencil icon, you can edit your profile by changing your Block Explorer and background color.
2. This star icon opens up descriptions of each Upland Status.
3. This progress bar shows how far the player is from the next level up.
4. The Referral Program generates unique URL players can share to receive bonus UPX when their friends or family sign up.
5. Use this button to set your Upland Home Address, which is needed to vote and join a neighborhood. (Note: KYC is required to set an address)
6. This opens the Avatar creator, powered by Ready Player Me. Below is an example of the avatars you can create.

&#x20;![](https://guides.upland.me/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FpviSnYRR3vUmecm1ULpg%2Fblobs%2FUZflu7Z7DR3O9uzvOGDB%2Fsnip%2520upland.png\&width=300\&dpr=4\&quality=100\&sign=3a4ec5af\&sv=1)


---

# 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://guides.upland.me/getting-started/play/profile.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.
