# Driver List

The driver list page displays all drivers in your organisation in a filterable data grid. Use it to check compliance status, find drivers by name, and navigate to individual driver records.

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

## Filters

The filter bar at the top lets you narrow the list:

| Filter             | Description                                       |
| ------------------ | ------------------------------------------------- |
| **Search drivers** | Type a name to search across your driver records. |
| **All Status**     | Filter by driver status (e.g. Active).            |
| **All Fleets**     | Filter by fleet assignment.                       |

## Data Grid

The data grid columns are:

| Column               | Description                                                                                        |
| -------------------- | -------------------------------------------------------------------------------------------------- |
| **Full Name**        | The driver's full name, displayed as a clickable link. Click to open the driver detail page.       |
| **Compliant**        | A Compliant or Uncompliant badge indicating whether all mandatory compliance requirements are met. |
| **Status**           | The driver's current status (e.g. Active).                                                         |
| **Assigned Vehicle** | The VRN of the vehicle currently assigned to this driver, or a dash if unassigned.                 |
| **Job Title**        | The driver's job title within the organisation.                                                    |
| **Fleet**            | The fleet the driver belongs to.                                                                   |

## Actions

* **+ New Driver** --- Click **+ New Driver** in the top-right corner to add a driver to your organisation.
* **Column configuration** --- Click the **settings gear icon** to customise which columns are displayed.
* **Sorting** --- Click any column header to sort the grid.

{% hint style="info" %}
Click any driver's name to open their full detail page, where you can view licence information, compliance requirements, vehicle assignments, and activity history.
{% endhint %}

## Related Articles

* [Driver Details](/documentation/core-modules/drivers/driver-details.md)
* [Drivers Overview](/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/drivers/driver-list.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.
