> For the complete documentation index, see [llms.txt](https://docs.aeroai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeroai.io/siega-web-features/other-features/atmosphere-timeslider.md).

# Atmosphere TimeSlider

The Atmosphere TimeSlider lets you change the time of day in the scene to see how the lighting and the sky look at any hour. It is useful for sun studies,&#x20;picking the right look for a screenshot, or just confirming that a feature reads well in both day and night light.

### How to Use

Click the clock button in the top toolbar to open the time panel at the bottom of the screen. The button label shows the current time, and the icon&#x20;switches between a sun and a moon depending on whether the time is set to day or night hours.

<figure><img src="/files/x6gBy9ce45CCrcYIoaxc" alt=""><figcaption></figcaption></figure>

### Drag the slider

The bottom panel is labeled "Atmosphere Time" and shows a horizontal slider that runs across a full 24 hour day. Drag the yellow handle left and right to&#x20;set the hour. The current time shows on the left side of the slider in a 12 hour format with "AM" or "PM".

<figure><img src="/files/HY3w65gG6XWM4GS4nne6" alt=""><figcaption></figcaption></figure>

Below the slider are four shortcut buttons for the most common times:

* "Sunrise" sets the time to 6 AM.
* "Noon" sets the time to 12 PM.
* "Sunset" sets the time to 6 PM.
* "Midnight" sets the time to 12 A

### What changes in the scene&#x20;

As you move the slider the viewer updates the sun position and the sky brightness in real time. Around midday the sky is at its brightest and shadows fall&#x20;short. Toward sunrise and sunset the sky shifts darker. At midnight the sky drops to its darkest setting and the scene reads as a night view.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aeroai.io/siega-web-features/other-features/atmosphere-timeslider.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
