> 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

- [Comenzar](https://docs.decentraland.org/creator/content-creator-es/scene-editor/comenzar.md): Comienza con el Scene Editor de Decentraland
- [Edición de Scenes](https://docs.decentraland.org/creator/content-creator-es/scene-editor/comenzar/about-editor.md): El Scene Editor es una herramienta visual sencilla que te permite crear y publicar Scenes de Decentraland.
- [Instalación de Creator Hub](https://docs.decentraland.org/creator/content-creator-es/scene-editor/comenzar/editor-installation.md): Cómo instalar el Scene Editor.
- [Gestionar scenes](https://docs.decentraland.org/creator/content-creator-es/scene-editor/comenzar/manage-scenes.md): Gestionar tus proyectos de Scene
- [Migrar a Creator Hub](https://docs.decentraland.org/creator/content-creator-es/scene-editor/comenzar/migrate-from-web.md): Migra tu Scene desde el Web Editor a Creator Hub.
- [Esenciales del Scene Editor](https://docs.decentraland.org/creator/content-creator-es/scene-editor/comenzar/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 Scene 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 usar 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ñadir retratos NFT a tus Scenes
- [Áreas de aparición](https://docs.decentraland.org/creator/content-creator-es/scene-editor/construir/spawn-areas.md)
- [Interactividad](https://docs.decentraland.org/creator/content-creator-es/scene-editor/interactividad.md): Añade interactividad a tu Scene
- [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.
- [Área de activación](https://docs.decentraland.org/creator/content-creator-es/scene-editor/interactividad/trigger-area.md): Reacciona a la posición del jugador
- [Pantalla de video](https://docs.decentraland.org/creator/content-creator-es/scene-editor/interactividad/video-screen.md): Reproduce Videos en tu Scene
- [States and conditions](https://docs.decentraland.org/creator/content-creator-es/scene-editor/interactividad/states-and-conditions.md): Gestionar estados del 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.
- [Convierte cualquier item en smart](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.
- [Items personalizados](https://docs.decentraland.org/creator/content-creator-es/scene-editor/interactividad/custom-items.md): Crea tus propios items personalizados para reutilizarlos en cualquiera de tus Scenes.
- [Extiende con código](https://docs.decentraland.org/creator/content-creator-es/scene-editor/extiende-con-codigo.md)
- [Combinar con código](https://docs.decentraland.org/creator/content-creator-es/scene-editor/extiende-con-codigo/overview.md): Combina contenido creado en el Scene Editor con el poder de escribir código.
- [Referenciar items en el código](https://docs.decentraland.org/creator/content-creator-es/scene-editor/extiende-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/extiende-con-codigo/script-component.md): Usa el componente Script para darle funcionalidad al 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 scene
- [Configuración de la 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 scene 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)
- [Scene Admin](https://docs.decentraland.org/creator/content-creator-es/scene-editor/operar-en-vivo/scene-admin.md): Los administradores de la Scene tienen control especial sobre lo que sucede en la Scene en tiempo real.
- [Streaming en vivo](https://docs.decentraland.org/creator/content-creator-es/scene-editor/operar-en-vivo/live-streaming.md): Transmite video en vivo a tu Scene usando Video Screen y Admin Tools.
- [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.
