> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/player/player-zh/chang-jian-wen-ti/my-account.md).

# 我的账户

账户设置

<details>

<summary>我如何将一个 NAME 分配给我的头像？</summary>

恭喜！你已领取了你的专属 NAME。所有 NAME 管理都在 [decentraland.org/builder/names](https://decentraland.org/builder/names)。在那里，你会看到刚获得的 NAME，并可以将其分配给你的头像。

</details>

<details>

<summary>我在哪里可以找到我的钱包地址？</summary>

你可以在游戏内或从 decentraland.org 轻松复制与你的 Decentraland 账户关联的钱包地址。

在游戏内，点击左上角的个人头像，你的钱包地址会显示在你的头像名称下方。在线上，确保你已登录，然后打开你的个人资料。你的钱包地址会显示在你的头像名称下方。

</details>

<details>

<summary>我如何获取自定义电子邮件通知？</summary>

想在你离线时也及时了解游戏内发生的事情吗？注册即可通过电子邮件接收来自 [账户设置](https://decentraland.org/account/).

在 Decentraland 网站上，点击右上角的个人头像打开个人菜单，选择“账户设置”，然后选择左侧的“电子邮件通知”。

添加电子邮件后，你可以选择希望通过邮件接收的通知类型，例如市场销售、活动提醒或 DAO 活动。

</details>

<details>

<summary>我已经无法访问与我的 Decentraland 账户关联的数字钱包了，现在该怎么办？</summary>

很遗憾，如果你无法访问自己的钱包，与之关联的 Decentraland 账户将无法找回。你需要创建一个新的 Decentraland 账户。请务必始终将钱包恢复助记词保存在安全可靠的地方。

</details>


---

# 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.decentraland.org/player/player-zh/chang-jian-wen-ti/my-account.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.
