> ## 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 Exit Interview

> Employee self-service page for viewing or completing an assigned exit interview.

The My Exit Interview page, at route `/hr/my-exit-interview`, allows departing employees to view and complete their exit interview.

## Overview

This route loads `MyExitInterviewPage`, which displays the exit interview assigned to the current user. Status variants include Pending, Completed, and Declined. Each shows an appropriate icon and badge. The page uses `useMyExitInterview` to fetch the employee's exit interview record. If none exists, an empty state is shown.

## Who it's for

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

* An exit interview must be initiated (typically by HR during offboarding) before it appears here.

## Steps

1. Go to `/hr/my-exit-interview`.
2. If an interview has been assigned, review the details and complete the questionnaire.
3. Submit or decline as appropriate.

## Key concepts

| Concept   | Meaning                                        |
| --------- | ---------------------------------------------- |
| Pending   | Assigned and awaiting the employee's response. |
| Completed | Employee has submitted responses.              |
| Declined  | Employee has opted not to participate.         |

## 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/cores/hr/engagement/pages/MyExitInterviewPage.tsx
  * src/cores/hr/engagement/hooks/useMyExitInterview\.ts
</Accordion>
