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

# HR My Tasks

> Employee self-service view of onboarding and HR tasks assigned to the current user.

The My Tasks page, at route `/hr/my-tasks`, shows HR tasks assigned to the current employee, primarily onboarding tasks.

## Overview

This route loads `MyOnboardingTasks`, the component used for employee task lists. Tasks are assigned as part of onboarding workflows created by HR or managers. No permission gate is on this route.

## Who it's for

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

* Tasks are created by HR workflows; you will see them once assigned.

## Steps

1. Go to **HR → My Tasks** (or navigate to `/hr/my-tasks`).
2. Review your outstanding tasks.
3. Select a task to open it and complete the required action.

## 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.tsx
  * src/cores/hr/pages/MyOnboardingTasks.tsx
</Accordion>
