# Telematics Reports

Reports that pull data from your connected telematics providers, giving you visibility into journeys, fuel efficiency, and vehicle usage.

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

## Overview

The Telematics category on the [Reports](/documentation/fleet-operations/reports.md) page contains four specialist reports that require connected telematics devices. These reports transform raw telematics data into actionable fleet intelligence.

To access them, go to **Reports** and click the **Telematics** category pill.

## Report Types

### Journey Report

A detailed log of every journey made by your tracked vehicles. Each entry includes start and end locations, departure and arrival times, distance travelled, and duration. Use this report to verify vehicle usage, review driver routes, and identify unauthorised trips.

### Fuel Economy Report

Analyses fuel consumption data from telematics-equipped vehicles. Shows fuel economy metrics per vehicle, helping you identify inefficient vehicles and track improvements over time. Compare fuel economy across vehicle types to inform replacement decisions.

### Fleet Summary Report

A high-level overview of your tracked fleet's activity over a chosen period. Summarises total distance, total driving hours, and key utilisation metrics across all telematics-connected vehicles. Ideal for management reporting and fleet performance reviews.

### Vehicle History Report

A complete activity record for a specific vehicle, combining journey data, events, and telematics readings into a single timeline. Use this report for audits, incident investigations, or reviewing a vehicle's operational history.

## Running a Telematics Report

1. Go to **Reports** from the sidebar.
2. Click the **Telematics** category pill.
3. Click **View Report** on the report card you want.
4. Set your date range and any other filters.
5. Review the results and export as CSV or PDF if needed.

{% hint style="warning" %}
Telematics reports only include data from vehicles with connected telematics devices. Vehicles without a device will not appear in these reports.
{% endhint %}

{% hint style="info" %}
Telematics data is synced from your providers at regular intervals. If you do not see the latest data, check your integration status under **Settings > Integrations**.
{% endhint %}

## Related Articles

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