> For the complete documentation index, see [llms.txt](https://help.matrack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.matrack.io/eld/readme/categories/matrack-eld-driver-app-guides/how-to-add-or-enable-co-driver.md).

# How to add or enable co-driver

## Adding and Managing Co-Drivers

### Matrack ELD Driver App

#### Prerequisites

Before adding a co-driver, ensure:

* The co-driver you'll be driving with has been added to your Carrier's ELD account as an active driver.
* Contact your fleet manager to add the driver to the account if the co-driver isn't in the system.

#### Accessing Co-Driver Features

1. Launch and log in to the Matrack ELD Driver App.
2. Tap the three horizontal lines (menu icon) in the top-left corner.

<div align="left"><figure><img src="/files/WntICwwk5dV47MOxDZj7" alt="" width="375"><figcaption></figcaption></figure></div>

3. Scroll down the menu and select "Other options."<br>

<div align="left"><figure><img src="/files/93gfysnVkTni0F7jXffj" alt="" width="451"><figcaption></figcaption></figure></div>

&#x20;4\. Scroll further down and select "Co-Driver."

<div align="left"><figure><img src="/files/wajLucFgw5kBNOo4T7h1" alt="" width="327"><figcaption></figcaption></figure></div>

#### Adding a Co-Driver

1. Check the Co-Driver screen to see if your co-driver is already listed.
2. If not listed, click the "Add Co-Driver" button in the top-left corner.

<div align="left"><figure><img src="/files/9DdWCcEjUbh7rren3j0h" alt="" width="455"><figcaption></figcaption></figure></div>

3. Enter the co-driver's username and password in the login screen.

<div align="left"><figure><img src="/files/7lTebF8pEEAjmxgkVeFk" alt="" width="349"><figcaption></figcaption></figure></div>

4. Click submit to complete the addition.

#### Managing Co-Drivers

Once a co-driver is added, you can:

* View co-driver information.
* Switch between drivers.
* Log out the co-drivers.

#### Security Measures

* While using co-driving, ensure that the co-driver is using the main driver's phone to log in and drive.
* Both the Main Driver and the Co-Driver should log in from the same phone.
* Co-driver password verification is required for all management functions.
* This ensures secure access and prevents unauthorized changes.

{% hint style="warning" %}
**Important Notes**

* Keep co-driver credentials secure.
* While using co-driving, ensure that the co-driver is using the main driver's phone to log in and drive.
* Both the Main Driver and the Co-Driver should log in from the same phone.
* Verify the co-driver account status with the fleet manager.
* Ensure proper password entry for all operations.
  {% endhint %}

#### Need Help?

Contact your fleet manager or Matrack support for assistance with co-driver management.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.matrack.io/eld/readme/categories/matrack-eld-driver-app-guides/how-to-add-or-enable-co-driver.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
