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

# Delegations

> Manage approval authority delegations that transfer your approval rights to another user at /fw/delegations.

The Delegations screen lets users manage approval authority delegations and is available at `/fw/delegations`.

## Overview

This screen renders the `DelegationManager` component inside a narrow (`maxWidth="2xl"`) page container. All delegation management functionality is encapsulated within `DelegationManager`, which handles creating, editing, and revoking delegations.

## Who it's for

Access follows your organization's role and module configuration. ## Before you start

* Navigate to `/fw/delegations` from the Forms & Workflow sidebar.
* You must be logged in as the user whose delegation authority you are managing.

## Steps

<Steps>
  <Step title="Open Delegations">Navigate to `/fw/delegations`.</Step>
  <Step title="Create or edit a delegation">Use the controls in `DelegationManager` to delegate approval authority.</Step>
  <Step title="Revoke a delegation">Use the revoke action within `DelegationManager` to remove an active delegation.</Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="Forms & Workflow" icon="diagram-project" href="/fw/overview">
    Forms & Workflow core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index">
    Documentation coverage and governance.
  </Card>
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/fw\.tsx
  * src/cores/fw/pages/DelegationsPage.tsx
</Accordion>
