> For the complete documentation index, see [llms.txt](https://doc.juncachain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.juncachain.com/wallet_app/account_setting.md).

# Account Setting

On the current page, you can view your detailed information, including avatar, invitation code, phone number, email address, agreement, bank card, device, change password, change language, change main chain, and merge accounts.

![](/files/Jyphx8Ej5n0LVJ1KopmY)

#### Change avatar

You can **click on the avatar** and freely choose to get it from the photo album or take a photo now to update your avatar.

#### Share invitation code

Click **Get referral code**, and copy the corresponding invitation link or just the invitation code in the pop-up prompt box.

#### View user details

You can change your nickname on the details page, and check whether other people can directly transfer money to your bound wallet through email or mobile phone number.

After modifying any information, click Save.

![](/files/qmwGunrMI2TNBm9uLysJ)

#### Manage cards

Tap **Cards** here to manage all your credit cards, including: view credit card list, add credit card, delete credit card.

#### Change password

Click **Change password** here to change your login password.

#### Change the main chain

Click **Switch Testnet** to pop up the tab, select the main chain or the test chain, please note: the application needs to be restarted to take effect after the change.

#### Change language

Click **Language** to pop up the tab, select the language you want the APP to display, and it will take effect immediately after switching.

#### Merge V1 account

Please refer to [Migrate JCC From V1](https://github.com/juncachain/doc/blob/main/wallet_app/wallet_app/migrate_JCC_from_V1.md) .

#### Sign out

Swipe to the bottom and tap the **Log out** button to log out of the currently logged in account. After success, it will jump to the login page.

#### Delete account

Click the menu button in the upper right corner, pop up the tab, select delete account, and your account will be deleted after 2 confirmations. Please note: this behavior is risky, please operate with caution!

{% hint style="info" %}

* **Your data will be deleted and cannot be restored!**
  * **Your account**
  * **Your wallet mnemonic, key, address**
    {% endhint %}


---

# 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://doc.juncachain.com/wallet_app/account_setting.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.
