# My Account

<details>

<summary>How do I assign a NAME to my avatar?</summary>

Congratulations! You've claimed your unique NAME. All NAME management takes place at [decentraland.org/builder/names](https://decentraland.org/builder/names). There, you'll see the NAME you've just acquired and can assign it to your avatar.

</details>

<details>

<summary>Where can I find my wallet address?</summary>

You can easily copy the wallet address associated with your Decentraland account in-world or from decentraland.org.

In-world, click on your profile picture in the top left, and your wallet address will be under your avatar's name. Online, make sure you're logged in, then open your profile. You wallet address will be under your avatar's name.

</details>

<details>

<summary>How can I get customized email notifications?</summary>

Want to stay up to date with what's happening in-world while your're offline? Sign up to get personal notifications to your email from [Account Settings](https://decentraland.org/account/).

From the Decentraland website, click on your profile picture in the upper right to open the personal menu, select 'Account Settings', and then 'Email Notifications' on the left.

After adding your email, you'll be able to select the types of notifications you'd like to get emails about, e.g. Marketplace sales, Event reminders, or DAO activity.

</details>

<details>

<summary>I've lost access to the digital wallet linked to my Decentraland account, now what?</summary>

Unfortunately, if you lose access to your wallet, the Decentraland account linked to it cannot be recovered. You will need to make a new Decentraland account. Please remember to always keep your wallet recovery pass phrases in a safe and secure location.

</details>


---

# 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://docs.decentraland.org/faqs/my-account.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.
