# Content Review Settings

The Content review settings allow for the configuration of email notifications, review period days, reminder days, and the like. When using Content reviews, all content has a default review period.

## General Settings

You can configure the **General** Settings from the **Content reviews** tab in the **Settings** section. The following settings are available:

![General settings](/files/xYkHOm0dINWaE8ferThu)

* **Enable content reviews** - Enable this setting if you wish to remind users to review their content. By default, this option is disabled.
* **Send notifications** - Enable this setting to send email notifications to approval groups when content requires review.
* **Treat saving as a review?** - Enable this setting to reset the review date when content is saved. Saving a content node recalculates the review date, using the review period assigned to the content node, its Document Type, or the default Review period value. If disabled, content must be explicitly reviewed via the review banner displayed on the content item.
* **Review period (days)** - The default number of days between content reviews.
* **Reminder threshold (days)** - Determines how many days before the review date the Workflow should notify editors of required reviews. By default, the number of days is set to 1.

## Content Review Permissions

You can configure specific review groups to review designated content nodes or Document Types. The review group responsible for reviewing content is determined by the workflow configuration. This means a site with workflow already configured can leverage the existing permissions model for assigning content review responsibilities. By default, content reviews are assigned to the approval group defined in the first stage of the workflow.

Content review permissions can be set at the node or Document Type level, both of which take precedence over any existing Workflow permissions. Permissions are assigned to user roles or groups within each workflow stage. For example:

* Internal Reviewers: Users assigned to roles like *Editors* or *Content Managers* may have permissions to review content during the Internal Review stage. They ensure content quality, compliance with standards, and provide feedback for improvements before the content is published.
* External Reviewers: External reviewers are users who are invited to participate in the content review process but do not have Backoffice access. Their main role is to provide feedback or suggest changes based on their expertise or stake in the content being published. This feedback is not managed by Workflow.

The current permissions for a content node are displayed in the **Workflow** content app on the **Configuration** tab.

![Workflow Content App - Configuration tab](/files/8FXkg4aHYv2zLWQLjMAI)

## Content Item and Document Type Reviews

You can configure content reviews for individual content nodes or for all nodes of a given Document Type. For both Content Item and Document Type Reviews, the following settings are available:

* **Language** - Allows you to specify which language version of the content is being reviewed.
* **Exclude from review** - Enable this setting to ignore the specific content node (or all content nodes of this Document Type) when determining nodes to review.
* **Review period (days)** - The review period in days between required reviews.
* **Review group** - The group responsible for reviewing the content node. It can contain more than one group.
* **External reviewers** - Assign email addresses for reviewers without CMS access. Feedback from external reviewers is not managed by Workflow.

{% hint style="info" %}
When reviews are enabled or any changes to content review settings are saved, Workflow determines the review status. It assesses all the content needing review and provides this data in the Content Reviews Dashboard. For large sites, or on the first run, this may take a few seconds to complete.
{% endhint %}

### Content Item Reviews

To add a content item review, follow these steps:

1. Go to the **Workflow** section.
2. Go to the **Settings** tab in the **Content reviews** menu.
3. Click **Add** in the **Content item reviews** section.

![Content Item Reviews](/files/qS5vzpqAuDSBTnR6pwH4)

4. Select **Content node** to add to the Content item reviews section.

![Select Content Node](/files/8pY6nsU8qQiER9gyvtNJ)

5. Select **Choose**.
6. Select the **Language** from the drop-down.
7. *\[Optional]* Enable **Exclude from Review** if you wish to exclude this content node from content review. If you enable this setting, skip to step 12.
8. Enter the **Review period** in days.
9. Click **Choose** to add the **Review Group**.
10. Select an **approval group**.
11. Select **Submit**.
12. *\[Optional]* Enter a user in the **External reviewers** field. For example: `john.doe@workflow.com`.

![Edit Content Item Review Settings](/files/32ff7CmzRZHxcbjUZyGU)

13. Click Submit.
14. Click **Save**.

To edit a content item review, click on the Content item and update the settings as per your requirement.

To remove a content item review, click **Remove**.

### Document Type Reviews

To add a Document Type review, follow these steps:

1. Go to the **Workflow** section.
2. Go to the **Settings** tab in **Content reviews**.
3. Click **Add** in the **Document-type reviews** section.

![Document Type reviews](/files/QOLfSEsiqrkzf6tpKNWH)

4. Select **Content type** to add to the Document-type reviews section.

![Select Content Type](/files/DGXju0TaSshWUI98sdDW)

5. Select **Choose**
6. Select the **Language** from the drop-down.
7. *\[Optional*] Enable **Exclude from Review** if you wish to exclude this Document Type from content review. If you enable this setting, skip to step 12.
8. Enter the **Review period** in days.
9. Click **Choose** to add the **Review Group**.
10. Select an **approval group**.
11. Click Submit.
12. *\[Optional]* Enter a user in the **External reviewers** field. For example: `john.doe@workflow.com`.

![Add Document Type Review Settings](/files/mVYaNYaNSNf2DLZ8nwGm)

13. Click Submit.
14. Click **Save Settings**.

To edit a Document Type review, click **Edit** and update the settings as per your requirement.

To remove a Document Type review, click **Remove**.

## Content Review Notifications

Content review notifications use the email template available at `~/Views/Partials/WorkflowEmails/ContentReviews.cshtml`, which can be customized as required. For example, to add a corporate branding or send customized messages.

To add templates for other languages:

1. Go to the `~/Views/Partials/WorkflowEmails/` folder.
2. Copy the required template and paste it into the same folder.
3. Append the culture code to the file name, prefixed with an underscore.

For example:

* **Default approval request template:** `~/Views/Partials/WorkflowEmails/ContentReviews.cshtml`
* **Danish approval request template:** `~/Views/Partials/WorkflowEmails/ContentReviews_da-DK.cshtml`


---

# 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/getting-started/content-review-settings.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.
