> 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/area-management/areas-auditing/approver-group-self-management.md).

# Approver Group Self-Management

Approvers can review and manage who has the privilege to oversee their specific areas and update the approver group email.&#x20;

This function is intended for area managers handling e.g. specific building or physical department. It displays only the areas the individual approver is authorised to manage.

## Review Approvers of an Area

{% hint style="info" %}
This function is restricted to approvers, enabling them to manage only the areas they are authorised to oversee.
{% endhint %}

{% stepper %}
{% step %}

### Go to Areas module

It shows the areas you are privileged to manage.

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

{% step %}

### Click on the select Area.&#x20;

The area management feature provides two tabs:&#x20;

* the **Approvers** tab, listing individuals who can approve area access,&#x20;
* and the **Cardholders** tab, showing all occupants with area access.
  {% endstep %}

{% step %}

### Review the approver list&#x20;

All the approvers for this area are listed.

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

{% step %}

### To remove an approver use the Bin icon.&#x20;

A confirmation pop-up appears for the removal.&#x20;

The removed approver will **not** be notified.
{% endstep %}

{% step %}

### To add an approver, click the +Add Approver button &#x20;

Start typing the approver's name. Select from the list of matching users. Any system user can be chosen as an approver.

**Check the box** next to the approver's name. Click **Save** to complete the process.

<figure><img src="/files/6XP4oilqotBGmRUt5l8N" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## Update Approver Group Email

Approvers can view the group's description and update the approver group's email. If no email is specified, notifications about pending approvals are sent to all group members. If an email is specified, notifications are sent only to that email address.&#x20;

To update the email, click the **Change Group Email** button, enter the new email, and click **Save** to confirm.

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

&#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/accessnow-user-guide/area-management/areas-auditing/approver-group-self-management.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.
