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

# Platform All Forms

> Redirects to /fw/forms; not a standalone screen in Platform Foundation.

The route `/forms` redirects to `/fw/forms` and is not a standalone Platform Foundation screen.

## Overview

The path `/forms` is registered in `src/routes/fw.tsx` as a `<Navigate to="/fw/forms" replace />` redirect. All forms functionality is served by the Forms Workflow (FW) core at `/fw/forms`. This page does not render independent content.

## Who it's for

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

Navigating to `/forms` will immediately redirect to `/fw/forms`.

## Steps

<Steps>
  <Step title="Navigate to /forms">Any link or navigation to `/forms` is automatically redirected to `/fw/forms`.</Step>
</Steps>

## 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">
    Documentation coverage and governance.
  </Card>
</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>
