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

# Facilities Forms

> The /fm/forms route is not defined in fm.tsx and does not exist as a standalone screen.

The route `/fm/forms` is not defined in `fm.tsx` and does not render any screen.

## Overview

No `<Route path="/fm/forms" ...>` entry exists in `src/routes/fm.tsx`. Visiting this URL falls through to the `NotFound` component. There is no component, hook, or form dialog associated with this path in the codebase.

## Who it's for

No route rendered. This screen does not exist in the current implementation.

## Before you start

This route is not implemented. Contact your SME to understand the intended scope.

## Steps

<Steps>
  <Step title="Confirm with SME">Verify with your SME whether this screen is planned and when it will be implemented.</Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="Facilities & Inventory" icon="warehouse" href="/fm/overview">
    Facilities & Inventory 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/fm.tsx
</Accordion>
