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

> Employee self-service page for managing personal HR notification and display preferences.

The My Preferences page, at route `/hr/me/preferences`, lets employees configure personal preferences within the HR module.

## Overview

This route loads `MyPreferencesPage` from the self-service module. Employees can configure their personal HR-related preferences.

## Who it's for

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

* No setup required. Preferences are per-user and take effect immediately on save.

## Steps

1. Go to **HR → My HR → My Preferences** (or navigate to `/hr/me/preferences`).
2. Review and update your preferences.
3. 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/MyPreferencesPage.tsx
</Accordion>
