> ## Documentation Index
> Fetch the complete documentation index at: https://docs.assetinfinity.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Inspections

> Raising an inspection round, answering it, how it is graded, and what happens when a check fails.

An inspection is a round of checks with expected answers. Unlike a work order's checklist, an
inspection is **graded** — each answer is judged against what it should have been.

<img src="https://mintcdn.com/assetinfinity/95UxrhuglB-erOSy/images/maintenance/inspections.png?fit=max&auto=format&n=95UxrhuglB-erOSy&q=85&s=86224675558ce6490d12f04a05f3c5e3" alt="The inspection list" width="2880" height="1800" data-path="images/maintenance/inspections.png" />

## Templates and rounds

A **template** is the set of questions. A **round** (an inspection) is one run of that template
against one asset at one time.

Templates are versioned and published: a round always names the version it was answered against, so
changing a template does not rewrite history. Build them under
[inspection settings](/config/inspections).

## Raising a round

Three ways:

* **From a maintenance plan** — the plan names a template and raises a round alongside the work
  order each time it comes due.
* **From this screen** — **New**, then choose the asset and the template.
* **From an asset** — start a round against the machine you are looking at.

## Answering

<img src="https://mintcdn.com/assetinfinity/95UxrhuglB-erOSy/images/maintenance/inspection-detail.png?fit=max&auto=format&n=95UxrhuglB-erOSy&q=85&s=7299ceff4ee1fd52899e5b7e2b41d4ec" alt="An inspection round being answered" width="2880" height="1800" data-path="images/maintenance/inspection-detail.png" />

Each item asks for a value: a measurement, a yes/no, or one of a list. Items carry an **expected
range** — a bearing temperature under 70°C, a pressure between 4 and 6 bar.

Answer as you go. The round can be filled in over time; it is not graded until you submit it.

## Grading

Submitting hands the round to the server, which decides everything:

| What is decided     | How                                             |
| ------------------- | ----------------------------------------------- |
| Each item's outcome | The answer against the item's expected range    |
| The score           | Across all answered items                       |
| The overall verdict | Pass, or fail                                   |
| A failure record    | Raised per failed check                         |
| Corrective work     | Raised automatically where the template says to |

<Note>
  The screen never forms a verdict of its own — it submits answers and shows what came back. Two
  people running the same round on the same readings get the same result.
</Note>

## When a check fails

A failed check produces a **failure** against the asset, which feeds
[Reliability](/assets/reliability). Where the template is configured to, it also raises a corrective
work order automatically, so a failed check does not depend on somebody remembering to act on it.

## Waiving a failure

Sometimes a check fails and the right answer is that it does not matter — a gauge reading outside
its band that the vendor has confirmed is within tolerance for that model.

**Waive** records that decision with a reason. It does not delete the failure; it marks it as
knowingly accepted, and the reason stays on the record. Critical inspection findings still open
appear in **Needs attention** on the [Executive dashboard](/get-started/dashboards).

## Inspection results on the asset

Every round shows on the asset's own screen, so somebody looking at a machine sees what its last
inspection said without going hunting.


## Related topics

- [Inspection settings](/config/inspections.md)
- [Maintenance plans](/maintenance/plans.md)
- [Finding your way around](/get-started/navigating.md)
- [Core concepts](/core-concepts.md)
- [Notifications](/config/notifications.md)
