# Use Approvals

The **Request Approval** action pauses an automation and waits for a user to approve or reject before the run continues. Use it to add a human checkpoint to an automation — for example, before publishing AI-generated content.

## How It Works

1. The automation reaches a **Request Approval** step.
2. The run is suspended and an approval entry is created with the configured prompt.
3. A user with access to the workspace opens the approval and chooses **Approve** or **Reject**.
4. On **Approve**, the run resumes from the next step. The approver's user key and any comment are recorded on the step output.
5. On **Reject**, the approval step fails. The run's configured error behavior on that step then decides whether to retry, suspend, terminate, or compensate.

## Request Approval Settings

| Setting             | Description                                                                                                                 |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| **Prompt**          | The message shown to approvers explaining what needs approval. Supports [bindings](/umbraco-automate/concepts/bindings.md). |
| **Timeout (hours)** | Optional. If set, the step auto-rejects when no decision is made within this many hours.                                    |

## Approver Permissions

A user can act on an approval if they are a member of a user group that the workspace allows access to. See [Manage Workspaces](/umbraco-automate/backoffice/workspaces.md).

## Finding Pending Approvals

The **Approvals** dashboard in the Automate section lists every approval awaiting a decision across the workspaces you can access. Click an approval to open the decision dialog.

## See Also

* [Build an Automation](/umbraco-automate/backoffice/building-an-automation.md)
* [Manage Workspaces](/umbraco-automate/backoffice/workspaces.md)
* [Bindings](/umbraco-automate/concepts/bindings.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.umbraco.com/umbraco-automate/backoffice/approvals.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.
