> ## Documentation Index
> Fetch the complete documentation index at: https://docs.opal.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Delegate reviews

> Learn how to schedule delegated access request reviews.

If you're going on vacation or need to delegate reviews to other members of your organization for a set period, you can create a schedule to temporarily add additional reviewers to access requests.

<Info>
  On self-hosted Opal, delegated reviews are available on versions 1.1032.0 and later.
</Info>

## Schedule delegated request reviews

Currently, users can only create delegations for themselves, not other users. Any user can create a delegated request review.

To create a delegated request review:

1. Select your profile in the lower left corner of the Opal dashboard, then **Settings** > **Delegates**.
2. Select **+ Delegation** and enter the user to add to reviews, a date range, and reason for the delegation.

You can view and delete delegated reviews from the same page, as well as see schedules for reviews delegated to you.

<img src="https://mintcdn.com/opalsecurity/4Xj9diJ3E3kX-9Xd/images/docs/d803d69e957f8948fa5898e855ffc55764693fd7b7336d94a3e83d5f5fc22482-delegate-settings.png?fit=max&auto=format&n=4Xj9diJ3E3kX-9Xd&q=85&s=fc2f3ee71e80e7244e61836308cc9af9" alt="" width="3512" height="1465" data-path="images/docs/d803d69e957f8948fa5898e855ffc55764693fd7b7336d94a3e83d5f5fc22482-delegate-settings.png" />

## Review delegated requests

Delegated access requests appear in the **Inbox** tab on the **Requests** page, as any other pending request, and the delegated reviewer is shown as **Delegated**.

Delegated reviewers are added as additional reviewers, not replacements.

## Manage delegations

Admins can create, view, and delete all schedules for delegated reviews from **Inventory** > **Delegations**.

## Notifications and events

Delegated reviewers receive the same [notifications](/docs/notifications) as any other reviewer.

[Events](/docs/event-types) are logged when you create and delete delegation schedules. Access requests and revocation events include details in descriptions if reviews were delegated from another user.

## Manage delegations programmatically

Use the `/delegations` [endpoints](/api-reference/delegations/get-delegations) in the REST API and the delegations [resource](https://registry.terraform.io/providers/opalsecurity/opal/latest/docs/resources/delegation) and [data source](https://registry.terraform.io/providers/opalsecurity/opal/latest/docs/data-sources/delegation) in Terraform to progammatically manage your request delegations.

***
