> 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/shi-jie-nei/overview.md).

# 概览

探索 Decentraland 概览

**'虚拟世界内'** 指发生在 Decentraland 虚拟世界中的任何内容——精彩就在这里发生！

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

Decentraland 的主要陆地区域，Genesis City。

## **如何进入 Decentraland**

要进入虚拟世界，请在你选择的设备上下载 Decentraland：

* [桌面应用](https://decentraland.org/download/) — 适用于 Windows 和 macOS。
* [移动应用](/player/player-zh/yi-dong-ying-yong/mobile-app.md) — 适用于 iOS 和 Android。

安装并登录你的 Decentraland 账户后，你就可以开始探索 Decentraland 的 Genesis City（如上图所示）以及其地图之外的 Worlds 群岛。同一个账户、头像和库存可在所有客户端中通用。

## Genesis City 与 Worlds：Decentraland 地形解析

**Genesis City** 是 Decentraland 的主要陆地区域，可在虚拟世界地图上看到。它由数千块社区拥有的 LAND 地块组成，每块大小为 16 米 x 16 米，并在其中交易 [Decentraland 市场](https://decentraland.org/marketplace/lands)。由于这座城市采用一个巨大的四象限网格布局，每块地都由一组坐标标识——在正中央（0,0）处，是 Decentraland 的默认出生点：Genesis Plaza。

尽管 Genesis City 由各自独立拥有的地块拼接而成，但它在开放性和可穿越性方面独具特色。如果你想来一场冒险，那就沿着地图四处走走吧——在 Decentraland 的全球社区里，总有新发现！

与 Genesis City 的 LAND 地块相比， **Worlds** 则是更私密的虚拟空间，就像位于 Decentraland 地图之外的个人岛屿。虽然你无法步行前往，但只要知道它的名称或拥有邀请链接，就可以传送到某个 World。通过 [获取一个 Decentraland NAME](https://decentraland.org/marketplace/names/claim)。这是你可以随心使用的空间——可设为私密或公开，举办活动，或练习你的建造技能。了解更多关于 NAME 的信息 [这里](/player/player-zh/chang-jian-wen-ti/decentraland-101.md#what-is-a-name).

了解更多关于如何探索和导航 Decentraland [**这里**](/player/player-zh/shi-jie-nei/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-zh/shi-jie-nei/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.
