# User Profile

The Profile screen allows users to view the details they have saved in the application. The following information is displayed:

1. Wallet ID
2. Nickname
3. Country
4. Verification method
5. Financial information

The information is clearly labeled so users understand which details are public, private, or shared only with us. Users can update their nickname and financial information; however, other details cannot be changed.

Users can also view detailed descriptions of each field and learn how their data is being securely stored.

Additionally, users have the option to delete their wallet account if they no longer wish to use the service.

To open the profile screen, tap 'Profile' from the bottom navigation bar.\
![](/files/Kc292ZKqaq7YHJ1yiieP)\
\
![](/files/XYNoWd6NHiPdrTYE6Upm)\
\
![](/files/qsMJePWx5yIKndFB4qLo)


---

# 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://docs.tuumio.com/tuumio-wallet-user-manual/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.
