> For the complete documentation index, see [llms.txt](https://docs.dagora.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dagora.xyz/beginners-guide/basics/how-to-access-account-profile-page.md).

# How to access account/ profile page

## **Access account**

**Step 1:** After signing in or connecting wallet, click on the **Profile** icon on the top right corner of the screen

![](/files/T4psntLVWodLOffkDgtE)

**Step 2:** Click on **View Profile** or the Profile avatar to access your profile page with NFTs in the connected wallet

<figure><img src="/files/Iz1HJx2YxNS5dkVdHL6n" alt=""><figcaption></figcaption></figure>

### Update Profile <a href="#udjldruy1h9o" id="udjldruy1h9o"></a>

**Step 1:** In the **Profile** page, click on the **Edit** icon next to the wallet address

<figure><img src="/files/Ji6c2RiU6S6MztvP3WK0" alt=""><figcaption></figcaption></figure>

**Step 2:** Fill in the information and click **Save** button

<figure><img src="/files/wHogeIgSRv3I2JLoHII6" alt="" width="375"><figcaption></figcaption></figure>

Your Profile will be updated right away.&#x20;

To adjust the visibility for your privacy preference, click on **Profile Visibility** tab and toggle on/off the options to display on your profile for guests.

<figure><img src="/files/eQXKvW7ACcmARQ9mSHEg" alt="" width="375"><figcaption></figcaption></figure>

### Switch network <a href="#wg66wp23vtkz" id="wg66wp23vtkz"></a>

You can switch to another blockchain wallet within the same connected multichain wallet.

Click on the **Blockchain** icon in the side menu and confirm the request pop-up

<figure><img src="/files/G1IYiAh0E5EQqlKYWwrC" alt=""><figcaption></figcaption></figure>

### Deposit funds <a href="#j2dl913ev047" id="j2dl913ev047"></a>

Click the **Receive** button and copy the wallet address to send tokens and NFTs on the corresponding blockchain wallet.

<figure><img src="/files/4E3uWyRLX6CbavIUM3AM" alt=""><figcaption></figcaption></figure>

### Change Settings - Theme/Mode <a href="#gr3tos61ievn" id="gr3tos61ievn"></a>

Click on the Dropdown icon and Select Theme Dark/Light mode to change

<figure><img src="/files/Y8B3KTxh8Ji3mkWGZqNx" alt=""><figcaption></figcaption></figure>


---

# 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://docs.dagora.xyz/beginners-guide/basics/how-to-access-account-profile-page.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.
