> 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/chang-jing-sdk7/ru-men.md).

# 入门

- [SDK 快速入门](https://docs.decentraland.org/creator/content-creator-zh/chang-jing-sdk7/ru-men/sdk-101.md): 使用 Creator Hub、SDK 和官方 SDK Skills，通过 AI 辅助的 vibe coding 创建你的第一个 Decentraland 场景。
- [开发工作流](https://docs.decentraland.org/creator/content-creator-zh/chang-jing-sdk7/ru-men/dev-workflow.md): 使用 Creator Hub 创建 Decentraland 场景的推荐工作流，从构思到测试和发布。
- [预览你的场景](https://docs.decentraland.org/creator/content-creator-zh/chang-jing-sdk7/ru-men/preview-scene.md): 你可以在场景预览中看到什么
- [使用 CLI](https://docs.decentraland.org/creator/content-creator-zh/chang-jing-sdk7/ru-men/using-the-cli.md): 使用 Decentraland CLI 运行和部署场景。Creator Hub 是大多数创作者的推荐工具；CLI 适用于高级和自动化工作流。
- [编码基础](https://docs.decentraland.org/creator/content-creator-zh/chang-jing-sdk7/ru-men/coding-scenes.md): 这组内容将帮助你了解 Decentraland 客户端和 SDK 中各项功能的工作方式。
- [使用 AI 进行 Vibe Coding](https://docs.decentraland.org/creator/content-creator-zh/chang-jing-sdk7/ru-men/vibe-coding.md): 使用 Creator Hub 和官方 Decentraland SDK Skills（npx skills add decentraland/sdk-skills）借助 AI 助手构建 Decentraland 场景。
- [实用资源](https://docs.decentraland.org/creator/content-creator-zh/chang-jing-sdk7/ru-men/useful-resources.md): 工具、插件、资源库和示例项目，可加快你的 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/creator/content-creator-zh/chang-jing-sdk7/ru-men.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.
