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

# 欢迎贡献者

Decentraland 是一个由用户拥有的虚拟世界，开放开发，并准备随着来自全球各地人们的贡献而不断成长。

本文档详细介绍了 Decentraland 的开放协议，内容涵盖从架构概览到各组件的具体能力。你将在这里找到以下所需资源：

1. 在生态系统中设计产品和应用
2. 开展研究并探索世界的内容
3. 创建你自己的 World Explorer
4. 探索可能最终也会出现在这份列表中的新想法

**让我们一起构建元宇宙！**

## 你将在这里找到什么

本文档旨在帮助你理解并为 Decentraland 项目做出贡献。无论你是新贡献者还是经验丰富的开发者，你都会找到：

* **架构概览** - 了解完整的 Decentraland 协议
* **代码规范** - 了解我们如何编写干净、易维护的代码
* **测试实践** - 了解我们全面的测试策略
* **文档编写指南** - 了解我们如何记录工作内容
* **API 参考** - 所有服务的完整文档

## 从哪里开始？

如果你不知道从哪里开始，最好先看看 [架构](/contributor/contributor-zh/jia-gou/architecture.md) 部分，以了解不同组件及其总体用途，然后再深入查看更详细的部分。

对于贡献者，请先浏览 [贡献者指南](/contributor/contributor-zh/gong-xian-zhe-zhi-nan/contributor-guides.md) 部分，其中涵盖了从测试标准到代码质量准则的所有内容。

### 快速链接

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>架构</strong></td><td>系统架构概览</td><td></td><td><a href="/contributor/contributor-zh/jia-gou/architecture.md">概览</a></td></tr><tr><td><strong>贡献者指南</strong></td><td>指南和最佳实践</td><td></td><td><a href="/contributor/contributor-zh/gong-xian-zhe-zhi-nan/contributor-guides.md">概览</a></td></tr><tr><td><strong>API 参考</strong></td><td>服务的 API 文档</td><td></td><td><a href="https://github.com/decentraland/docs/blob/main/contributor/apis/README.md">https://github.com/decentraland/docs/blob/main/contributor/apis/README.md</a></td></tr></tbody></table>

## 其他资源

如需获取更多信息并继续学习，你可以查看：

* 该 [问我任何事（AMA）场次](https://www.notion.so/decentraland/Decentraland-Foundation-Technical-AMA-230fcf1ca1ec4d49922744fe91e6995d?d=8508f4ca20eb4623b578feb235f86cef#bff4e53f1c664d66802e4770f46b959c)，在这些活动中，社区成员可以向 Decentraland 基金会的技术团队提出问题、意见或关切。活动每月举办，你可以免费参加！
* 该 [状态页面](https://status.decentraland.org/)，查看当前平台状态、事件历史和一些指标。
* 该 [架构决策记录](https://adr.decentraland.org/)，一组描述 Decentraland 各方面状态和演变的设计文档。
* 该 [GitHub 上的 Decentraland 组织](https://github.com/decentraland)，所有开源仓库都托管于此。

## 参与贡献

通过遵循这些标准，你可以帮助维护所有 Decentraland 项目的代码质量和一致性。这些指南会持续更新，以反映我们不断演进的最佳实践以及在开发过程中吸取的经验教训。

如果你对这些标准有任何问题或建议，请联系 Decentraland 开发社区。


---

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