> 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/working-with-workflow-templates/area-management-cardholder-removal-workflow.md).

# Area Management: Cardholder Removal Workflow

## Use Case Overview

The Cardholder Removal Workflow is an example of a **System** workflow. It is used to automatically remove selected cardholders from an access group during an access audit. It is available to approvers of the respective Access Groups.

When configured, it is triggered by clicking the removal button in the **Cardholder tab** within the **Areas module.**

<div data-with-frame="true"><figure><img src="/files/5SLnow8dTMAurRxX20ar" alt=""><figcaption></figcaption></figure></div>

## Workflow Configuration

This workflow does not require any additional configuration unless the customer wants to customize it, for example, by sending notification emails to cardholders whose access has been removed.

{% stepper %}
{% step %}

### [Create a New System Workflow](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-management/creating-a-new-workflow.md)

To create a workflow from a template, first manually create an empty workflow.
{% endstep %}

{% step %}

### [Import a Template](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/working-with-workflow-templates/importing-workflows.md)

Download the Area Management Cardholder Removal workflow template you want to customize and import it into the empty workflow created earlier.

This workflow template does not need additional configuration in its default setup.

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

{% step %}

### [Publish the Workflow](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-management/publishing-a-workflow-version.md)

After testing and confirming the results, publish the workflow to make it visible in the system's configuration drop-down lists.
{% endstep %}

{% step %}

### [Select the Workflow in the Area Management Settings](/command-centre/accessnow-user-guide/system-administration/set-up-area-management-workflows.md#configure-the-removal-workflow)

Follow the instructions in the [Set up the Access Removal Workflow](/command-centre/accessnow-user-guide/system-administration/set-up-area-management-workflows.md) and select the workflow during the Area Management configuration.
{% 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/working-with-workflow-templates/area-management-cardholder-removal-workflow.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.
