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

# Schedule Exit Interview

> Create a new exit interview record for a departing employee — capture interview details, date, format, and notes.

The Schedule Exit Interview page at `/hr/engagement/exit-interviews/new` provides a form for creating a new exit interview record.

## Overview

The page renders `ExitInterviewFormPage` in "create" mode (no `:id` parameter). On successful submission, the user is redirected to the newly created exit interview's detail page at `/hr/engagement/exit-interviews/<id>`. The same form component is used for editing an existing exit interview when accessed via `/hr/engagement/exit-interviews/:id/edit`.

## Who it's for

Access follows your organization's role and module configuration. ## Steps

1. Navigate to **HR → Engagement → Exit Interviews** (`/hr/engagement/exit-interviews`).
2. Click **New Exit Interview** (or navigate to `/hr/engagement/exit-interviews/new`).
3. Complete the exit interview form fields (employee, interview date, format, interviewer, notes).
4. Submit. You are redirected to the exit interview detail page.

## 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/ExitInterviewFormPage.tsx
  * src/cores/hr/engagement/hooks/useExitInterviewMutation.ts
</Accordion>
