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

# Pay Schedule

> The /hr/payroll/schedule path appears in navigation labels but is not registered as a route in the HR router.

The `/hr/payroll/schedule` route appears in navigation labels but is not registered as a `<Route>` in the HR router.

## Overview

`/hr/payroll/schedule` is listed in the platform navigation label registry but has no corresponding `<Route>` entry in the HR router. Pay schedule management functionality (pay period configuration, schedule creation, and calendar view) is available on the Payroll Calendar page at `/hr/payroll/calendar`, which renders `PayrollCalendarPage` and includes `PayScheduleForm`, `usePaySchedule`, and related hooks. Direct navigation to `/hr/payroll/schedule` may result in a 404.

## Who it's for

## Before you start

* Access pay schedule configuration via `/hr/payroll/calendar`.

## 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/platform/navigation/route-labels.ts
  * src/cores/hr/pages/PayrollCalendarPage.tsx
</Accordion>
