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

# Preventive Maintenance

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

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

## Overview

No `<Route path="/fm/preventive-maintenance" ...>` entry exists in `src/routes/fm.tsx`. Visiting this URL falls through to the `NotFound` component. Preventive maintenance functionality is available via two distinct routes: [PM Templates](/fm/pm-templates) (`/fm/pm-templates`) and [PM Schedules](/fm/pm-schedules) (`/fm/pm-schedules`).

## Who it's for

No route rendered. Navigate to `/fm/pm-templates` or `/fm/pm-schedules` for PM functionality.

## Before you start

Use the PM Templates and PM Schedules pages instead.

## Steps

<Steps>
  <Step title="Navigate to PM Templates">Go to `/fm/pm-templates` to define preventive maintenance procedures.</Step>
  <Step title="Navigate to PM Schedules">Go to `/fm/pm-schedules` to manage active PM schedules and track compliance.</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>
