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

# Leave Management

> Overview dashboard for managing organizational leave, accessible to users with leave view permission.

The Leave Management page, at route `/hr/leave`, provides an overview of leave activity across the organization.

## Overview

This route loads the `LeaveOverview` component, which provides an organization-wide summary of leave activity. Related sub-routes include leave policies (`/hr/leave-policies`), leave approvals (`/hr/leave-approvals`), and employee self-service leave balances (`/hr/my-leave-balances`). The legacy path `/hr/leave/request` redirects to `/hr/leave-request`.

## Who it's for

Requires `HR_PERMISSIONS.LEAVE_VIEW`.

## Before you start

* Leave policies should be configured before leave requests can be processed.

## Steps

1. Go to **HR → Leave**.
2. Review the overview metrics.
3. Navigate to sub-pages (Policies, Approvals, FMLA Cases) from the HR sidebar.

## 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" />
</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
  * src/cores/hr/pages/LeaveOverview\.tsx
</Accordion>
