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

# Employee Relations

> Dashboard for managing HR incidents, investigations, disciplinary actions, and grievances across the organization.

The Employee Relations page (`/hr/employee-relations`) is the main hub for the Employee Relations module, showing open incident counts, active investigations, pending grievances, and overdue actions with quick-action navigation.

## Overview

The Employee Relations dashboard displays four KPI stat cards — Open Incidents, Active Investigations, Pending Grievances, and Overdue Actions — each linking to the relevant sub-list page. Quick action buttons allow navigating directly to the ER Reports page or creating a new incident. Links to incidents, investigations, grievances, and disciplinary sub-modules are surfaced via the navigation structure.

Note: as of the current build, stat card values show `"—"` pending connection to a live dashboard stats hook.

## Who it's for

Access follows your organization's role and module configuration. Access to sub-pages (incidents, grievances, investigations) is controlled individually.

## Before you start

* The Employee Relations module must be enabled for your organization.
* Individual sub-module access (incidents, grievances, etc.) may be governed by separate role assignments.

## Steps

1. Navigate to **HR → Employee Relations** or go to `/hr/employee-relations`.
2. Review the KPI cards for a snapshot of open cases.
3. Click any stat card to drill into the corresponding case list.
4. Use the **New Incident** button to file a new incident report.
5. Use **Reports** to access compliance reporting.

## 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/employee-relations-routes.tsx
  * src/cores/hr/employee-relations/pages/EmployeeRelationsDashboardPage.tsx
</Accordion>
