> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/audits/dashboard-actions/update-controls-and-criteria-for-an-automated-audit.md).

# Update Controls and Criteria for an Automated Audit

Sprinto allows you to customise the scope of an automated audit by updating the controls and criteria included in the audit. You can:

* Remove controls that are not relevant to the audit
* Add controls that were previously excluded
* Include or exclude entire criteria groups
* Select or deselect individual sub-criteria within a framework

This helps you tailor the audit scope based on your compliance requirements and auditor expectations.

### Before you begin

* Ensure you have access to the Audits module in Sprinto.
* Ensure the automated audit has already been created.

### Update controls and criteria for an automated audit

1. Log in to the Sprinto Dashboard and navigate to **Audits**.

<figure><img src="/files/sl1igX0h5gc6pD8ga6kX" alt="" width="563"><figcaption></figcaption></figure>

2. Select the automated audit that you want to update.
3. In the **Summary** tab, click the **Edit** icon next to **Frameworks and controls**.

<figure><img src="/files/8R6jBWEicfU7XODtWIuF" alt="" width="563"><figcaption></figcaption></figure>

4. In the **Frameworks & controls** drawer, use the following tabs to manage the audit scope:

#### Controls included in audit

This tab displays all controls currently included in the audit.

<figure><img src="/files/sJIAXaaN0v3tVmWUuwy7" alt="" width="563"><figcaption></figcaption></figure>

To remove a control:

1. Locate the control you want to exclude.
2. Click **Remove** next to the control.
3. In the confirmation dialog, click **Confirm**.

<figure><img src="/files/IKWIktWxPp0QJrq2xeNX" alt="" width="563"><figcaption></figcaption></figure>

The selected control and its associated evidence are removed from the audit and moved to the **Not added in audit** tab.

#### Not added in audit

This tab displays controls that are currently excluded from the audit.

To add a control:

1. Locate the control you want to include.
2. Click **Add** next to the control.

<figure><img src="/files/sJvERgJG9uK6wqVVKa8d" alt="" width="563"><figcaption></figcaption></figure>

The control is immediately added to the audit and moved to the **Controls included in audit** tab.

#### Criteria view

This tab allows you to manage criteria and sub-criteria for the selected framework.

You can:

* Select or deselect an entire criteria group.
* Select or deselect individual sub-criteria within a criteria group.

<figure><img src="/files/Z8TVmsz4K8TMy8mlZCVs" alt="" width="563"><figcaption></figcaption></figure>

Changes made here automatically update the controls included in the audit.

### Save the changes

After updating the controls or criteria:

1. Review your changes.
2. Click **Save**.

<figure><img src="/files/q2U5QCPHpCySFYeOfr24" alt="" width="563"><figcaption></figcaption></figure>

A confirmation message appears after the audit criteria are updated successfully.

{% hint style="info" %}

#### Note

* Removing a control excludes its associated evidence from the audit.
* You can re-add removed controls at any time from the **Not added in audit** tab.
* Updating criteria may automatically increase or reduce the number of controls included in the audit.
  {% endhint %}


---

# 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://docs.sprinto.com/audits/dashboard-actions/update-controls-and-criteria-for-an-automated-audit.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.
