# Drivers

The Drivers module lets you manage every driver authorised to operate your fleet vehicles. Track personal details, licence information, compliance status, vehicle assignments, and activity history from one place.

Each driver record is linked to a user account in FleetFusion, ensuring that identity, contact details, and permissions stay in sync. Drivers are assigned to fleets and can be linked to specific vehicles through the vehicle assignment system.

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

## What You Can Do

* **View all drivers** --- Browse your drivers in a filterable data grid with compliance and status indicators.
* **Add new drivers** --- Register drivers with their personal details, licence information, and fleet assignment.
* **Monitor compliance** --- See which drivers are compliant and which have outstanding requirements.
* **Manage assignments** --- View and manage which vehicle each driver is assigned to.

{% hint style="info" %}
Driver compliance works the same way as vehicle compliance. Requirements are defined on the driver type, and FleetFusion automatically tracks whether all mandatory items have current, valid submissions.
{% endhint %}

## In This Section

* [Driver List](/documentation/core-modules/drivers/driver-list.md) --- Browsing and filtering your drivers.
* [Driver Details](/documentation/core-modules/drivers/driver-details.md) --- The complete driver record.

## Related Articles

* [Vehicles](/documentation/core-modules/vehicles.md)
* [Work Queue](/documentation/core-modules/work-queue.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/drivers.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.
