# Approval Groups

The **Approval groups** view in the **Workflow** section lists the active groups name, group members, their permissions, and a quick link to email the group.

![Approval groups](/files/EF8Li7lW3ZAOBR5EccWg)

To add an approval group, follow these steps:

1. Go to the **Workflow** section.
2. Click on **Approval groups**.
3. Click **Create**.
4. Enter a **Name** for the Approval Group. For example: Danish Editors.
5. Enter the **Group Email** address in the **Settings** section to which the notifications will be sent.
6. Select the **Group Language** from the drop-down list in the **Settings** section.
7. Click **Save**.

   ![Create Approval Group](/files/0Bd0qNH0zikXdsLbqoj8)

{% hint style="info" %}
You can create a total of 5 groups on unlicensed installations. The paid license removes this restriction.
{% endhint %}

You can search for a specific group using the Search bar. Select a group from the list to edit its Settings, Roles, Members, and view the group's History.

## Approval Groups Settings

The **Settings** tab consists of the following fields:

* **Group Email:** Workflow notifications are sent to a generic inbox (a group's email address) rather than the individual group members.
* **Group Language:** Select a language variant for the email.
* **Workflow Activity:** Provides a chart displaying an overview of the workflow activity such as approved, cancelled, rejected, or pending approvals for the current group.

![Approval group Settings](/files/cj8Jo6f36MxYgufzIkP7)

## Members

The **Members** tab manages the membership for the given user group. Add members to approval groups to determine which member will be responsible for approving content changes. Group Members can be explicitly added to the group or can inherit group membership from an existing Umbraco group. Ideally, group members are set explicitly to ensure changes made to Umbraco groups do not cause unexpected changes to workflow permissions.

![Approval group Members](/files/eWfeoaF14V7FHifnqkK0)

To add a Group member, follow these steps:

1. Go to the **Workflow** section.
2. Click on **Approval groups**.
3. Select a group from the list to edit its Members.
4. Go to the **Members** tab.
5. Click **Choose** in the **Group members** section.
6. Select the **Users** you want to add to the approval group.

   ![Add group Members](/files/9lN9M4djWCVGwgSoYAkd)
7. Click **Submit**.
8. Click **Save**.

To remove a Group member, click **Remove**.

To inherit an existing Umbraco group membership, follow these steps:

1. Go to the **Workflow** section.
2. Click on **Approval groups**.
3. Select a group from the list to edit its Members.
4. Go to the **Members** tab.
5. Click **Choose** in the **Inherited group membership** section.
6. Select the **User groups** you want to add to the approval group.

   ![Inherited group membership](/files/afBQzXkcD1kGCwA36Rj4)
7. Click **Submit**.
8. Click **Save**.

To remove a Group membership, click **Remove**.

## Roles

The **Roles** tab provides an overview of the current workflow roles for the Group:

* **Node-based approvals**: This workflow applies only to the specified node.
* **Document-type approvals**: This workflow applies to all the nodes of a given Document Type.

You can set these **Roles** in the Workflow **Settings** section. For more information, see the [Workflow Settings](https://github.com/umbraco/UmbracoDocs/blob/main/17/umbraco-workflow/workflow-section/workflow-settings.md) article.

![Approval group Roles](/files/liT6BhTVyzXe5goXXsWw)

## History

The History tab provides an overview of the workflow activity for the current group. It displays a table containing the following details:

* Page name with the Language variant
* Type of Publish
* Workflow requested by
* Date the workflow was requested on
* Comment describing the changes

![Approval group history](/files/z34WZxEQ6x47Opj8xlKN)

You can also **Filter** the records based on the Document Type, Requested by, Created date, Completed date, Page Language, Workflow Type, and Workflow Status. Additionally, you can adjust the total number of records displayed on a page.

The **Detail** button at the end of the record displays an overlay with content similar to the [Active workflow](https://github.com/umbraco/UmbracoDocs/blob/main/17/umbraco-workflow/getting-started/workflow-content-app.md#active-workflow) sub-section.

![Details overlay](/files/dO0iMz5yk3iADs1Ao1RA)


---

# 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://docs.umbraco.com/umbraco-workflow/workflow-section/approval-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.
