> 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-ko/faqs/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-ko/faqs/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.
