# Scene Editor

- [Get started](https://docs.decentraland.org/creator/scene-editor/get-started.md): Get started with the Decentraland Scene Editor
- [Editing Scenes](https://docs.decentraland.org/creator/scene-editor/get-started/about-editor.md): The scene Editor is a simple visual tool that lets you create and publish Decentraland scenes.
- [Creator Hub Installation](https://docs.decentraland.org/creator/scene-editor/get-started/editor-installation.md): How to install the scene editor.
- [Manage scenes](https://docs.decentraland.org/creator/scene-editor/get-started/manage-scenes.md): Managing your scene projects
- [Migrate into Creator Hub](https://docs.decentraland.org/creator/scene-editor/get-started/migrate-from-web.md): Migrate your scene from the Web Editor to the Creator Hub.
- [Scene Editor Essentials](https://docs.decentraland.org/creator/scene-editor/get-started/scene-editor-essentials.md): How to use the Scene Editor
- [Build](https://docs.decentraland.org/creator/scene-editor/build.md): Build and customize your scene with visual tools
- [Import custom assets](https://docs.decentraland.org/creator/scene-editor/build/import-items.md): Import your own 3D models, images, sound, etc to use in your scenes.
- [Entities and Components](https://docs.decentraland.org/creator/scene-editor/build/components.md): Understand how an item's components work
- [NFTs](https://docs.decentraland.org/creator/scene-editor/build/nfts.md): Adding NFT Portraits to your scenes
- [Spawn Areas](https://docs.decentraland.org/creator/scene-editor/build/spawn-areas.md)
- [Interactivity](https://docs.decentraland.org/creator/scene-editor/interactivity.md): Add interactivity to your scene
- [Smart Items - Basic](https://docs.decentraland.org/creator/scene-editor/interactivity/smart-items.md): Using smart items in your scene to add interactivity.
- [Trigger Area](https://docs.decentraland.org/creator/scene-editor/interactivity/trigger-area.md): React to the player's position
- [Video Screen](https://docs.decentraland.org/creator/scene-editor/interactivity/video-screen.md): Play Videos in your scene
- [States and conditions](https://docs.decentraland.org/creator/scene-editor/interactivity/states-and-conditions.md): Managing item states and conditional logic
- [Smart Items - Advanced](https://docs.decentraland.org/creator/scene-editor/interactivity/smart-items-advanced.md): Using smart items in your scene to add interactivity.
- [Make any item smart](https://docs.decentraland.org/creator/scene-editor/interactivity/make-any-item-smart.md): Configure any item to behave like a smart item.
- [Custom Items](https://docs.decentraland.org/creator/scene-editor/interactivity/custom-items.md): Create your own custom items to reuse on any of your scenes.
- [Extend with code](https://docs.decentraland.org/creator/scene-editor/extend-with-code.md)
- [Combine with code](https://docs.decentraland.org/creator/scene-editor/extend-with-code/overview.md): Combine content created on the Scene Editor with the power of writing code.
- [Reference items in code](https://docs.decentraland.org/creator/scene-editor/extend-with-code/reference-items.md): Reference items in your code by name or by tag.
- [Using the Script Component](https://docs.decentraland.org/creator/scene-editor/extend-with-code/script-component.md): Use the Script component to give code functionality, without the need to dig into the whole project structure.
- [Configure](https://docs.decentraland.org/creator/scene-editor/configure.md): Configure scene settings and properties
- [Scene Settings](https://docs.decentraland.org/creator/scene-editor/configure/scene-settings.md): Edit your scene's metadata
- [Publish](https://docs.decentraland.org/creator/scene-editor/publish.md): Publish your scene to Decentraland
- [Publish a Scene](https://docs.decentraland.org/creator/scene-editor/publish/publish-scene.md): How to publish your scene to LAND or a NAME.
- [Operate live](https://docs.decentraland.org/creator/scene-editor/operate-live.md)
- [Scene Admin](https://docs.decentraland.org/creator/scene-editor/operate-live/scene-admin.md): Scene administrators have special control over what happens in the scene in real time.
- [Live Streaming](https://docs.decentraland.org/creator/scene-editor/operate-live/live-streaming.md): Stream live video into your scene using the Video Screen and Admin Tools.
- [Editor FAQs](https://docs.decentraland.org/creator/scene-editor/editor-faqs.md)


---

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