> 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/approver-groups.md).

# Approver Groups

Approver group members can review and approve or decline access or credential requests. Additionally, approvers can manage other approvers within their groups. Some examples of the approver groups include: Server Room Approvers, Lab Approvers etc.&#x20;

## Approver Group Privileges

* Approval and Rejection: Every member can approve and reject relevant requests.
* Manage Members: Members can add or remove other members of their Approver Group.

#### Difference  between Approver and System Administration user groups

Approver Groups are managed and created in the same **Groups** module as the [System Administration Groups](/command-centre/accessnow-user-guide/system-administration/system-administration-groups.md). AccessNow user groups and Approver Groups are interchangeable, with one key difference: Approver Groups **don't need a Role**. A Role is required only if the group needs system administration privileges.    &#x20;

{% hint style="info" %}
Unlike [System Administration Group](/command-centre/accessnow-user-guide/system-administration/system-administration-groups.md), the Approver Group does not require a system Role.&#x20;
{% endhint %}

## Creating a new Approver Group&#x20;

To create a new Approver Group go the system **Groups** module:

{% stepper %}
{% step %}

### Use the +Create Group button

Enter the group name and description.&#x20;
{% endstep %}

{% step %}

### Select Group members

Select Group members in the Membership section.

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

{% step %}

### Group Email is optional

You can use the Group Email field to control who receives system notifications about the requests requiring review.

* **With Group Email:** All approval emails go to the specified group email address, not to individual members.
* **Without Group Email:** Approval emails are sent to each member of the group and the emails assigned to them in the system.
  {% endstep %}

{% step %}

### Role field is optional&#x20;

The approver groups don't need any roles assigned. All aprover groups will have the approver privileges even with any role assigned.&#x20;
{% endstep %}

{% step %}

### Save the group

{% endstep %}
{% endstepper %}

## Group Management&#x20;

To manage the groups go to the **Groups** module:&#x20;

To **edit** a group, click on the group **record**, it opens the group in an edit mode.

To **delete** a group use the **Bin** button.

<figure><img src="/files/V1l5cmYYoHgOm3BOfNsr" 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/creating-and-managing-workflows/workflow-configuration/approver-groups.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.
