# Overview

The Driver module displays a complete list of drivers within a company, segmented by status: Active, Inactive, and Applicant. Users can add new drivers, track their compliance documents (CDL, MVR, Medical, Test), and configure payroll settings.

**Image Placeholder:**\
`![DriverOverview](../assets/driver-overview.png)`\
\&#xNAN;*Figure: Overview of driver list states and visual layout.*

Available Views:

* Active: Lists all current drivers with access and assigned roles.
* Inactive: Shows deactivated or archived drivers.
* Applicant: Displays drivers in pre-onboarding status who haven't yet completed registration.

Supported Actions:

* Add New Driver
* Edit Driver Information
* Deactivate or Delete Driver
* View Assigned Equipment
* Track Document Expirations
* Configure Payroll and Off-Duty Info

#### Visuals

Drivers can be displayed in two view modes: **List View** and **Card View**. Each view shows status badges, payroll type, and read-only equipment data. Color-coded badges indicate CDL or document status (valid, expired, voided).

#### Access Logic

{% hint style="danger" %}
Drivers do not use the web app.
{% endhint %}

Only Company Users can view and edit drivers via the web. Payroll data is integrated and synced with other modules like Payroll, Load and Miles.


---

# 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://rute.gitbook.io/carrier/driver/overview.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.
