# Dashboard Details

The dashboard details view gives you the expanded data behind each summary KPI card on the Actions Dashboard.

## Accessing Dashboard Details

From the [Actions Dashboard](/documentation/core-modules/dashboard.md), click the **Details -->** link on any KPI card. This takes you to a detail page that shows the full list of records contributing to that metric.

For example, clicking **Details -->** on the **Expiring Soon** card shows every compliance item approaching its expiry date, so you can take action before they lapse.

## What You Can Do

* Review the individual records that make up each KPI total.
* Identify specific vehicles or drivers that need attention.
* Navigate from each record to its full detail view for further action.

{% hint style="info" %}
Use the dashboard details view to triage your daily workload. Start with the highest-priority KPI, review the underlying records, and work through them in order.
{% endhint %}

## Related Articles

* [Dashboard](/documentation/core-modules/dashboard.md)
* [Vehicles](/documentation/core-modules/vehicles.md)
* [Drivers](/documentation/core-modules/drivers.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/dashboard/dashboard-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.
