> 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/gps-and-dashcam/readme/categories/admin-website/how-to-search-for-a-driver-on-the-map.md).

# How to Search for a driver on the map ?

## Search Driver on Map

### Overview

The Search Driver on Map feature allows you to quickly locate and track specific vehicles on the platform. You can search using either the driver's name or the device IMEI number to get the most recent location updates.

<figure><img src="/files/mhrDsUESaFZksglw7ONO" alt=""><figcaption></figcaption></figure>

### Accessing the Search Feature

1. Locate the "**Search driver On Map**" option in the navigation menu
2. Click to open the search interface
3. Select your preferred search method (name or IMEI)

### Search Methods

#### Search by Driver Name

1. Click the dropdown menu
2. Start typing the driver's name
3. Select the correct driver from the filtered list
4. View the driver's latest location on the map

#### Search by IMEI Number

1. Click the dropdown menu
2. Enter the device IMEI number
3. Select the matching device
4. View the device's current location on the map

### Viewing Results

#### Map Display

* The selected vehicle's location appears highlighted on the map
* Recent location updates are displayed
* Vehicle status information is shown
* Movement history may be available

#### Location Details

* Current position coordinates
* Last update timestamp
* Vehicle status
* Recent activity information

### Best Practices

* Verify the correct driver/vehicle selection
* Refresh the search for the most current information
* Use the most appropriate search method for your needs
* Keep track of frequently searched vehicles

### Tips for Effective Searching

* Save commonly searched drivers for quick access
* Use complete IMEI numbers for precise results
* Double-check driver names for accuracy
* Refresh the map view for latest updates

For additional assistance with searching drivers on the map, please contact our support team.


---

# 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/gps-and-dashcam/readme/categories/admin-website/how-to-search-for-a-driver-on-the-map.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.
