# Background

The background setting determines how the scene’s backdrop is displayed.

<figure><img src="/files/zwbxvrwmLY4jAJHeYMNC" alt="" width="375"><figcaption></figcaption></figure>

* **Transparent** — removes the background, making the scene fully transparent

* **Environment** — uses the HDRI environment ([Environment](/documentation/design-process/environment.md)) as the background, blending the lighting and reflections with the scene.\
  \
  \- **Ground projection** — modifies the HDRI projection to create a realistic ground surface, ensuring objects appear naturally integrated into the environment. This prevents the floating effect typically seen with spherical HDRI projection and enhances realism by aligning the background and reflections with the scene.\
  \
  \- **Size** — adjusts the projection size to match the scale of the scene\
  \
  \- **Blur** — applies an extreme blur effect, making the HDRI background indistinguishable except for its colors. If background blur is disabled, additional blur adjustments can be made in the environment settings.\
  \
  **- Environment settings** — [Environment](/documentation/design-process/environment.md#settings)

* **Solid** — applies a single, uniform color as the background

* **Linear** — creates a smooth gradient between two colors, providing a soft transition effect

* **Radial** — generates a circular gradient effect, transitioning from one color at the center to another at the edges

* **Texture** — uses an imported image as the background, allowing for custom designs or photographic backdrops.


---

# 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://help.vectary.com/documentation/design-process/background.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.
