/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
Access follows your organization’s role and module configuration. ## 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
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