# Scene Layout

- [Asset Movement Tools](https://docs.siminsights.com/authoring-a-simulation/scene-layout/asset-movement-tools.md): The tools used for manipulation of a selected Virtual Object.
- [Skybox](https://docs.siminsights.com/authoring-a-simulation/scene-layout/skybox.md): A skybox is an environment that encapsulates your simulation, authors can use it to change the weather.
- [Set Spawn Position](https://docs.siminsights.com/authoring-a-simulation/scene-layout/set-spawn-position.md): Changes the starting position of an experience user upon entering a simulation.
- [Show Axis](https://docs.siminsights.com/authoring-a-simulation/scene-layout/show-axis.md): A selected Virtual Object will show its three planar axis. This can be used in conjunction with the inspector to have more precise control of a Virtual Object's placement in a simulation.
- [Assets](https://docs.siminsights.com/authoring-a-simulation/scene-layout/assets.md): HyperSkill's library of Virtual Objects.


---

# 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.siminsights.com/authoring-a-simulation/scene-layout.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.
