# 账户管理

点击首页的【账户管理】进入账户管理页面。

<figure><img src="/files/9GNaPEEVSVcUCdzerenj" alt=""><figcaption><p>账户管理</p></figcaption></figure>

## 创建钱包

在账户管理页面点击【创建钱包】按钮，即可自动生成一个钱包，**至多拥有5个钱包**。

你可以点开雪花查看助记词。<mark style="color:red;">**您需要妥善保管好您的助记词，建议手动抄写下来保存。在机器人中，助记词只会显示这一次，且不可导出。**</mark>

<figure><img src="/files/G8SWP3gl8iP656nsI9LX" alt=""><figcaption><p>创建成功</p></figcaption></figure>

## 导入钱包

您也可以选择【导入钱包】，通过输入其他已有钱包的12位助记词来创建钱包。

<figure><img src="/files/QHabJM7kVyuZey3w36L6" alt=""><figcaption><p>导入助记词</p></figcaption></figure>

## 删除钱包

选择需要删除的单个钱包，或者点击【删除所有钱包】删除所有钱包。

<figure><img src="/files/Km1V9RX3a9nlDlAVE7ZJ" alt="" width="494"><figcaption><p>删除钱包</p></figcaption></figure>

<mark style="color:red;">**钱包一经删除，不可恢复**</mark>。删除钱包之前，请确保已<mark style="color:red;">**对钱包助记词进行备份或者资产转移**</mark>，避免资产丢失。

## 单个钱包详情

<figure><img src="/files/QLjYvRHiG8UAUu7YKdzZ" alt="" width="563"><figcaption></figcaption></figure>

单个钱包详情页面 展示了该钱包在指定链下的部分代币列表

您可以在这个页面操作这个钱包

1. &#x20;删除钱包：点击【删除钱包】进入删除钱包页面。操作详见 [删除钱包](#shan-chu-qian-bao)
2. 列出全部资产：该页面将展示该钱包在指定链下的你所持有的所有代币列表。
3. 转出：转出钱包中代币
4. 收款：给钱包充入代币
5. 修改备注：你可以修改该钱包的备注名，以便能快速辨认钱包。


---

# 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/kuai-su-shi-yong/zhang-hu-guan-li.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.
