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

# People

> The People page at /hr/people is the overview hub for the People & Organization section of the HR module, showing organizational statistics and quick…

The People page at `/hr/people` is the overview hub for the People & Organization section of the HR module, showing organizational statistics and quick navigation to employee-related areas.

## Overview

The page displays four stat cards (Active Employees, Departments, Teams, Open Positions), three secondary cards (Recent Hires last 30 days, Upcoming Anniversaries next 7 days, Headcount by Department), and four navigation cards linking to Employee Directory, Org Chart, Departments, and Teams.

## Who it's for

Requires `HR_PERMISSIONS.EMPLOYEES_VIEW` permission.

## Before you start

* At least one employee record must exist for stats to populate.

## Steps

1. Navigate to **HR → People** (`/hr/people`).
2. Review the stat and secondary cards for current headcount and activity.
3. Use the navigation cards to go to:
   * **Employee Directory** → `/hr/employees`
   * **Org Chart** → `/hr/org-chart`
   * **Departments** → `/hr/departments`
   * **Teams** → `/hr/teams`
4. Click **Refresh** in the page header to reload stats.

## 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/cores/hr/pages/PeopleOverview\.tsx
  * src/cores/hr/hooks/employees/usePeopleStats.ts
</Accordion>
