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

> Personal HR dashboard providing quick access to pay, benefits, time off, credentials, performance, and onboarding tasks.

The My HR dashboard, at route `/hr/me`, is the employee self-service home page within the HR module.

## Overview

The dashboard renders a grid of lazy-loaded widgets: **PTO Balance**, **Next Pay Date**, **Enrollment Status**, **Pending Actions**, **Quick Actions**, **Oversight Status**, and **Credentials Alert**. A header links to the profile page at `/hr/me/profile`. An `OnboardingActionsBanner` appears when onboarding tasks are outstanding. A `ModuleLinksSection` provides navigation shortcuts to sub-pages including My Payroll, My Benefits, My Documents, My Leave Balances, My Skills, and My Performance. Each widget loads independently with a skeleton fallback.

## Who it's for

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

* Your employee record must be linked to your user account for widgets to populate.

## Steps

1. Go to **HR → My HR** (or navigate to `/hr/me`).
2. Review the widget summary for pay, leave, benefits enrollment, and pending actions.
3. Use the quick links or module links to navigate to specific self-service pages.

## Key concepts

| Concept                  | Meaning                                                                                        |
| ------------------------ | ---------------------------------------------------------------------------------------------- |
| PTO Balance widget       | Shows current leave balances for the employee.                                                 |
| Pending Actions widget   | Surfaces outstanding tasks such as onboarding tasks, unsigned documents, or feedback requests. |
| Credentials Alert widget | Highlights credentials expiring soon.                                                          |

## 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/MyHRDashboardPage.tsx
  * src/cores/hr/self-service/components/ModuleLinksSection.tsx
  * src/cores/hr/self-service/components/OnboardingActionsBanner.tsx
</Accordion>
