> 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/readme.md).

# 환영합니다

Decentraland에 참여하고, 어울리고, 일원이 되기 위해 알아야 할 모든 것.

### 🌟 시작하기

* [디센트럴랜드 시작하기](/player/player-ko/in-world/overview.md)
* [이벤트 찾기 및 참여하기](/player/player-ko/in-world/finding-events.md)
* [친구를 사귀고 대화하기](/player/player-ko/in-world/friends-and-chatting.md)
* [아바타 꾸미기](/player/player-ko/in-world/customizing-your-avatar.md)
* [보상 받기](/player/player-ko/in-world/earning-rewards.md)
* [제네시스 시티와 월드 탐험하기](/player/player-ko/in-world/exploring.md)
* [설정 및 성능 최적화](/player/player-ko/in-world/settings-and-performance.md)
* [계정 관리](https://docs.decentraland.org/faqs/my-account) 및 [보안](/player/player-ko/faqs/security.md)

### ❓ 디센트럴랜드 알아보기

* [디센트럴랜드 소개](/player/player-ko/introduction/about-decentraland.md)
* [백서](/player/player-ko/introduction/whitepaper.md)
* [자주 묻는 질문](/player/player-ko/faqs/decentraland-101.md)

### 🔑 소유 및 관리

* [LAND, 웨어러블, 이모트를 구매하고 판매하기](/player/player-ko/marketplace/marketplace.md)
* [LAND 토지와 에스테이트 관리하기](/player/player-ko/marketplace/land-manager.md)
* [LAND 임대하기](/player/player-ko/marketplace/rentals.md)

### 🎨 제작하기

* [콘텐츠를 제작하고 작업으로 수익 창출하기](https://docs.decentraland.org/creator)
* [웨어러블 제작하기](https://docs.decentraland.org/creator/wearables-and-emotes/wearables/creating-wearables)
* [이모트 제작하기](https://docs.decentraland.org/creator/wearables-and-emotes/emotes/creating-emotes)
* [장면 제작하기](https://docs.decentraland.org/creator/scene-editor/get-started/scene-editor-essentials)

### 🏛️ 커뮤니티 및 거버넌스

* [DAO에 참여하는 방법](/player/player-ko/dao/dao-userguide.md)
* [투표 권한 이해하기](/player/player-ko/dao/dao/what-do-you-need-to-participate.md)
* [제안 만들기 및 투표하기](/player/player-ko/dao/dao/what-can-you-do-with-the-dao.md)
* [DAO의 구조와 한계](/player/player-ko/dao/dao/the-daos-limitations.md)

### 🔗 블록체인 및 월렛

* [월렛 설정하기](/player/player-ko/blockchain-integration/get-a-wallet.md)
* [이더리움과 스마트 계약 이해하기](/player/player-ko/blockchain-integration/ethereum-essentials.md)
* [폴리곤에서 거래 관리하기](/player/player-ko/blockchain-integration/transactions-in-polygon.md)

### 빠른 링크

* [디센트럴랜드 다운로드](https://decentraland.org/download/)
* [마켓플레이스 방문하기](https://decentraland.org/marketplace)
* [DAO에 참여하기](https://decentraland.org/dao)
* [이벤트 둘러보기](https://decentraland.org/events/)

## 커뮤니티

* [Discord](https://dcl.gg/discord) - 대화에 참여하기
* [포럼](https://forum.decentraland.org/) - 제안과 아이디어를 논의하기
* [X](https://X.com/decentraland) - 최신 소식 확인하기
* [뉴스레터](https://decentraland.beehiiv.com/subscribe) - 주간 업데이트

***

도움이 필요하신가요? [지원팀에 문의하기](https://decentraland.org/help/)


---

# 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/readme.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.
