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

# Onboarding Templates

> Create and manage reusable onboarding task templates that define the standard task checklist for new employees.

The Onboarding Templates page manages reusable onboarding task templates and is available at `/hr/onboarding/templates`.

## Overview

The Onboarding Templates page (`OnboardingTemplates`) lists all active onboarding templates. From this page, administrators can create new templates, open a task editor for a selected template to add or modify tasks, and delete templates. Changes to templates do not retroactively affect in-progress onboarding instances.

## Who it's for

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

* Plan the task list and categories for the template before creating it.
* Review existing templates to avoid duplicates.

## Steps

1. Navigate to `/hr/onboarding/templates`.
2. Click **New Template** (or equivalent action) to create a template.
3. Name the template and save it.
4. Open the task editor for the template to add, edit, or delete tasks.
5. Save all task changes.

## Key concepts

* **Onboarding Template** — A named set of tasks that defines the standard checklist to assign when onboarding a new employee. Multiple templates can exist for different roles or programs.
* **Task Editor** — An inline editor for adding and reordering tasks within a selected template.

## 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/OnboardingTemplates.tsx
  * src/cores/hr/hooks/onboarding/useOnboardingTemplates.ts
  * src/cores/hr/hooks/onboarding/useOnboardingTemplateMutation.ts
</Accordion>
