> 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-fleet-admin-portal-guides/how-to-add-a-driver-from-the-fleet-admin-portal.md).

# How to add a driver from the Fleet Admin Portal

### Adding a Driver Through the Fleet Admin Portal

#### Access Portal

1. Log in to the [Fleet Admin Portal](https://eld.matrackinc.com/adminNew/view/login.php)
2. Navigate to the "Manage" menu
3. Select the "Driver" option

#### Adding New Driver

1. Click the "Add Driver" button
2. Enter the required information:
   * Username
   * Email address
   * Password
   * First name
   * Last name
   * License State
   * License number

#### Configure Log Settings

1. Set driver cycle
2. Select cargo type
3. Configure restart options
4. Set rest break preferences
5. Click "Save" to complete

#### Android Users

* Download "Matrack ELD Driver" from Google Play Store
* Direct link: <https://play.google.com/store/apps/details?id=com.matrack.eld>

#### iOS Users

* Download "Matrack ELD" from the App Store
* Direct link: <https://apps.apple.com/us/app/matrack-eld/id1634745673>

After downloading the app, verify these settings:

1. Log in using the provided credentials and access the menu
2. Go to Settings
3. Check and verify:
   * Driver details
   * Carrier details
   * DOT Number
   * Time zone settings

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

* Share the login credentials with the driver to login form the Driver App
* Double-check time zone settings
* Maintain updated app version
* Report any issues immediately
  {% endhint %}

### Alternative Option

If you need assistance:

* Contact Matrack support
* Provide the required driver details and we'll add the driver and send the credentials

Need help? Contact our support team for assistance with driver setup or app configuration


---

# 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-fleet-admin-portal-guides/how-to-add-a-driver-from-the-fleet-admin-portal.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.
