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

# Requests

> The /hr/time-off/requests route has no definition in the HR routing configuration.

The route `/hr/time-off/requests` is listed in the navigation but has no corresponding `<Route>` definition in `src/routes/hr.tsx`.

## Overview

No route definition was found for `/hr/time-off/requests` in the HR routing configuration as of the current codebase. This page is a placeholder pending SME clarification.

For leave requests, see the canonical leave request wizard at `/hr/leave-request` (requires `HR_PERMISSIONS.LEAVE_CREATE`).

## Who it's for

Not determinable — no route definition exists.

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