> 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/creator/content-creator-zh/jiao-cheng-yu-shi-li/examples.md).

# 示例场景

免费的开源 Decentraland SDK7 示例场景和模板，从功能演示到完整游戏。

Decentraland Studios 提供了一个全面的免费开源示例场景和模板库，帮助你学习并快速启动你的项目。这些资源由社区维护，并展示了各种 SDK 功能和最佳实践。

## 你会找到什么

在 [SDK 7 示例场景](https://studios.decentraland.org/resources) 页面，你可以探索：

* **可直接使用的模板**：下载完整的场景模板，可作为你自己项目的起点
* **功能演示**：查看特定 SDK 功能在实践中的工作方式，从基础交互到高级机制
* **游戏机制**：常见游戏模式的示例，如任务、收藏品、多人互动和计分系统
* **交互元素**：了解如何实现按钮、门、NPC、UI 元素以及其他交互组件
* **媒体集成**：展示如何将视频播放器、音频和流媒体内容添加到你的场景中的示例
* **区块链功能**：展示可穿戴物品交互、代币门控以及其他 Web3 集成的场景

每个示例都附带完整源代码，你可以下载、研究并修改，用于你自己的场景。它们是学习 SDK 7 模式并加速开发的绝佳方式。

你可以在以下内容中找到更多特定 SDK 功能的可运行示例，以及加快工作流程的工具和资源库： [实用资源](/creator/content-creator-zh/chang-jing-sdk7/ru-men/useful-resources.md).

{% hint style="info" %}
**💡 提示**：在开始新项目之前先浏览这些示例——你可能会找到一个与你想要构建的内容非常接近的模板，为你节省大量开发时间。
{% endhint %}


---

# 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/creator/content-creator-zh/jiao-cheng-yu-shi-li/examples.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.
