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

# Team Performance

> Manager view of team performance metrics, review status, and goal progress across direct reports within the active performance cycle.

The Team Performance page provides managers with a consolidated view of their team's performance data. It is served at route `/hr/performance/team`.

## Overview

The page renders `TeamPerformancePage` from `src/cores/hr/pages/performance/TeamPerformancePage.tsx`. No `RequirePermission` guard wraps this route in `performance-routes.tsx`.

## Who it's for

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

* A performance cycle must be active and reviews must be in progress for meaningful data to appear.

## Steps

1. Navigate to **HR > Performance > Team** or go to `/hr/performance/team`.
2. Review team-level performance metrics and individual employee review status.
3. Use available filters or sort controls to focus on specific employees or review states.

## 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/TeamPerformancePage.tsx
</Accordion>
