> ## 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 Benefits Statement

> Download a PDF benefits statement for a selected plan year from your employee self-service portal.

The My Benefits Statement page, at route `/hr/my-benefits/statement`, lets employees generate and download a PDF summary of their benefits for a selected year.

## Overview

The page presents a year selector (current year and prior years) and a **Download Statement** button. Selecting a year and choosing download triggers PDF generation via `useBenefitsStatementPdf`, using the organization's default letterhead. The employee record is resolved automatically from the current user. If the employee record is not found, a toast error is shown.

## 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.
* At least one active or past benefits enrollment must exist for the selected year for the statement to have content.

## Steps

1. Go to **HR → My Benefits → Statement** (or navigate to `/hr/my-benefits/statement`).
2. Select the desired **Plan Year** from the dropdown.
3. Select **Download Statement** to generate the PDF.

## 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/benefits-routes.tsx
  * src/cores/hr/benefits/pages/employee/MyBenefitsStatementPage.tsx
  * src/cores/hr/benefits/hooks/useBenefitsStatementPdf.ts
  * src/cores/hr/hooks/employees/useMyEmployee.ts
</Accordion>
