# Overview

The PAVE Branch Dashboard allows clients a summarized view of all the inspections that have been sent to users, along with details and status updates of each of these inspections, in real time.

<figure><img src="/files/wbRtHxDLGsALk7AGcV0U" alt=""><figcaption><p>Dashboard User Interface</p></figcaption></figure>

### Dashboard Features

* **Inspection status summary**:
  * View Total Requests, Inspections not yet started, Opened, Started, and Completed Inspections
* **Summary view by inspection type:**
  * Live view: View all live inspections. ie. in production environment&#x20;
  * Test view: View all test inspections. ie. in test environment
* Send new inspections to users
* View status of each inspection
* Search and Filter inspections
* Track sessions in real time
* **Photos**: View inspection photos and processing time for each photo
* **Notes**: Add session notes for each inspection for future reference
* **Inspection Results**: View inspection results in a shareable HTML page, as well as PDF based Condition Report
* Export Sessions to CSV

{% hint style="info" %}
Note: These features may be visible or hidden from your account dashboard if required by your account administrator&#x20;
{% endhint %}


---

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