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

> Employee self-service onboarding hub showing tasks, forms, and resources for new hire setup.

The My Onboarding page, at route `/hr/me/onboarding`, is the employee-facing onboarding hub for completing new hire tasks.

## Overview

This route loads `MyOnboardingHubPage` from the self-service module. It presents the employee with their assigned onboarding tasks, forms, and informational resources. A back link returns to My HR. See also `/hr/my-tasks` for the consolidated task list.

## Who it's for

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

* HR must have initiated an onboarding record for your employee profile.

## Steps

1. Go to **HR → My HR → My Onboarding** (or navigate to `/hr/me/onboarding`).
2. Review your onboarding checklist.
3. Complete each task or form as required.

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