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

> Overview of the Employee Engagement module including surveys, exit interviews, action plans, and analytics.

## Overview

The `/hr/engagement` path does not currently resolve to a registered route. The Employee Engagement module (HR-17) is accessed through its sub-routes:

| Sub-route                        | Purpose                        |
| -------------------------------- | ------------------------------ |
| `/hr/engagement/surveys`         | Survey list and management     |
| `/hr/engagement/exit-interviews` | Exit interview list            |
| `/hr/engagement/analytics`       | Engagement analytics dashboard |
| `/hr/engagement/action-plans`    | Action plan management         |

This document will be updated once a top-level engagement hub route is registered.

## Who it's for

Access follows your organization's role and module configuration. Sub-routes have no individual permission gates either.

## Before you start

Navigate directly to one of the sub-routes listed above.

## 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/engagement-routes.tsx
  * src/routes/hr.tsx
</Accordion>
