> ## 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.

# Approvals

> HR approvals hub — redirects to the Leave Approvals screen at /hr/leave-approvals.

The route `/hr/approvals` redirects to `/hr/leave-approvals` and is not a standalone screen.

## Overview

This route is a client-side redirect to `/hr/leave-approvals`. The in-code comment reads: "HR approvals hub: redirect to leave approvals (unified view can replace later)." There is no standalone screen at `/hr/approvals`.

## Who it's for

Access follows your organization's role and module configuration. The destination `/hr/leave-approvals` requires `HR_PERMISSIONS.LEAVE_APPROVE`.

## Related

<Columns cols={2}>
  <Card title="Human Resources" icon="users" href="/hr/overview">
    Human Resources 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/hr.tsx
</Accordion>
