# How to build a new scene

To create a new scene you need to be authorized and attached to one of the workspaces. If all of this is done you will see the button "New experience" at the top menu.

![You should be authorized](/files/IzAEqot3L9rNK4rhI9Lj)

After that, you will see the builder tool with a blank scene:

![Blank scene with an ambient light only](/files/NKj0inPb3eqd7C6EMHHL)

On the left (under the 8XR logo) you could see tools to operate with the scene: \
&#x20;\- Transition tool\
&#x20;\- Rotation tool\
&#x20;\- Scale tool\
&#x20;\- Locate tool\
&#x20;\- Undo tool\
&#x20;\- Redo tool\
&#x20;\- Publish tool\
&#x20;\- Settings for the scene

The bottom panel is the assets panel. You should pre-upload all your assets. Please take a look here how to do that [3d assets import](/features/3d-assets-import.md)

On the right, you could find the "Inspector" panel: each time you focus on an object from the scene inspector helps you to show all details about this particular object.

## Real-time collaboration

Believe it or not, you could build the scene with your friends together in real-time and all new changes will be interpreted as "Events" and stacked together in the scene timeframe. That means you will have no conflicts and you could see all changes immediately on the screen.


---

# 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.8xr.io/how-to-build-a-new-scene.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.
