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

# HR Dashboard

> HR core overview dashboard with navigation cards and key workforce stats.

The HR Dashboard is the primary landing page for the Human Resources core, showing key workforce stats and navigation cards to all HR areas. It is available at route `/hr/dashboard` (also at `/hr`).

## Overview

`HROverview` renders four stat cards: Active Employees, Departments, Positions, and Pending Approvals (sum of `pendingLeaveRequests` and `pendingTimesheetApprovals` from `useHRDashboardStats`). Below the stats, `AreaNavigationCard` components link to each HR functional area (People, Time, Leave, Payroll, Benefits, Credentialing, Performance, Scheduling, etc.). A `QuickActionsSection` offers shortcuts for common tasks. The page is organization-scoped via `useOrganization`.

## Who it's for

Requires permission `HR_PERMISSIONS.DASHBOARD_VIEW` (`hr.dashboard.view`).

## Before you start

* No prerequisites for viewing. The dashboard is the default landing page after signing in to the HR section.

## Steps

<Steps>
  <Step title="Open the HR Dashboard">
    Navigate to **HR** in the main navigation, or go to `/hr/dashboard`.
  </Step>

  <Step title="Review workforce stats">
    Check the four stat cards for a snapshot of Active Employees, Departments, Positions, and Pending Approvals.
  </Step>

  <Step title="Navigate to an HR area">
    Click any area navigation card to go to that functional area (e.g., People, Time, Payroll).
  </Step>

  <Step title="Use Quick Actions">
    Use the Quick Actions section for shortcuts to frequently used tasks.
  </Step>
</Steps>

## 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/HROverview\.tsx
  * src/cores/hr/hooks/settings/useHRDashboardStats.ts
</Accordion>
