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

# Directory

> No active route found for /hr/directory — the employee directory is at /hr/employees.

## Overview

No shipped route matches `/hr/directory`. The employee directory is available at `/hr/employees` and requires permission `HR_PERMISSIONS.EMPLOYEES_VIEW` (`hr.employees.view`). It provides search, filter, grid/list views, CSV export, and dialogs for adding or bulk importing employees.

## Who it's for

Access follows your organization's role and module configuration. — this route does not exist.

## 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/EmployeeDirectory.tsx
</Accordion>
