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

> Employee self-service page for managing dependents covered under your benefits plans.

The My Dependents page, at route `/hr/my-benefits/dependents`, lets employees view and manage dependents covered under their benefits.

## Overview

This route loads `MyDependentsPage` from the benefits employee self-service section. Employees can view their registered dependents and manage their information. Dependent changes may be subject to verification by benefits administrators (see `/hr/benefits/dependents/verification`).

## Who it's for

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

* You must be enrolled in at least one benefits plan that supports dependents.
* Have dependent information available (name, date of birth, relationship).

## Steps

1. Go to **HR → My Benefits → Dependents** (or navigate to `/hr/my-benefits/dependents`).
2. Review your current dependents list.
3. Add or update dependent information as needed.

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