# Vehicles

The Vehicles module is where you manage every vehicle in your fleet. From a single list, you can view the status, compliance, and defect state of every vehicle, then drill into any record for full lifecycle detail.

FleetFusion tracks each vehicle from acquisition to disposal, registration, MOT history, insurance, tachograph calibration, service schedules, open defects, driver assignments, and telematics data are all accessible from one vehicle record.

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

## What You Can Do

* **View your fleet** --- Browse all vehicles in a filterable, sortable data grid.
* **Add new vehicles** --- Register vehicles with their VRN, type, depot, and fleet assignment.
* **Monitor compliance** --- See at a glance which vehicles are compliant and which need attention.
* **Track defects** --- View open defect counts directly in the vehicle list.
* **Manage the full vehicle record** --- Access details, compliance documents, MOT history, telematics data, and more from the vehicle detail page.

{% hint style="info" %}
FleetFusion uses a consistent pattern: the vehicle list gives you the overview, and clicking any vehicle takes you to its full detail page with tabbed access to every aspect of that vehicle's record.
{% endhint %}

## In This Section

* [Vehicle List](/documentation/core-modules/vehicles/vehicle-list.md) --- Browsing, filtering, and managing your vehicle list.
* [Vehicle Details](/documentation/core-modules/vehicles/vehicle-details.md) --- The complete vehicle record with all tabs explained.

## Related Articles

* [Depots](/documentation/core-modules/depots.md)
* [Work Queue](/documentation/core-modules/work-queue.md)
* [Walkaround Checks](/documentation/core-modules/walkaround-checks.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/vehicles.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.
