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

# My Reviews

> Employee self-service view of performance reviews including pending acknowledgments and completed review history.

The My Reviews page, at route `/hr/my-performance`, shows the current employee's performance review records.

## Overview

Reviews are displayed in tabbed views with badge counts per status. Each review card shows the cycle name, review period, status badge, and reviewer. A `PerformanceReviewAcknowledgeDialog` allows the employee to formally acknowledge a completed review. Data is supplied by `useMyPerformanceReviews`. A back link returns to My HR.

## Who it's for

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

* Performance review cycles must have been initiated by HR.

## Steps

1. Go to **HR → My HR → My Performance** (or navigate to `/hr/my-performance`).
2. Review each tab (pending acknowledgment, completed, etc.).
3. Select a review to open its details.
4. If acknowledgment is required, use the acknowledge dialog to complete the step.

## Key concepts

| Concept        | Meaning                                                                          |
| -------------- | -------------------------------------------------------------------------------- |
| Acknowledgment | Employee confirmation that they have read and received their performance review. |

## 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/self-service-routes.tsx
  * src/cores/hr/pages/performance/MyPerformanceReviewsPage.tsx
  * src/cores/hr/hooks/performance/useMyPerformanceReviews.ts
</Accordion>
