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

> Employee self-service notifications inbox for HR-related alerts and action items.

The My Notifications page, at route `/hr/me/notifications`, shows HR notifications for the current employee.

## Overview

This route loads `MyNotificationsPage` from the self-service module. Employees see HR-generated notifications relevant to their profile and actions.

## Who it's for

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

* Notifications are generated automatically by HR workflows; no setup is required by the employee.

## Steps

1. Go to **HR → My HR → Notifications** (or navigate to `/hr/me/notifications`).
2. Review your notification list.
3. Select a notification to navigate to the relevant resource.

## 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/self-service/pages/MyNotificationsPage.tsx
</Accordion>
