> 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/workflow-examples/access-workflows.md).

# Access Workflows

{% hint style="warning" %}
All processes are examples only and can be adjusted to customer needs.
{% endhint %}

{% hint style="info" %}
Email Notifications can be sent to relevant parties at selected stages of a workflow.&#x20;
{% endhint %}

## Access Request&#x20;

A new access request is needed when an employee changes roles, joins a new project, or requires additional resources that were not part of their initial access privileges. It ensures they have the necessary permissions to perform their work efficiently.

1. **Select Access Group:** Employee selects the appropriate access group(s) from the options below. You may request more than one area in a single submission.

{% hint style="info" %}
Access Groups for secure areas can be removed from the list of areas available for employees to select.
{% endhint %}

2. **Approval Process:** Submit an access request. The request is sent to the relevant area approvers. Only one approver needs to review and approve the access request.
3. **Access Provisioning:** Once approved by the area owner, access is automatically granted to the employee.

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

## Access Audit & Removal&#x20;

The access review process is a crucial security measure designed to ensure that only authorised individuals have access to specific areas. This process is needed to mitigate the risk of unauthorised access and to maintain organizational security.&#x20;

It ensures compliance with security policies. Reduces potential security breaches by removing unnecessary access rights. And keeps the access list up-to-date with current personnel requirements.

1. **Kick-off the review:** Area managers may be responsible for conducting a periodic review of people with access to their managed area.&#x20;
2. **Occupants removal from access group:** During this review, area owners can remove individuals who no longer require access.
3. **Occupant notification:** When an individual is removed, they receive an email asking if they still need access.&#x20;
4. **Optional occupant response:** To retain access, notified occupants must respond in AccessNow with a valid reason. Otherwise the access is automatically removed.&#x20;

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


---

# 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/workflow-examples/access-workflows.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.
