The My Benefits page, at routeDocumentation 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-benefits, is the employee self-service dashboard for benefits management.
Overview
The dashboard shows summary statistics including employee and employer monthly contribution totals and total covered dependents. An open enrollment banner appears when an active enrollment period exists. A life event banner prompts the user to report qualifying life changes. Active and pending enrollments are grouped by plan type and displayed asEnrollmentSummaryCard components. Quick links lead to /hr/my-benefits/enroll, /hr/my-benefits/dependents, /hr/my-benefits/statement, and benefits guides. A LifeEventRequestDialog can be triggered from the banner.
Who it’s for
No explicit permission gate on this route.Before you start
- Your employee record must be linked to your user account.
- Benefits plans must be configured and you must meet eligibility criteria for enrollments to appear.
Steps
- Go to HR → My Benefits.
- Review your current enrollment summary and costs.
- If an open enrollment banner is present, select it to enroll or make changes.
- To report a life event, use the life event banner or link.
- To view or add dependents, navigate to My Dependents.
- To download your benefits statement, navigate to Statement.
Key concepts
| Concept | Meaning |
|---|---|
| Open enrollment | A defined period when employees can make or change benefit elections. |
| Life event | A qualifying change (marriage, birth, etc.) that allows enrollment changes outside of open enrollment. |
| Dependent | A family member covered under the employee’s benefit plan. |
Related
Human Resources
Human Resources core overview.
Governance & parity
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.
Documentation sources
Documentation sources
- src/routes/hr/benefits-routes.tsx
- src/cores/hr/benefits/pages/employee/MyBenefitsDashboardPage.tsx
- src/cores/hr/benefits/hooks/useBenefitEnrollments.ts
- src/cores/hr/benefits/hooks/useOpenEnrollmentPeriods.ts