# Sky

A sky is a type of background that the Main Camera draws before it renders a frame. This type of background creates a sense of depth and makes the 3D environment seem larger than it is. In MANU, the sky is one of the default units of every scene that is available in the [Scene panel](/learn/manual/scene-panel.md) of [Edit mode](/learn/manual/workspace-modes/edit-mode.md).

The *Sky* itself can contain three different colors that merge together to create the illusion of distant three-dimensional surroundings. MANU can also use a *Sky* to generate ambient lighting in your game.

To change the *Sky* settings in *Edit mode*, use settings in the Inspector panel for *Gradient*.

![](https://dl.dropboxusercontent.com/s/deilrb1j5lp6cnq/001.png?dl=0)

The numeric value for gradient determines the degree of *scattering* that varies from 0 to 100. The higher the value for scattering, the more blended the sky colors appear in the game.

![](https://dl.dropboxusercontent.com/s/60wopsgdoybu4b4/002.png?dl=0)

## Animating

Animating the sky can be useful if you would like to add daylight change in your game. For example, you can make the sunny daylight sky turn into the sunset. The guidelines below specify animation settings that could help you create such an effect.

{% embed url="<https://dl.dropboxusercontent.com/s/qsrmi1q20gwbscc/v001.webm>" %}


---

# 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.manu.co/learn/manual/sky.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.
