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

# New Form

> The /forms/new path redirects to the Forms Wizard core route. Start here to create a new custom form.

The path `/forms/new` redirects to `/fw/forms/new` (Forms Wizard core) as defined in `src/routes/fw.tsx`. The primary form creation experience lives in the FW core.

## Overview

`/forms/new` is a redirect alias that forwards to `/fw/forms/new` in the Forms Wizard (FW) core. All new-form creation behavior is documented under the FW core. The redirect is defined in `src/routes/fw.tsx` alongside the `/forms` → `/fw/forms` alias.

## Who it's for

Access follows your organization's role and module configuration. The destination `/fw/forms/new` may carry FW core permissions.

## Before you start

* The Forms Wizard (FW) module must be enabled for your organization.

## Steps

1. Navigate to `/forms/new` or `/fw/forms/new`.
2. Follow the form builder steps in the FW core interface.

## Related

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation 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/fw\.tsx
</Accordion>
