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

# HR My Profile

> Employee self-service page for viewing and updating personal HR profile information.

The My Profile page, at route `/hr/me/profile`, lets employees view and update their HR profile details.

## Overview

This route loads `MyProfilePage` from the self-service module. Employees view and edit their personal HR profile data. This page handles PII — address, contact information, and other personal details are displayed and editable here.

## 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.
* Certain fields may require HR review before changes are reflected in the system (SME: confirm).

## Steps

1. Go to **HR → My HR → My Profile** (or navigate to `/hr/me/profile`).
2. Review your current profile information.
3. Edit any self-service fields.
4. Save your changes.

## 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/MyProfilePage.tsx
</Accordion>
