# Environment

Go to the **Settings menu -> Environment tab** to adjust environment settings, including **light intensity, sun position, and shadows**. You can also choose and apply one of the built-in **skyboxes**.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FV5IFh3rk5kqfCwJPPYhE%2Fuploads%2FoWdbZ4aZjva92rzFfMAj%2Fenvironment-crop-video.mp4?alt=media&token=d90902e7-1436-4d62-9e90-e714485c1780>" %}

Turn off shadows by setting the shadow intensity slider to zero.

{% hint style="info" %}
If you want to cast shadows on a real object in your room, create a plane using a cube asset and apply a passthrough material to it.
{% endhint %}


---

# 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://learn.shapesxr.com/basics/environment.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.
