# Account Management

Click ***Account Management*** on the main panel to enter the account management page.

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

## Create Wallet

Click the ***Create Wallet*** button on the account management page to automatically generate a wallet with up to **5 wallets**.&#x20;

You can click on the snowflake to view the mnemonic phrase.&#x20;

<mark style="color:red;">**You need to keep your mnemonic phrases in a safe place and it is recommended to copy them down manually and save them. In the Bot, the mnemonic phrase will only be displayed once and cannot be exported.**</mark>

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

## Import Wallet

You can also select ***Import Wallet*** to create a wallet by entering the 12-digit mnemonic of another existing wallet.

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

## Delete Wallet

Select a single wallet to be deleted, or click ***Delete All Wallets*** to delete all wallets.

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

<mark style="color:red;">**Once the wallet is deleted, it cannot be restored**</mark>. Before deleting your wallet, please make sure you have backed up your wallet mnemonic or transferred your assets to avoid asset loss.

## Single Wallet Details

<figure><img src="/files/36Mh6rbRo9nfIX6iwqty" alt=""><figcaption></figcaption></figure>

The individual wallet details page displays a partial list of tokens in the wallet under the specified chain.

You can operate this wallet on this page:&#x20;

1. Delete wallet: Click ***Delete Wallet*** to enter the wallet deletion page.&#x20;
2. List all assets: This page will display a list of all tokens you hold in this wallet under the specified chain.&#x20;
3. Transfer: transfer the tokens in the wallet.
4. Receive: Deposit tokens into the wallet.&#x20;
5. Edit name: You can modify the remark name of the wallet so that you can quickly identify the wallet.


---

# 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://avebotdoc.ave.ai/en/quick-use/account-management.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.
