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

> Employee self-service page for accessing personal HR documents stored in your profile.

The My Documents page, at route `/hr/me/documents`, provides employees with access to their HR-related documents.

## Overview

This route loads `MyDocumentsPage` from the self-service module. Employees view documents that have been stored against their employee profile.

## Who it's for

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

* Documents are uploaded by HR or generated by system workflows; you will see them here once associated with your record.

## Steps

1. Go to **HR → My HR → My Documents** (or navigate to `/hr/me/documents`).
2. Browse your documents by category or date.
3. Select a document to download or view.

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