# System Administration Groups

## User Groups

User groups are used in the system to enable privilege and approver management. &#x20;

There are 2 main types of Groups: Approver Groups and System Management Groups.&#x20;

## Approver Groups

Approve access or credentials. These groups do not require a role. Additionally, approvers can add other approvers to their groups.  They are described in more detail here: [Approver Groups](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/approver-groups.md).

## System Administration Groups

These groups are essential for managing and configuring the AccessNow system. They require an assigned **Role** to grant them necessary system privileges. Additionally, they can also serve as Approver User Groups.

{% hint style="info" %}
System Administration Groups can also serve as Approver Groups in workflows. &#x20;
{% endhint %}

Examples of System Administration Groups include:

* **System Administrators**: Responsible for overarching system management and configuration tasks.
* **Installers**: Handle installation and setup processes within the system.

Assigning roles to these groups ensures smooth administration and operation of the system.

A system management group consists of:

* **Role** - Assigning a role is essential for the system administration group as it determines the privileges users in that group have. Role names are usually very similar as the names of the groups. Some examples include: "System Administrators," "Site Manager," "Workflow Managers," etc.
* **Users** – By adding users to a system administration group, they receive the privileges assigned through the assigned Role.


---

# Agent Instructions: 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:

```
GET https://help.security.gallagher.com/command-centre/accessnow-user-guide/system-administration/system-administration-groups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
