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

# Request Leave

> The /hr/leave/request route redirects to the canonical leave request wizard at /hr/leave-request.

The route `/hr/leave/request` is a redirect alias for the canonical leave request wizard. Navigating to this path immediately redirects to `/hr/leave-request`.

## Overview

Per code comment "Canonical leave request; redirect legacy path for bookmarks", the route `/hr/leave/request` redirects (`replace`) to `/hr/leave-request`, which renders the `LeaveRequestWizardPage` guarded by `HR_PERMISSIONS.LEAVE_CREATE`. Use `/hr/leave-request` as the canonical URL for leave requests.

## Who it's for

Redirect — no permission gate on the redirect route itself. The destination `/hr/leave-request` requires `HR_PERMISSIONS.LEAVE_CREATE`.

## 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
</Accordion>
