# Viewing an Inspection

Review the full detail of an individual walkaround check submission, including pass/fail results, photos, and driver notes.

## Overview

When you open a walkaround check submission from the [Walkaround Checks list](/documentation/core-modules/walkaround-checks/defects-list.md), you see the complete record of that inspection. This includes the result for every component on the checklist, any photos the driver attached, notes, and full defect details.

## How to View a Submission

1. From the sidebar, select **Walkaround Checks**.
2. Locate the submission you want to review in the data grid.
3. Click the view icon in the **Actions** column.

## What You Will See

<figure><img src="/files/S6en5SKjPyeako2y4HA5" alt=""><figcaption></figcaption></figure>

### Component Results

Each component from the checklist template is listed with its inspection outcome:

* **Pass** -- the driver confirmed the component is in acceptable condition.
* **Fail** -- the driver flagged the component as having a defect.

The checklist template name (e.g. "Speedy Master Checklist" or "Damage Check") appears at the top so you know which form was used.

### Photo Evidence

Where a driver has taken photographs during the inspection, these appear alongside the relevant component. You can view photos at full size by clicking on them. Photos provide visual evidence of the vehicle's condition at the time of inspection.

### Driver Notes

Drivers can add free-text notes to individual components or to the overall submission. These notes provide additional context about the vehicle's condition that a simple pass/fail cannot capture.

### Defect Details

For any component marked as failed, the defect detail section shows:

* Which component failed
* The driver's description of the issue
* Any attached photos specific to the defect
* The date and time the defect was recorded

{% hint style="warning" %}
When a walkaround check raises defects, a work item is automatically created in the Work Queue. Check the Work Queue to track the defect through to resolution.
{% endhint %}

{% hint style="info" %}
You can also view walkaround check results for a specific vehicle from the **Defects** tab on the vehicle detail page.
{% endhint %}

## Related Articles

* [Walkaround Checks](/documentation/core-modules/walkaround-checks.md)
* [Walkaround Checks List](/documentation/core-modules/walkaround-checks/defects-list.md)
* [Defects Overview](/documentation/core-modules/walkaround-checks/defects-overview.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fleetfusion.ai/documentation/core-modules/walkaround-checks/viewing-an-inspection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
