# Inspection Status

## Status Codes

Once an inspection is created, it can hold one of the following statuses, and the inspection status can be easily identified by the icon placed on the top left of each listed inspection module.

#### IDLE

In the IDLE Status, the inspection link has been generated and the session is yet to start

<figure><img src="/files/0yEQXfuTCwI2FiTAoZw8" alt=""><figcaption><p>IDLE Status</p></figcaption></figure>

#### STARTED

In the STARTED status, the user has started the inspection by clicking the 'GET STARTED' icon on the Capture UI, but has not yet captured any images

<figure><img src="/files/ml25AJXfzx2uRx5CMxcN" alt=""><figcaption><p>STARTED Status</p></figcaption></figure>

#### PROCESS

In the PROCESS status, the user has started capturing the vehicle photos and the inspection is now in process

<figure><img src="/files/OltIKgmCNuo5REN5sTr4" alt=""><figcaption><p>PROCESS Status</p></figcaption></figure>

#### CAPTURED

In the CAPTURED status, all the session images have been captured and accepted by the PAVE inspection engine. Now the PAVE inspection engine starts detecting the damages.&#x20;

<figure><img src="/files/3Vgm7BZjIjf4aqHYQWks" alt=""><figcaption><p>CAPTURED Status</p></figcaption></figure>

#### WAITING CONFIRM

In the WAITING CONFIRM status, the PAVE inspection engine has completed the inspection process and is awaiting the Condition Report to be generated.

<figure><img src="/files/BpBLzykjearESxpsgFx1" alt=""><figcaption><p>WAITING CONFIRM Status</p></figcaption></figure>

#### COMPLETE

In the COMPLETE status, the Condition Report for the session has been generated as a PDF and the session is now complete.

<figure><img src="/files/td78FkgcuPvX9dCGnIlB" alt=""><figcaption><p>COMPLETE Status</p></figcaption></figure>

#### EXPIRED

Sessions that are not yet complete can be set to 'expire', which then prevents those sessions from processing any further. You can read more about this feature [here](/branch-dashboard/user-feature-walkthrough/inspection-status/expired-sessions.md).

<figure><img src="/files/tdUwNNGfBvm74saXFZfA" alt=""><figcaption><p>EXPIRED Status</p></figcaption></figure>

**INVALID**

Sessions that cannot be completed due to the presence of an invalid photo such as a photo of a different vehicle.

<figure><img src="/files/NSNJiMBdM0e3NNzjXFR1" alt=""><figcaption><p>INVALID Status</p></figcaption></figure>


---

# 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://guides.pave.ai/branch-dashboard/user-feature-walkthrough/inspection-status.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.
