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

> Employee self-service view of your own open Employee Relations cases across incidents, grievances, and investigations.

The My Cases page, at route `/hr/employee-relations/my-cases`, shows an employee's own Employee Relations cases.

## Overview

This route loads `MyCasesPage`, the employee-facing view within the Employee Relations module. It shows cases associated with the current user across incident, grievance, and related record types.

## Who it's for

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

* Cases are created by HR or managers; employees can view their own once created.

## Steps

1. Go to **HR → Employee Relations → My Cases**.
2. Review the list of cases associated with your employee record.
3. Select a case to view its details and current status.

## 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/employee-relations-routes.tsx
  * src/cores/hr/employee-relations/pages/MyCasesPage.tsx
</Accordion>
