> 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/2025/september.md).

# September

**Date Released:** 25/09/2025

### New Feature – Custom URL Support

We’re excited to introduce a new feature that allows you to request a customized URL for your Command Centre Web client, helping your organization provide a more familiar experience for operators.

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

#### **What is a custom URL?**

A Custom URL is a unique web address you can use to access Command Centre Web. This can either be:

* A Gallagher-managed subdomain (e.g. yourcompany.ccweb-au.gallagher.com or yourcompany.ccweb-us.gallagher.com), or&#x20;
* Your organisation’s own domain (e.g. ccweb.yourcompany.com)

This flexibility means operators can more easily identify and trust the site they’re logging into, while also ensuring alignment with your organisation’s branding and IT policies.

#### **How to request a Custom URL:**

1. Contact your Gallagher Channel Partner\
   Get in touch with your Gallagher Channel Partner, who will help initiate the process.
2. Choose your preferred option\
   Decide whether to use a Gallagher-managed subdomain or your organisation’s own domain.
3. Implementation\
   Your Channel Partner will work with Gallagher to configure and enable your chosen Custom URL.

#### Want to know more?

<a href="https://media.gallagher.com/m/69bf22955d2c1820/original/Gallagher-Commend-Intercom-Integration.pdf" class="button primary">Read The Custom URL FAQ</a>


---

# 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/2025/september.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.
