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

> The /fm route redirects to /fm/dashboard and is not a standalone screen.

The route `/fm` redirects to `/fm/dashboard` and is not a standalone screen.

## Overview

In `fm.tsx`, `<Route path="/fm" element={<Navigate to="/fm/dashboard" replace />} />` immediately redirects all traffic from `/fm` to `/fm/dashboard`. There is no component rendered at this path. See the [Dashboard](/fm/dashboard) page for the actual landing screen content.

## Who it's for

Access follows your organization's role and module configuration. dashboard.view\`.

## Before you start

Navigate directly to `/fm/dashboard` or use the FM module navigation link.

## Steps

<Steps>
  <Step title="Access the FM module">Click the Facilities Management link in the application sidebar; the browser is redirected to /fm/dashboard automatically.</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>
