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

# Policies

> HR policy routes have been consolidated into the Governance core. This page documents the redirect behavior.

The routes `/hr/time-off/policies` and `/hr/policies` were previously used for HR policy management. Both routes now redirect to the Governance core.

## Overview

As of 2026-03-26 (per code comment: "HR-31: Policy Acknowledgment — Consolidated into GR-01"), HR policy acknowledgment and policy management were consolidated into the Governance & Risk (GR) core.

| Old route          | Redirects to             |
| ------------------ | ------------------------ |
| `/hr/policies`     | `/gr/policies`           |
| `/hr/policies/:id` | `/gr/policies`           |
| `/hr/me/policies`  | `/gr/my-acknowledgments` |

The route `/hr/time-off/policies` has no definition in the HR route configuration.

For leave-related policies (e.g., PTO accrual rules), see the Leave Policies page at `/hr/leave-policies`.

## Who it's for

Access follows your organization's role and module configuration. ## 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>
