> 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-es/escenas-sdk7/referencia-de-api/alpha-testing-guidelines.md).

# Pruebas y Feedback

## Documentación

Encuentra la documentación completa de SDK7 en la **SDK7** sección de la documentación.

## Uso del playground

Para probar SDK7 fácilmente, visita [el playground](https://playground.decentraland.org/). Escribe código de SDK7 a la izquierda de la pantalla y ve la scene resultante a la derecha. A medida que cambias el código, la scene se actualiza automáticamente.

Si encuentras algún problema, copia una URL de la configuración actual de tu scene con el **Compartir** botón, y [reporta un problema](#reporting-issues) incluyendo ese enlace a tu código.

## Usando SDK 7

Instala el [Creator Hub](/creator/content-creator-es/scene-editor/empezar/about-editor.md).

{% hint style="warning" %}
**📔 Nota**: Ten en cuenta que las scenes que usan SDK7 no tienen el `decentraland-ecs` paquete instalado. En su lugar, tienen el `@dcl/sdk` paquete.
{% endhint %}

## En producción

Puedes desplegar scenes con SDK7 mediante el **Publish** botón en el Scene Editor en Creator Hub.

## Scenes de ejemplo

Puedes encontrar más scenes de ejemplo hechas con SDK7 aquí:

* [Ejemplos de scenes](https://studios.decentraland.org/resources)

## Informar de problemas

Si encuentras un problema, consulta [Reportar un bug](/creator/content-creator-es/escenas-sdk7/depuracion/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-es/escenas-sdk7/referencia-de-api/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.
