> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/command-centre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.security.gallagher.com/command-centre/command-centre-web-releases/2024/october.md).

# October

**Date Released:** 14/10/2024

### New Feature - Dark Mode

Introducing Dark Mode, a new look for Command Centre Web. Great for low-light environments, Dark Mode is designed to reduce eye strain while also providing a sleek and modern feel.

While Dark Mode is enabled by default, you can choose a different colour scheme at any time to suit your individual preferences:

* **Dark Mode**: The new default setting for a sleek and modern interface.
* **Light Mode**: The classic look and feel.
* **System Default**: Automatically adjusts to match the theme of your operating system.

Your preference will be retained across any device you use to login to Command Centre Web, providing a consistent experience.

![Command Centre Web shown half in dark mode and half in light mode](https://security.gallagher.com/-/media/Project/Security-Business/Security-Public-Site/Images/Command-Centre-Notes/Oct-2024/Darkmode.jpg?h=51%25\&w=100%25\&hash=B6C379F058BCA70D25E29A7432577F4E)

&#x20;**Configuring your display mode is easy:**

1. **Navigate to Settings**: Select the **Settings** menu from your dashboard.<br>

   <figure><img src="https://security.gallagher.com/-/media/Project/Security-Business/Security-Public-Site/Images/Command-Centre-Notes/Oct-2024/Dark-mode---settings-menu.jpg?h=44%25&#x26;w=100%25&#x26;hash=C9B2DBA675441CCF94AF465F2AC5CD9F" alt=""><figcaption></figcaption></figure>
2. **Locate Appearance settings**: In the **Settings** menu, select the **General** tab and locate the Appearance subsection.
3. **Choose your Colour Scheme**: Choose your preferred Colour Scheme - **Dark Mode**, **Light Mode**, or **System Default**.<br>

   <figure><img src="https://security.gallagher.com/-/media/Project/Security-Business/Security-Public-Site/Images/Command-Centre-Notes/Oct-2024/Dark-mode-config.jpg" alt=""><figcaption></figcaption></figure>

As always, we welcome your feedback to help us continue improving your experience.


---

# 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://help.security.gallagher.com/command-centre/command-centre-web-releases/2024/october.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.
