# Editing Scenes

The Creator Hub includes a powerful Scene Editor that combines a simple no-code interface with the ability to write code to customize your scenes further.

![Creator Hub](/files/iqQl7Qi9pTf4AxnBxjmf)

See [Creator Hub Installation](/creator/scene-editor/get-started/editor-installation.md) to get started.

{% embed url="<https://www.youtube.com/watch?v=52LiG-4VI9c>" %}

## Create a scene

To create a new scene, open the Creator Hub and press the *Create scene* button.

![](/files/JcOI8CQbNxzlrsjj0xQF)

You can then select what template to use as a starting point. You can pick a blank scene or a project with some initial content.

Then you'll be asked to name your scene, and choose a location to save it.

See [Manage scenes](/creator/scene-editor/get-started/manage-scenes.md) for more details.

## Moving around

To find your way around the Scene Editor:

* Use **A** and **W** to move close or far. You can also use the mouse scroll wheel, or **+** and **-** keys
* Use **S** and **D** to move sideways.
* Use **Q** and **E** to move up and down.
* Use the **Left Mouse Button** to click and select items and to move them around.
* Use the **Right Mouse Button** and drag to rotate the camera.

{% hint style="info" %}
**💡 Tip**: You can also rotate the camera by pressing **Alt** on Windows, or **Option** on Mac while dragging. This is especially handy when using a trackpad instead of a mouse.
{% endhint %}

* Press **Space bar** to reset the camera back to the default position

## Add items

Navigate the themed asset pack categories on the menu on the bottom to find different items that you can place on your scene.

![](/files/1zhrDPWV481ohN7N8wFG)

To place an item, click and drag it in from the asset pack menu into a location on your scene in the canvas.

![](/files/CZGOdOO0A4nIOcx5Ojze)

Click and drag a selected item to move it freely around the scene at ground level. See [Scene editor essentials](/creator/scene-editor/get-started/scene-editor-essentials.md#position-items) for more details.

{% hint style="info" %}
**💡 Tip**: Some items are **Smart items**, these come with built-in interactive behaviors. See [Smart items](/creator/scene-editor/interactivity/smart-items.md) for more details.
{% endhint %}

![](/files/2VeM7aYXByVIXH7sQeVr)

## Preview

To test your scene and experience it like a player, click the *Preview* button on the top-right corner. This will open a new window with the Decentraland Desktop Explorer, running just your scene. There you can move around the scene and interact with interactive items.

{% hint style="warning" %}
**📔 Note**: If you don't have it installed on your machine, download the **Decentraland Launcher** from [Decentraland.org](https://decentraland.org).
{% endhint %}

![](/files/kFXFURDUtsBJrB1sRPNv)

Configure different preview options from the dropdown menu next to the **Preview** button:

* **Open Console Window During Preview**: Opens a new window with the console output of the scene. This is useful to debug errors in the scene.
* **Skip Auth Screen**: Skips the account selection screen and automatically logs you in with your currently logged in account. This is disabled by default, enable it if you want to test multiple accounts.
* **Landscape Terrain Enabled**: Toggles the landscape around the scene. This is enabled by default, disable it to lower the scene's memory footprint.

## Scene settings

Click the **Pencil icon** on the top-right of the screen. This opens a series of scene-level properties to edit, including name, thumbnail, scene size, and more.

![](/files/VvT6JowMryTc0ZoPnP5v)

See [Scene Settings](/creator/scene-editor/configure/scene-settings.md) for more details.

## Publish your scene

Once you're happy with your scene, press *Publish scene*.

![](/files/hpD6e4FEnJNaSxr9dt9Q)

See [Publish scene](/creator/scene-editor/publish/publish-scene.md) for more details.

## See also

* See [Scene Editor Essentials](/creator/scene-editor/get-started/scene-editor-essentials.md) for more details about the Scene Editor's interface.
* See [Smart items](/creator/scene-editor/interactivity/smart-items.md) for how to add simple interactivity to your scene.
* See [Combine with code](/creator/scene-editor/extend-with-code/overview.md) for how to edit the code of your scene.
* See [Publish scene](/creator/scene-editor/publish/publish-scene.md) for how to publish your scene to Decentraland.


---

# 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/get-started/about-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.
