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

# 欢迎

你需要知道的一切，帮助你进入、闲逛并成为 Decentraland 的一部分。

### 🌟 入门指南

* [开始使用 Decentraland](/player/player-zh/shi-jie-nei/overview.md)
* [查找并参加活动](/player/player-zh/shi-jie-nei/finding-events.md)
* [结交朋友并聊天](/player/player-zh/shi-jie-nei/friends-and-chatting.md)
* [自定义你的头像](/player/player-zh/shi-jie-nei/customizing-your-avatar.md)
* [获取奖励](/player/player-zh/shi-jie-nei/earning-rewards.md)
* [探索 Genesis City 和 Worlds](/player/player-zh/shi-jie-nei/exploring.md)
* [设置与性能优化](/player/player-zh/shi-jie-nei/settings-and-performance.md)
* [账户管理](https://docs.decentraland.org/faqs/my-account) 和 [安全](/player/player-zh/chang-jian-wen-ti/security.md)

### ❓ 了解 Decentraland

* [关于 Decentraland](/player/player-zh/jian-jie/about-decentraland.md)
* [白皮书](/player/player-zh/jian-jie/whitepaper.md)
* [常见问题](/player/player-zh/chang-jian-wen-ti/decentraland-101.md)

### 🔑 拥有与管理

* [买卖 LAND、穿戴物品和表情](/player/player-zh/marketplace/marketplace.md)
* [管理你的 LAND 地块和庄园](/player/player-zh/marketplace/land-manager.md)
* [租赁 LAND](/player/player-zh/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-zh/dao/dao-userguide.md)
* [了解投票权](/player/player-zh/dao/dao/what-do-you-need-to-participate.md)
* [创建并投票提案](/player/player-zh/dao/dao/what-can-you-do-with-the-dao.md)
* [DAO 的结构与限制](/player/player-zh/dao/dao/the-daos-limitations.md)

### 🔗 区块链与钱包

* [设置你的钱包](/player/player-zh/qu-kuai-lian-ji-cheng/get-a-wallet.md)
* [了解以太坊和智能合约](/player/player-zh/qu-kuai-lian-ji-cheng/ethereum-essentials.md)
* [管理 Polygon 中的交易](/player/player-zh/qu-kuai-lian-ji-cheng/transactions-in-polygon.md)

### 快速链接

* [下载 Decentraland](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-zh/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.
