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

# Compensation

> Compensation Management overview dashboard with KPIs, salary band distribution, and navigation to sub-modules.

The Compensation Management overview is available at route `/hr/compensation`. Access follows your organization's role and module configuration. ## Overview

The Compensation Overview (`CompensationOverview`) is the main dashboard for the Compensation Management module. It displays a `PageHeader` with "Compensation Management" title and two action buttons: **Salary Bands** (links to `/hr/compensation/salary-bands`) and **Merit Planning** (links to `/hr/compensation/merit-increases`). A KPI stats grid shows four stat cards: Total Employees, Avg Compa-Ratio, Merit Budget Utilization, and Equity Score. Navigation cards link to Compensation Analysis, Merit Increases, Salary Bands, Compensation Statements, and Cost Reports sub-pages.

## Who it's for

Access follows your organization's role and module configuration. ## Before you start

* No preconditions; navigate here to access all compensation sub-modules.

## Steps

<Steps>
  <Step title="Open Compensation">Navigate to `/hr/compensation`.</Step>
  <Step title="Review KPIs">Check the stat cards for high-level compensation metrics.</Step>
  <Step title="Navigate to sub-module">Click the Salary Bands, Merit Planning, Analysis, Statements, or Cost Reports links to access the relevant function.</Step>
</Steps>

## Key concepts

| Term                  | Meaning in code                                                                 |
| --------------------- | ------------------------------------------------------------------------------- |
| `OverviewPageWrapper` | Platform component providing refresh and layout for overview pages              |
| Compa-ratio           | Shown as "—" pending hook implementation; SME: confirm formula when implemented |

## 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">
    Documentation coverage and governance.
  </Card>
</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/cores/hr/compensation/pages/CompensationOverview\.tsx
</Accordion>
