# Getting started

- [SDK Quick Start](https://docs.decentraland.org/creator/scenes-sdk7/getting-started/sdk-101.md): Getting started with the Decentraland SDK
- [Development Workflow](https://docs.decentraland.org/creator/scenes-sdk7/getting-started/dev-workflow.md): Recommended procedure for developing and testing a scene
- [Preview Your Scene](https://docs.decentraland.org/creator/scenes-sdk7/getting-started/preview-scene.md): What you can see in a scene's preview
- [Using the CLI](https://docs.decentraland.org/creator/scenes-sdk7/getting-started/using-the-cli.md): How to use the Decentraland CLI to run, deploy, etc
- [Coding essentials](https://docs.decentraland.org/creator/scenes-sdk7/getting-started/coding-scenes.md): This set will help you understand how things work in the client and SDK of decentraland.
- [Vibe Coding with AI](https://docs.decentraland.org/creator/scenes-sdk7/getting-started/vibe-coding.md): Use AI assistants to build Decentraland scenes by describing what you want in plain language.


---

# 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/scenes-sdk7/getting-started.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.
