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

> Browse and manage forms owned by the HR module, with options to create new HR forms.

The HR Forms page (`/hr/forms`) displays all forms owned by the HR core (`owning_core = 'hr'`), using the platform's shared module forms component.

## Overview

The page renders `ModuleFormsPage` configured with `owningCore="hr"`, `moduleDisplayName="HR"`, a create path of `/fw/forms/new?core=hr`, and a create permission of `fw.forms.create`. The platform module forms component handles all list rendering, filtering, and create-action gating. No HR-specific permission wraps the route.

## Who it's for

Access follows your organization's role and module configuration. The create action within the forms list is gated by `fw.forms.create`.

## Before you start

* HR forms must exist in the system.
* To create new forms, you need the `fw.forms.create` permission.

## Steps

1. Navigate to **HR → Forms** or go to `/hr/forms`.
2. Browse the list of HR-owned forms.
3. Click a form to view or fill it out.
4. Click **Create Form** (if authorized) to navigate to the form builder with `core=hr` pre-selected.

## 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/HRFormsPage.tsx
  * src/platform/forms/ModuleFormsPage.tsx
</Accordion>
