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

# December

**Date Released:** 11/12/2025

### Quick View for Cardholders

**Available on:** Desktop

We’ve introduced Quick View, a streamlined way to confirm cardholder information without needing to open the full record.

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

#### Why we built it&#x20;

Operators often need to scan through multiple cardholders to find the right one. Quick View helps you get the information you need - faster, reducing clicks and keeping you in your workflow.&#x20;

#### Why it matters&#x20;

Quick View provides essential context without breaking your workflow, making it easier to identify the correct cardholder and complete tasks faster in Command Centre Web.&#x20;

#### How it works&#x20;

Hover over a cardholder’s name and select » Quick View to instantly view key information in a right-hand panel.&#x20;

#### What Quick View shows

**Identity & Status**

* Cardholder name&#x20;
* Authorization status&#x20;
* Last zone entered&#x20;

**Personal Data**

* The top three Personal Data Fields (PDFs), determined by the site’s PDF sort order &#x20;
* Only fields the operator is privileged to view will be displayed &#x20;

**Recent Activity**

* The three most recent activities for the cardholder&#x20;

**Credentials**

* Up to three assigned credentials, including status&#x20;

**Access Groups**

* The first three access groups assigned to the cardholder&#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://help.security.gallagher.com/command-centre/command-centre-web-releases/2025/december.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.
