> 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/system-administration/command-centre-integration/accessnow-settings.md).

# AccessNow Settings

After completing the Command Centre configuration, go to AccessNow service.

{% stepper %}
{% step %}

### AccessNow's Settings Configuration

In AccessNow go the **Settings** module and the **Command Centre** tab.

Enter the following Command Centre information:

* Command Centre **Serial Number**
* **Gateway Region** (copied from the [Command Centre Cloud](/command-centre/accessnow-user-guide/system-administration/command-centre-integration/enable-command-centre-cloud.md))\
  \*The Custom Gateway field should remain empty and is reserved for special scenarios such as demo accounts or system testing.
* **API Key** (copied from the [AccessNow REST Client](/command-centre/accessnow-user-guide/system-administration/command-centre-integration/command-centre-accessnow-rest-client.md))
* Command Centre **Time Zone**

All of the above information can be found in Command Centre Config Client.

{% embed url="<https://youtu.be/eKQSr0yTZJA>" %}
{% endstep %}

{% step %}

### Check the **Use AccessNow License** box

AccessNow uses a REST API to connect to the Command Center. While REST API connections require separate licenses, AccessNow customers can connect using their existing AccessNow license without needing additional REST licenses.

Check the **Use AccessNow License** box to enable the license.

{% hint style="info" %}
To activate this option, the Command Centre license file must be updated to include the relevant AccessNow licenses.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/QryIsOA12e4w0ev18Axc" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Copy the Client Certificate Thumbprint

Generate and copy the value in the Client Certificate Thumbprint.

<div data-with-frame="true"><figure><img src="/files/pnQFL5XXnIpcpHmkVM5d" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Copy the Thumbprint value to Command Centre

Go to Command Centre. Enter the value of the Client Certificate Thumbprint into the relevant filed in the **AccessNow REST Client** in the **API Key** **tab.**

See [AccessNow REST Client](/command-centre/accessnow-user-guide/system-administration/command-centre-integration/command-centre-accessnow-rest-client.md) for details.

{% embed url="<https://youtu.be/nXMgM7ZvTWc>" %}
{% endstep %}

{% step %}

### Set the Command Centre Time Zone

By default, date-based requests use the logged-in person's time zone, and it is assumed the Command Centre is in the same time zone\
\
Set the Command Centre time zone to match the time zone of your Command Centre server. This ensures accurate request dates across time zones.

The time zone settings are reflected in any new requests after the session refreshes. It also applies after the user signs out and back in.

<div data-with-frame="true"><figure><img src="/files/fv5jcsAnukaOY6rhieH3" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Save settings

**Save** all settings before testing the Command Centre connection.
{% endstep %}

{% step %}

### Test the connection

Click the **Test** button to verify the Command Centre is active and connected.
{% 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/system-administration/command-centre-integration/accessnow-settings.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.
