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

# Inspections

> Facility inspections screen at /fm/inspections — currently renders an empty state placeholder pending full implementation.

This screen is the Inspections landing page and is available at `/fm/inspections`.

## Overview

The Inspections page currently renders an `EmptyState` component with icon `ClipboardCheck`, title "Inspections", and description "Facility inspections will appear here. Create inspection templates and schedule regular inspections." A **New Inspection** action button is present but its `onClick` handler is a no-op (`void 0`). No data fetching, hooks, or dialogs are wired up. This screen is a placeholder for future implementation.

## Who it's for

Requires permission `fm.inspections.view` (inner `RequirePermission`), plus the outer `FMViewGuard` requiring `fm.dashboard.view`.

## Before you start

* Hold `fm.inspections.view`.
* This feature is not yet functional — no inspections can be created or viewed at this time.

## Steps

<Steps>
  <Step title="Navigate to Inspections">Go to `/fm/inspections` via the FM sidebar.</Step>
  <Step title="Note the empty state">The screen shows a placeholder message indicating inspections are not yet 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
  * src/cores/fm/pages/InspectionsPage.tsx
</Accordion>
