> 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/in-world/overview.md).

# 개요

Decentraland 개요 탐색

**'인월드'** 디센트럴랜드의 가상 세계 안에서 일어나는 모든 것을 가리킵니다—바로 여기서 마법이 일어납니다!

![](https://3176976569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-08f337e180786007fad9a59d739dc5bf656bc87a%2FminimapGP.png?alt=media)

디센트럴랜드의 주요 육지 지역인 제네시스 시티.

## **디센트럴랜드에 입장하는 방법**

가상 세계에 들어가려면, 원하는 기기에 디센트럴랜드를 다운로드하세요:

* [데스크톱 앱](https://decentraland.org/download/) — Windows 및 macOS용.
* [모바일 앱](/player/player-ko/mobile-app/mobile-app.md) — iOS 및 Android용.

설치를 완료하고 디센트럴랜드 계정에 로그인하면, 위에 보이는 디센트럴랜드의 제네시스 시티와 지도 밖에 있는 월드들로 이루어진 군도를 탐험할 수 있습니다. 동일한 계정, 아바타, 인벤토리는 모든 클라이언트에서 사용할 수 있습니다.

## 제네시스 시티 vs. 월드: 디센트럴랜드의 지형 설명

**Genesis City** 는 디센트럴랜드의 주요 육지 지역으로, 가상 세계 지도에 표시됩니다. 이는 수천 개의 커뮤니티 소유 LAND 구획으로 이루어져 있으며, 각 구획의 크기는 16m x 16m이고, 그리고 거래됩니다 [디센트럴랜드의 마켓플레이스](https://decentraland.org/marketplace/lands). 도시는 거대한 4분면 격자로 구성되어 있어, 각 구획은 좌표 집합으로 표시됩니다—정중앙(0,0)에는 디센트럴랜드의 기본 스폰 지점인 제네시스 플라자가 있습니다.

개별 소유 구획들의 조각 모음임에도 불구하고, 제네시스 시티는 개방성과 이동 가능성에서 독특합니다. 모험을 찾고 있다면, 그냥 지도를 따라 걸어보세요—디센트럴랜드의 전 세계 커뮤니티에서 늘 새롭게 발견할 무언가가 있습니다!

제네시스 시티 LAND 구획과 달리, **월드** 월드는 디센트럴랜드 맵 밖에 위치한 개인 섬 같은, 더 친밀한 가상 공간입니다. 그곳까지 걸어갈 수는 없지만, 이름을 알고 있거나 초대 링크가 있으면 월드로 텔레포트할 수 있습니다. 다음을 통해 나만의 월드를 잠금 해제하세요 [디센트럴랜드 NAME을 획득하는 것](https://decentraland.org/marketplace/names/claim). 원하는 대로 사용할 수 있는 당신의 공간입니다—비공개 또는 공개로 설정하고, 이벤트를 주최하거나 건축 기술을 연습할 수 있습니다. NAME에 대해 더 알아보세요 [여기](/player/player-ko/faqs/decentraland-101.md#what-is-a-name).

디센트럴랜드를 탐험하고 이동하는 방법을 자세히 알아보세요 [**여기**](/player/player-ko/in-world/exploring.md).


---

# 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/in-world/overview.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.
