> 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-pt/scenes-sdk7/referencia-da-api/alpha-testing-guidelines.md).

# Diretrizes de teste Alpha

## Documentação

Encontre a documentação completa do SDK7 na **SDK7** seção da documentação.

## Usando o playground

Para experimentar o SDK7 facilmente, visite [o playground](https://playground.decentraland.org/). Escreva código do SDK7 à esquerda da tela e veja a cena resultante à direita. À medida que você altera o código, a cena é atualizada automaticamente.

Se você encontrar algum problema, copie uma URL da configuração atual da sua cena com o **Share** botão, e [relate um problema](#reporting-issues) incluindo esse link para o seu código.

## Usando o SDK 7

Instale o [Creator Hub](/creator/content-creator-pt/scene-editor/comecar/about-editor.md).

{% hint style="warning" %}
**📔 Nota**: Observação: as cenas que usam SDK7 não têm o `decentraland-ecs` pacote instalado. Em vez disso, elas têm o `@dcl/sdk` pacote.
{% endhint %}

## Em produção

Você pode publicar cenas com SDK7 por meio do **Publish** botão no Scene Editor no Creator Hub.

## Cenas de exemplo

Você pode encontrar mais cenas de exemplo criadas com SDK7 aqui:

* [Exemplos de cenas](https://studios.decentraland.org/resources)

## Relatando problemas

Se você encontrar um problema, consulte [Reportar um bug](/creator/content-creator-pt/scenes-sdk7/depuracao/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-pt/scenes-sdk7/referencia-da-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.
