> For the complete documentation index, see [llms.txt](https://docs.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vectra.ai/operations/general/dark-mode-support-for-ui.md).

# Dark mode support for UI

## Overview

The Vectra AI user interface now supports both light and dark modes. You can also configure the UI to adapt to the same setting set in your browser.

This feature is still in Beta but is generally available in both Respond UX (RUX) and Quadrant UX (QUX) deployments. If you notice inconsistencies while in Beta, please open a support ticket. We are aware of some issues already but want to ensure we find all of them.

## Configuration

To enable dark more or switch between modes, click your user icon at the top right of the screen and then choose your desired **Theme**.

<figure><img src="/files/lSQY0z0x7d92k9U1nuX4" alt="" width="218"><figcaption></figcaption></figure>

If you want to UI to dynamically adjust to match your browser light/dark mode setting as it changes, click into **My Settings** and choose **Match Browser Preferences** for **Theme** and **Save**.

<figure><img src="/files/akd4fEZvqZYIWE7iot45" alt="" width="563"><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.vectra.ai/operations/general/dark-mode-support-for-ui.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.
