# Configure Reviewal & Approval Workflow

The Review and Approve functionality in SimplifyQA allow users to streamline their validation processes by enabling structured reviews and approvals at various project levels. This feature ensures that project artifacts undergo proper scrutiny before they are finalized or executed.

### Configure Review/Approve Settings

To configure which modules require the review and approval process, the user must have Admin access, as these settings can only be managed by an administrator.&#x20;

1. In Project Settings, go to Review/Approve Settings.&#x20;

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

2. Select the modules you want to enable this feature for:&#x20;
   * Requirement Management: Epic, Feature, User Stories&#x20;
   * Test Management: Test Cases, Functions&#x20;
   * Test Execution: Suites, Execution Plans, Execution Results/Reports&#x20;

<figure><img src="/files/5yby7xVGCXOUIIJle7en" alt=""><figcaption></figcaption></figure>

3. (Optional) To restrict users from executing tests without approval, enable the Restrict Execution option under Test Execution.

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

4. For each selected module, define the review and approval process by choosing from the following options:&#x20;
   * **Review Options:**&#x20;
     * Review by All: This option means that all selected users must complete their review and provide approval.&#x20;
     * Review by Any One: A single reviewer can approve for changes to proceed.&#x20;
     * Require Authentication: Reviewers must authenticate their credentials to finalize a review.
     * Require Signature: Reviewers need to provide a digital signature to complete a review.&#x20;
   * **Approval Options:**&#x20;
     * Approval by All: All selected approvers must approve before the item is accepted.&#x20;
     * Approval by Any One: Approval by one approver is sufficient.&#x20;
     * Require Authentication: Approvers must authenticate credentials.
     * Require Signature: Approvers must provide a digital signature.&#x20;

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

5. Save the process.

### Assign Review and Approve Privileges

The ability to review and approve is controlled through privileges. To make a user a reviewer or approver, the required privileges must be enabled under Admin settings by a user with administrative access

1. In the Admin, Navigate to the Project Settings of the desired project.
2. Click on Roles and Privileges.

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

3. Either create a new role or edit an existing role.

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

4. Enable the Review and Approve privileges from either Requirement Management, Test Management, or Test Execution

<figure><img src="/files/8CQE5WIYdfl3hH5FBnPQ" alt=""><figcaption></figcaption></figure>

5. And Click Save to save the changes.
6. Once the role is configured, it can be [assigned to the user](/admin-controls-and-configurations/manage-projects-and-users/create-project-and-invite-users.md#how-to-assign-roles-to-multiple-users), granting them the privilege to review and approve items within Requirement Management, Test Management, and Test Execution modules

Once the review and approval settings have been configured, project teams can begin utilizing this functionality to manage validations efficiently across modules.

**Learn how to use the Review and Approve feature in practice:** [Using Review and Approve in SimplifyQA](/review-and-approve-your-test-cases-and-functions.md)


---

# 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.simplifyqa.ai/admin-controls-and-configurations/manage-projects-and-users/project-settings/configure-reviewal-and-approval-workflow.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.
