# Depot Details

The depot detail page provides a comprehensive view of a single depot, including its fleet breakdown and the vehicles and drivers assigned to it.

## Accessing Depot Details

From the [Depots](/documentation/core-modules/depots.md) page, click the **Details -->** link in the **Action** column for any depot, or click the depot name.

## What You See

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

The depot detail page includes:

* **Depot information** --- The depot name, address, and operational details.
* **Fleet breakdown** --- A summary of the fleets operating from this depot.
* **Vehicle list** --- All vehicles assigned to this depot, with their current status, compliance state, and defect counts.
* **Driver list** --- All drivers based at this depot, with their compliance status and assigned vehicle.

From here, you can click through to any individual vehicle or driver record to see their full details.

{% hint style="info" %}
Use the depot detail page to get a complete picture of a single location before site visits, audits, or compliance reviews.
{% endhint %}

## Related Articles

* [Depots](/documentation/core-modules/depots.md)
* [Vehicle Details](/documentation/core-modules/vehicles/vehicle-details.md)
* [Driver Details](/documentation/core-modules/drivers/driver-details.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/depots/depot-details.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.
