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

# Performance

> The Performance page at /hr/performance is the main entry point for the Performance Management module, surfacing key metrics and providing quick actions and…

The Performance page at `/hr/performance` is the main entry point for the Performance Management module, surfacing key metrics and providing quick actions and self-service links.

## Overview

The dashboard shows four primary KPI stat cards (Active Cycles, Pending Reviews, Overdue Reviews, Goals In Progress) and three secondary stat cards (Active PIPs, Pending Feedback, Completed Reviews). A `PerformanceReviewStatusWidget` and a Quick Actions card sit side by side below the stats. A Self-Service section provides links to My Reviews, My Goals, My Feedback, and Team Performance. A guided tour is available via the help button.

## Who it's for

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

* Performance cycles, reviews, goals, and PIPs must be created before the stats populate.

## Steps

1. Navigate to **HR → Performance** (`/hr/performance`).
2. Review KPI and secondary stat cards.
3. Use Quick Actions to:
   * **Create Performance Cycle** → `/hr/performance/cycles`
   * **Start New Review** → `/hr/performance/reviews`
   * **Set Employee Goals** → `/hr/performance/goals`
   * **Request 360 Feedback** → `/hr/performance/feedback`
4. Use the Self-Service section to access personal performance data.

## 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/performance-routes.tsx
  * src/cores/hr/pages/performance/PerformanceDashboard.tsx
  * src/cores/hr/hooks/performance/usePerformanceDashboardStats.ts
</Accordion>
