> For the complete documentation index, see [llms.txt](https://docs.zus.network/zus-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zus.network/zus-docs/webapps/chalk/settings-page.md).

# Settings

This page is accessed by clicking the Avatar/Username on the top right corner of the navbar.

<figure><img src="/files/wKrlZGsGC9qPcb2osJSv" alt=""><figcaption><p>Fig1: Setting Page</p></figcaption></figure>

### Home

The **"Home"** tab will take you to the [File Management pages](/zus-docs/webapps/chalk/file-management-pages.md) where you can see and manage your uploaded files for your NFT.

{% hint style="info" %}
Note that you'd only see the "Home" tab if you have created a collection in Chalk.
{% endhint %}

### Manage Profile

**Update Username:** Choose your desired username. Usernames can be used to share private files with other users.

**Update Biography:** You can update your biography from the "Update your biography" field.

**Update Profile Picture:** You can also update your profile picture by clicking on the image.

<figure><img src="/files/VRQsJ2cNtVsoakmmicMH" alt=""><figcaption><p>Fig3: Manage Profile</p></figcaption></figure>

### Earnings

The **"Earnings"** tab will take you to the [Earnings](/zus-docs/webapps/chalk/earnings-page.md) page where you can see the earnings generated by your NFTs.

### Purchased NFTs

The **"Purchased NFTs"** tab will take you to the Purchased NFTs where you can see your purchased NFTs. Check [View Purchased NFTs](/zus-docs/webapps/chalk/purchased-nfts.md) page for more details.

### Manage Collections

The **"Manage Collections"** tab will take you to the [Manage Collections ](/zus-docs/webapps/chalk/manage-collections-page.md)page where you can manage your collections.

### Manage Subscription

The **"Manage Subscription"** tab will take you to the [Manage Subscriptions](/zus-docs/webapps/chalk/manage-subscriptions.md)[ ](/zus-docs/webapps/chalk/manage-subscriptions.md)page where you can manage your subscriptions.

### Wallet

**Change your passphrase:** Set a strong passphrase to save on the Züs Cloud. With a passphrase, you do not need your Mnemonic to access your account.

<figure><img src="/files/0S7afyTz9vwcvDrGNais" alt=""><figcaption><p>Fig4: Change Passphrase</p></figcaption></figure>

**Your Mnemonics:** Download your Mnemonic. Make sure to keep this key secure and private. Do not share it with anyone; save it offline in a secure location. Your Mnemonic gives complete access to your account and funds. You will need your Mnemonic if you ever need to recover your account.

<figure><img src="/files/oAhYCKi6i5MSQaChyRY6" alt=""><figcaption><p>Fig5: Mnemonic</p></figcaption></figure>

**Your Wallet Address:** View and Copy your wallet address. Click on "Atlus" to view your transaction history on Atlus.

<figure><img src="/files/9AyenNgLECTtkPTlQgrR" alt=""><figcaption><p>Fig6: Wallet Address</p></figcaption></figure>

**Your Public Key:** This key is needed to process some operations on CLI.

<figure><img src="/files/22Y8MnsOlIdKmWbGTnS7" alt=""><figcaption><p>Fig7: Public Key</p></figcaption></figure>

**Your Private Key:** Similar to Mnemonic, your private key can give access and control over your account. Make sure to keep it secure. If you have your Mnemonic safe and secure, there is no need to save this one. If saved, keep it offline, and do not share it with anyone.

<figure><img src="/files/pPPwqY62k2nD5g21U0et" alt=""><figcaption><p>Fig8: Private Key</p></figcaption></figure>

**Update Wallet Name:** Change the name of your wallets. You can have multiple wallets on your account. Name your wallets to make them easy to identify.

<figure><img src="/files/pZCDOZBbZeGLer4F0zMI" alt=""><figcaption><p>Fig9: Update Wallet Name</p></figcaption></figure>

### Get ZCN

The **"Get ZCN"** tab will open a popup for purchasing ZCN using Zus DEX. You can see the flow [here](/zus-docs/webapps/bolt/buy-zcn.md).

<figure><img src="/files/9wU9xvGTTe566lfoEnGs" alt=""><figcaption><p>Fig2: Get ZCN Screen1</p></figcaption></figure>

<figure><img src="/files/3PqW8TfUT8Q9mj6uWxE8" alt=""><figcaption><p>Fig3: Get ZCN Screen 2</p></figcaption></figure>

### Refer a friend

The **"Refer a friend"** tab will open a popup for referring someone to the Chalk app. Check more details [here](/zus-docs/webapps/chalk/refer-a-friend.md).

### Help

The **"Help"** tab will open a submenu where you can see FAQ, Privacy Policy, and Discord link to Chalk.

<figure><img src="/files/XvhO0VOwz9VV3S3o3ojM" alt=""><figcaption><p>Fig4: Help Submenu</p></figcaption></figure>

**FAQ**: Frequently Asked Questions

**Privacy Policy:** Review Chalk's Privacy Policy

**Terms of Service:** Review Chalk's Terms of Service

**Ask on Discord:** Have questions or any difficulty? Reach out to us on [Discord](https://discord.com/invite/vMSjZjtQ7H) on the "Chalk" channel. Create a support ticket for personal support.

### Logout

The **"Logout"** tab will logout you from Chalk. You'll see a confirmation popup before logging out.<br>

<figure><img src="/files/2jy43xuH7nW1kIxs883V" alt=""><figcaption><p>Fig5: Logout Popup</p></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.zus.network/zus-docs/webapps/chalk/settings-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.
