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

# Forms & Workflows

> Entry point for the Forms & Workflow core; redirects to the dashboard at /fw/dashboard.

The `/fw` route is the entry point for the Forms & Workflow core; it redirects immediately to `/fw/dashboard`.

## Overview

The route `/fw` is configured as a `<Navigate to="/fw/dashboard" replace />` redirect in `fw.tsx`. It is not a standalone screen and renders no UI of its own. All content is served by the Dashboard screen at `/fw/dashboard`. Alternate primary route: `/fw/dashboard`.

## Who it's for

Access follows your organization's role and module configuration. The destination `/fw/dashboard` requires `fw.forms.view`.

## Before you start

* Navigating to `/fw` immediately lands you on the Forms & Workflow dashboard.

## Steps

<Steps>
  <Step title="Navigate to /fw">The browser is immediately redirected to `/fw/dashboard` — see the Dashboard documentation for usage.</Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="Forms & Workflow" icon="diagram-project" href="/fw/overview">
    Forms & Workflow core 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>
