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

> Employee self-service view of pending feedback requests you need to complete and feedback you have received.

The My Feedback page, at route `/hr/my-performance/feedback` (alternate: `/hr/performance/my-feedback`), lets employees manage feedback requests and view received feedback.

## Overview

The page has two tabs: **Pending Requests** (feedback requests assigned to the employee to complete) and **Received Feedback** (feedback submitted about the employee by others). Hooks `useMyFeedbackRequests` and `useMyReceivedFeedback` supply the data. Status badges distinguish submitted from pending requests. A back link returns to My HR at `/hr/me`. The legacy path `/hr/performance/my-feedback` redirects to this page.

## Who it's for

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

* Feedback requests are generated as part of performance review cycles managed by HR.

## Steps

1. Go to **HR → My HR → My Performance → Feedback** (or navigate to `/hr/my-performance/feedback`).
2. Review the **Pending Requests** tab for any feedback tasks requiring your input.
3. Select a pending request to open and complete it.
4. Switch to **Received Feedback** to see feedback others have submitted about you.

## 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/MyFeedbackPage.tsx
  * src/cores/hr/hooks/performance/useMyFeedbackRequests.ts
  * src/cores/hr/hooks/performance/useMyReceivedFeedback.ts
</Accordion>
