# Reports

<figure><img src="/files/7ZsqcsZK1lQqGiVCMtke" alt=""><figcaption></figcaption></figure>

View, run, and export reports across every area of your fleet operations.

## Overview

From the sidebar, select **Reports** (report icon) to open the Reports page. FleetFusion provides a library of pre-built reports organised by category, each with configurable columns, filters, and export options. You can run reports on demand, save your preferred configurations, and schedule automated delivery.

## Page Layout

### Category Filter Pills

A row of filter pills across the top lets you narrow the report library by category:

**All Categories** | **Assignments** | **Contacts** | **Financial** | **Fleet Costs** | **Fuel** | **Inspections** | **Service** | **Telematics** | **Vehicles** | **Work Orders**

Click a category to show only reports in that area, or click **All Categories** to see the full library.

### Report Cards

Reports are displayed as cards in a two-column layout. Each card shows:

| Element            | Description                                                       |
| ------------------ | ----------------------------------------------------------------- |
| **Category badge** | The report's category (e.g. Assignments, Fuel, Telematics)        |
| **Report name**    | The title of the report                                           |
| **Description**    | A brief summary of what the report contains                       |
| **View Report**    | A link to open and run the report                                 |
| **Favourite star** | Click the star to mark the report as a favourite for quick access |

### Scheduled Reports Button

In the top-right corner, the **Scheduled Reports** button opens the scheduled reports configuration page. See [Scheduled Reports](/documentation/fleet-operations/reports/scheduled-reports.md) for details.

## Running a Report

1. From the Reports page, find the report you want (use the category pills or search bar to filter).
2. Click **View Report** on the report card.
3. Configure the report filters and columns as needed.
4. Review the results in the data grid.
5. To export, choose your preferred format (CSV or PDF).

{% hint style="info" %}
Your column and filter selections can be saved as a personal configuration, so the report opens with your preferred settings next time.
{% endhint %}

## Related Articles

* [Scheduled Reports](/documentation/fleet-operations/reports/scheduled-reports.md)
* [Telematics Reports](/documentation/fleet-operations/reports/telematics-reports.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/fleet-operations/reports.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.
