> 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/scene-editor.md).

# Scene Editor

- [Empezar](https://docs.decentraland.org/creator/content-creator-es/scene-editor/empezar.md): Empieza a usar el Scene Editor de Decentraland
- [Editando Scenes](https://docs.decentraland.org/creator/content-creator-es/scene-editor/empezar/about-editor.md): El Scene Editor es una herramienta visual simple que te permite crear y publicar scenes de Decentraland.
- [Instalación de Creator Hub](https://docs.decentraland.org/creator/content-creator-es/scene-editor/empezar/editor-installation.md): Cómo instalar el Scene Editor.
- [Gestionar scenes](https://docs.decentraland.org/creator/content-creator-es/scene-editor/empezar/manage-scenes.md): Gestionando tus proyectos de scene
- [Migrar a Creator Hub](https://docs.decentraland.org/creator/content-creator-es/scene-editor/empezar/migrate-from-web.md): Migra tu scene desde el Web Editor a Creator Hub.
- [Fundamentos de Scene Editor](https://docs.decentraland.org/creator/content-creator-es/scene-editor/empezar/scene-editor-essentials.md): Cómo usar el Scene Editor
- [Construir](https://docs.decentraland.org/creator/content-creator-es/scene-editor/construir.md): Construye y personaliza tu escena con herramientas visuales
- [Importar assets personalizados](https://docs.decentraland.org/creator/content-creator-es/scene-editor/construir/import-items.md): Importa tus propios modelos 3D, imágenes, sonido, etc. para usarlos en tus scenes.
- [Entities y Components](https://docs.decentraland.org/creator/content-creator-es/scene-editor/construir/components.md): Entiende cómo funcionan los components de un item
- [NFTs](https://docs.decentraland.org/creator/content-creator-es/scene-editor/construir/nfts.md): Añadiendo retratos NFT a tus scenes
- [Áreas de spawn](https://docs.decentraland.org/creator/content-creator-es/scene-editor/construir/spawn-areas.md): Usa Spawn Areas para establecer visualmente la posición de spawn y la posición de Spawn Camera.
- [Interactividad](https://docs.decentraland.org/creator/content-creator-es/scene-editor/interactividad.md): Añade interactividad a tu escena
- [Smart Items - Básico](https://docs.decentraland.org/creator/content-creator-es/scene-editor/interactividad/smart-items.md): Usar smart items en tu scene para añadir interactividad.
- [Trigger Area](https://docs.decentraland.org/creator/content-creator-es/scene-editor/interactividad/trigger-area.md): Reacciona a la posición del player
- [Video Screen](https://docs.decentraland.org/creator/content-creator-es/scene-editor/interactividad/video-screen.md): Reproduce Videos en tu scene
- [Estados y condiciones](https://docs.decentraland.org/creator/content-creator-es/scene-editor/interactividad/states-and-conditions.md): Gestionando estados de item y lógica condicional
- [Smart Items - Avanzado](https://docs.decentraland.org/creator/content-creator-es/scene-editor/interactividad/smart-items-advanced.md): Usar smart items en tu scene para añadir interactividad.
- [Haz smart cualquier item](https://docs.decentraland.org/creator/content-creator-es/scene-editor/interactividad/make-any-item-smart.md): Configura cualquier item para que se comporte como un smart item.
- [Custom Items](https://docs.decentraland.org/creator/content-creator-es/scene-editor/interactividad/custom-items.md): Crea tus propios custom items para reutilizarlos en cualquiera de tus scenes.
- [Extender con código](https://docs.decentraland.org/creator/content-creator-es/scene-editor/extender-con-codigo.md)
- [Combinar con código](https://docs.decentraland.org/creator/content-creator-es/scene-editor/extender-con-codigo/overview.md): Combina el contenido creado en el Scene Editor con la potencia de escribir código.
- [Referenciar items en código](https://docs.decentraland.org/creator/content-creator-es/scene-editor/extender-con-codigo/reference-items.md): Referencia items en tu código por nombre o por tag.
- [Usando el Script Component](https://docs.decentraland.org/creator/content-creator-es/scene-editor/extender-con-codigo/script-component.md): Usa el Script component para darle funcionalidad de código, sin necesidad de profundizar en toda la estructura del proyecto.
- [Configurar](https://docs.decentraland.org/creator/content-creator-es/scene-editor/configurar.md): Configura los ajustes y propiedades de la escena
- [Ajustes de scene](https://docs.decentraland.org/creator/content-creator-es/scene-editor/configurar/scene-settings.md): Edita los metadata de tu scene
- [Publicar](https://docs.decentraland.org/creator/content-creator-es/scene-editor/publicar.md): Publica tu escena en Decentraland
- [Publicar una Scene](https://docs.decentraland.org/creator/content-creator-es/scene-editor/publicar/publish-scene.md): Cómo publicar tu scene en LAND o en un NAME.
- [Operar en vivo](https://docs.decentraland.org/creator/content-creator-es/scene-editor/operar-en-vivo.md)
- [Admin de scene](https://docs.decentraland.org/creator/content-creator-es/scene-editor/operar-en-vivo/scene-admin.md): Los administradores de scene tienen control especial sobre lo que sucede en la scene en tiempo real.
- [Live Streaming](https://docs.decentraland.org/creator/content-creator-es/scene-editor/operar-en-vivo/live-streaming.md): Emite video en vivo en tu scene usando el Video Screen y las Admin Tools.
- [Datos del Server](https://docs.decentraland.org/creator/content-creator-es/scene-editor/operar-en-vivo/server-data.md): Visualiza y edita los datos en vivo almacenados por el Multiplayer Server de tu scene.
- [Preguntas frecuentes del editor](https://docs.decentraland.org/creator/content-creator-es/scene-editor/preguntas-frecuentes-del-editor.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/scene-editor.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.
