> 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/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/lists/command-centre-lists.md).

# Command Centre Lists

Command Centre imported lists let you transfer information from Command Centre to AccessNow. You can use features such as Access Groups, Personal Data Fields (PDFs), and Card Types to set up workflows.

Refer to the Command Centre guide for a detailed explanation of Access Groups, Personal Data Fields, and Card Types.

## Creating a List of Items Imported from Command Centre

The following instructions apply to all list types that contain information imported from Command Centre, including Access Groups, PDFs, and Card Types.

{% stepper %}
{% step %}

### Verify Command Centre connection

See the [Command Centre Integration](/command-centre/accessnow-user-guide/system-administration/command-centre-integration.md) section for details. You need an active Command Centre connection to import items from the system.
{% endstep %}

{% step %}

### In the **Lists** Module, Click the **+ Add List** Button

Enter the new list Name and Description.
{% endstep %}

{% step %}

### Save the new list

You can import Command Centre items only after the list is saved. The list opens in edit view.
{% endstep %}

{% step %}

### Click the Import Items button

<figure><img src="/files/P0rN1r4dnIeTNrAdmvtQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Confirm the Action in the Pop-Up

The system asks you to confirm the import of items from Command Centre.
{% endstep %}

{% step %}

### Import Completed

The items are imported to AccessNow.

{% hint style="info" %}
AccessNow imports items from the Command Centre division where the AccessNow operator was initially created.
{% endhint %}
{% endstep %}
{% endstepper %}

## Renaming an Item

After importing a list you can change item names in AccessNow to make it more intuitive for users requesting access and configuring the workflows. By default, items retain their names from Command Centre, which can sometimes be confusing for those unfamiliar with internal terminology.

{% hint style="info" %}
Renaming list items is especially helpful for **Access Groups**, as they are visible to the requester when selecting the areas they need access to. The new name is visible for the Access Group when users make access requests.

Renaming **Card Types**, on the other hand, can make it easier for physical credential approvers to choose the correct credential type from the available list.
{% endhint %}

{% stepper %}
{% step %}

### Navigate to the **Lists** module

It displays all the system lists.
{% endstep %}

{% step %}

### Select a List

Click on the selected list to view all the items it contains.
{% endstep %}

{% step %}

### Click an Item

Click the item you want to edit. It opens a side panel that lets you change the item details.
{% endstep %}

{% step %}

### Enter the New Name in the **Value** Field

To customise the item name in AccessNow, enter the desired name in the **Value** field.

<figure><img src="/files/rGkYuPUlwg1rcGQ3F4fE" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click Save

{% endstep %}
{% endstepper %}

## Hiding a List Item in AccessNow

It is possible to hide some imported items from users. For example, the requester cannot view hidden access groups and therefore cannot request access to them.

By default, all imported items are visible, so hiding is used to exclude them from visibility in workflow configuration and workflow steps.

{% hint style="info" %}
Hiding an Access Group is especially useful for highly secure areas that should not be available in AccessNow. It can also be used to hide commonly available areas that all occupants can access by default and do not need to request in AccessNow.
{% endhint %}

{% stepper %}
{% step %}

### Go to the **Lists** Module

The module displays all created lists.
{% endstep %}

{% step %}

### Select a List

The list opens in an edit mode.
{% endstep %}

{% step %}

### Click a List Item

Click on the selected item. It opens a side panel with options.
{% endstep %}

{% step %}

### Tick the Hide checkbox&#x20;

<figure><img src="/files/y9bZAzGIBndPBMzyAJzc" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save the change

{% endstep %}
{% endstepper %}

## Synchronising Lists with Command Centre

To synchronise AccessNow lists with the Command Centre system, use the **Sync Items** function. This feature aligns Command Centre configuration with the relevant AccessNow list, ensuring updates when new items are added or removed in Command Centre.

* **New items**: Newly imported items are initially hidden. To display them to occupants, uncheck the **Hide** box.
* **Items deleted from Command Centre**: Items deleted from the Command Centre are automatically removed from AccessNow.
* **Items deleted from AccessNow**: If an item is deleted only from AccessNow and not from the Command Centre, it is re-added to AccessNow as hidden.
* **Modified items**: Any changes to item details in AccessNow are reverted to the original Command Centre settings. This includes restoring the original link (Reference). However, if an item is renamed in AccessNow, the AccessNow name will remain unchanged.

{% hint style="info" %}
Item synchronisation with Command Centre is manual, there is no automatic synchronisation.
{% endhint %}

To synchronise a selected list between Command Centre and AccessNow:

{% stepper %}
{% step %}

### Go to the Lists module

{% endstep %}

{% step %}

### Click a list

It opens the list in an edit mode.
{% endstep %}

{% step %}

### Click the Sync Items button

<figure><img src="/files/WleO2P6XNNPKvp905pd7" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click Confirm to proceed.

The system asks for confirmation of synchronisation. Confirm to proceed.
{% endstep %}
{% endstepper %}


---

# 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/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/lists/command-centre-lists.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.
