> 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/api-can-kao/alpha-testing-guidelines.md).

# 测试与反馈

关于如何试用 SDK7 并提供反馈的指南

## 文档

在 SDK7 的完整文档中查找 **SDK7** 文档中的章节。

## 使用 playground

要轻松试用 SDK7，请访问 [playground](https://playground.decentraland.org/)。在屏幕左侧编写 SDK7 代码，在右侧查看生成的场景。随着代码的更改，场景会自动更新。

如果你遇到任何问题，请使用 **分享** 按钮复制当前场景设置的 URL，并 [报告问题](#reporting-issues) 并附上该链接以及你的代码。

## 使用 SDK 7

安装 [创作者中心](/creator/content-creator-zh/chang-jing-bian-ji-qi/kai-shi-shi-yong/about-editor.md).

{% hint style="warning" %}
**📔 注意**：请注意，使用 SDK7 的场景没有安装 `decentraland-ecs` 包。相反，它们安装了 `@dcl/sdk` 包。
{% endhint %}

## 在生产环境中

你可以通过 Creator Hub 中场景编辑器上的 **发布** 按钮部署使用 SDK7 的场景。

## 示例场景

你可以在这里找到更多使用 SDK7 编写的示例场景：

* [场景示例](https://studios.decentraland.org/resources)

## 报告问题

如果你遇到问题，请参阅 [报告错误](/creator/content-creator-zh/chang-jing-sdk7/tiao-shi/report-bug.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/creator/content-creator-zh/chang-jing-sdk7/api-can-kao/alpha-testing-guidelines.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.
