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

# HR Time Off

> No active route is registered for this path; the destination may have been removed or consolidated into another screen.

The path `/hr/time-off` does not match any `<Route>` in `src/routes/hr.tsx` or any of its sub-route files.

## Overview

No component or route mapping was found for `/hr/time-off` in `src/routes/hr.tsx` or the sub-route files. This documentation file is a placeholder pending SME clarification.

Related paths that do exist:

* `/hr/leave` — Leave overview (requires `hr.leave.view`)
* `/hr/leave-request` — Leave Request Wizard (requires `hr.leave.create`)
* `/hr/my-leave-balances` — My Leave Balances (requires `hr.leave.view`)

## Who it's for

SME: confirm intended audience and permission gate.

## 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/routes/hr/self-service-routes.tsx
</Accordion>
