> 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-do-you-send-your-drivers-broker-reviews-to-new-brokers-how-can-you-view-the-reviews-yourself.md).

# How do you send your driver's broker reviews to new brokers/ how can you view the reviews yourself?

## Driver Review System for Brokers

### Overview

This system allows brokers to rate drivers and view existing reviews. Brokers can evaluate drivers based on driving skills, punctuality, and overall performance.

### Steps to Generate Review Link

#### 1. Access Highway API Service

1. Log into the [Admin Portal](https://eld.matrackinc.com/adminNew/view/login.php) and navigate to Highway API Service
2. The Highway API Service dashboard will open in a separate tab.
3. Navigate to the Dashboard from the Menu.

#### 2. View Existing Reviews

1. Find the driver in the Users section
2. Click "View Review" to generate a review link
3. Copy the generated link
   * Share with new brokers
   * Use to check driver ratings
   * Access all previous reviews

#### Important Information & Tips

* Brokers can rate drivers on:
  * Driving skills
  * Punctuality
  * Overall performance
* Use review links to:
  * Showcase driver performance
  * Attract new business
  * Monitor driver ratings
* Share review history with potential brokers
* Keep review links accessible for future reference"


---

# 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-do-you-send-your-drivers-broker-reviews-to-new-brokers-how-can-you-view-the-reviews-yourself.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.
