> 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-reset-password-for-the-matrack-driver-app.md).

# How to Reset Password for the Matrack Driver App

## Overview

Follow these steps to reset a driver's password in the Matrack Driver App through the Admin portal.

### Before You Start

You'll need:

* Admin portal login credentials
* The name of the driver whose password needs to be reset

### Steps to Reset Password

#### 1. Log Into Admin Portal and Navigate to Drivers Section

1. Open the Admin portal
2. Log in with your credentials
3. Click "Manage". Select "Drivers"

#### 2. Find and Edit Driver

1. Locate the driver in the list
2. Click the "Edit" button next to their name

#### 3. Change Password

1. Enter the new password
2. Confirm the password by entering it again
3. Click the "Next" button twice till you see the save button
4. Click "Save" to confirm changes

#### Help & Tips

* Make sure the new password meets security requirements
* Double-check the password entries match
* Contact admin support if you encounter any issues

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

* Inform the driver of their new password securely
* Keep password records secure and confidential
  {% endhint %}


---

# 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-reset-password-for-the-matrack-driver-app.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.
