# Depuração

- [Depurar na pré-visualização](https://docs.decentraland.org/creator/content-creator-pt/scenes-sdk7/depuracao/debug-in-preview.md): Como pode depurar a sua cena enquanto a executa localmente em pré-visualização
- [Depurar em produção](https://docs.decentraland.org/creator/content-creator-pt/scenes-sdk7/depuracao/debug-in-prod.md): Como pode depurar a sua cena que está a ser executada dentro do Decentraland
- [Reportar um bug](https://docs.decentraland.org/creator/content-creator-pt/scenes-sdk7/depuracao/report-bug.md): Como pode reportar um bug para que seja analisado e corrigido
- [Resolução de problemas](https://docs.decentraland.org/creator/content-creator-pt/scenes-sdk7/depuracao/troubleshooting.md): Correções para problemas comuns


---

# Agent Instructions: 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:

```
GET https://docs.decentraland.org/creator/content-creator-pt/scenes-sdk7/depuracao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
