# Switching Between Light and Dark Mode

Astera now supports both **Light Mode** and **Dark Mode**, giving users the flexibility to tailor the interface to their visual preference and working environment.

### **How to Change the Visual Theme**

To switch between modes, go to:\
**Windows > Visual Themes**, and select either:

* **Light Mode** for a bright, traditional interface
* **Dark Mode** for a modern, low-light-optimized appearance

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

You may update the visual theme at any time to align with your viewing needs.


---

# 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://documentation.astera.com/miscellaneous/switching-between-light-and-dark-mode.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.
