> For the complete documentation index, see [llms.txt](https://docs.neurelo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neurelo.com/getting-started/dashboard/light-dark-mode.md).

# Light/Dark Mode

### Switching to Light/Dark Mode in Neurelo

Neurelo accommodates different development preferences by offering both Light and Dark themes. By default, the dashboard is set to the mode that matches your system settings. If you prefer to switch to Light/Dark Mode, here’s a simple guide:

1. **Locate Theme Settings**: On your Neurelo Dashboard, navigate to the upper right corner. Here, you'll find your organization name and email address displayed.
2. **Access Theme Options**: Click on the area where your organization name and email address are shown. This action will open a dropdown menu with several options.
3. **Select Light/Dark Mode**: In the dropdown menu, look for the option labeled "Light Mode" or "Dark Mode" This is typically listed among other options such as 'Account Settings' and 'Sign Out'. If you are currently using Light mode, the option displayed in the menu will be the Dark mode and vice versa.&#x20;
4. **Activate Light/Dark Mode**: Click on the "Light Mode" or "Dark Mode" option. Upon selection, the theme of your dashboard will change to the selected mode.

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

Once you've selected a specific mode, your Neurelo Dashboard will switch to this theme. Depending on your preference, you can select Light Mode if you prefer a brighter navigation experience. or alternatively dark mode is preferred for its visually soothing properties and reduced strain on the eyes, especially in low-light environments. Neurelo will remember the selection in the browser cache and render the appropriate mode for future logins.&#x20;


---

# 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.neurelo.com/getting-started/dashboard/light-dark-mode.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.
