# Primeros pasos

- [SDK Quick Start](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/primeros-pasos/sdk-101.md): Primeros pasos con el SDK de Decentraland
- [Flujo de trabajo de desarrollo](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/primeros-pasos/dev-workflow.md): Procedimiento recomendado para desarrollar y probar una escena
- [Vista previa de tu escena](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/primeros-pasos/preview-scene.md): Lo que puedes ver en la vista previa de una escena
- [Uso de la CLI](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/primeros-pasos/using-the-cli.md): Cómo usar la CLI de Decentraland para ejecutar, desplegar, etc.
- [Esenciales de programación](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/primeros-pasos/coding-scenes.md): Este conjunto te ayudará a entender cómo funcionan las cosas en el cliente y el SDK de Decentraland.
- [Vibe Coding with AI](https://docs.decentraland.org/creator/content-creator-es/scenes-sdk7/primeros-pasos/vibe-coding.md): Usa asistentes de IA para crear escenas de Decentraland describiendo en lenguaje sencillo lo que quieres.


---

# 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-es/scenes-sdk7/primeros-pasos.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.
