# Light, Dark or Auto version

The Elrond theme comes with 3 different color settings: **Light**, **Dark**, and **Auto**. Now, let's learn how to select these:

### Set-up Color Mode

1. Go to the **"Design & Branding"** tab in the Ghost Admin panel.
2. In the opened window, click on the **"Theme"** tab at the top right, and then you will see the **"Color Scheme"** settings at the top.
3. Use the dropdown menu to select your option.
4. Finally, click on **"Save"** to activate the color mode you have chosen.

Understanding the **Light**, **Dark**, and **Auto** Modes of the **Elrond Theme:**

### Light Mode

If you choose this mode, your theme will appear in Light mode for everyone. Even if users have Dark mode enabled on their devices, your site will be displayed in Light mode.

### Dark Mode

If you choose this mode, your theme will appear in Dark mode for everyone. Even if users have Light mode enabled on their devices, your site will be displayed in Dark mode.

### Auto Mode

If you enable this mode, a **Theme Toggle Button** will appear in the theme's navigation area, allowing users to choose their preferred color mode.\
By default, the site will match the user's system preference.\
For example, if the user's phone or computer is set to Dark Mode, the site will be displayed in Dark Mode automatically.


---

# 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.hedwik.io/elrond/activation/light-dark-or-auto-version.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.
