> 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-can-i-assign-a-tracker-to-a-vehicle.md).

# How can I assign a tracker to a vehicle?

## Assigning and Managing Vehicle Trackers

<div align="center"><figure><img src="/files/h7P49jaSRmVylD7J6d97" alt=""><figcaption></figcaption></figure></div>

### Adding a New Vehicle

1. Navigate to **Settings**
2. Select **Add/Edit Vehicle**
3. Click the "**Add +"** button
4. Enter vehicle details:
   * First name
   * Last name
5. Submit the information
6. Select the device IMEI# to associate with the vehicle from the dropdown menu that appears
7. Save your changes

<div align="center"><figure><img src="/files/dWDGYIf2vrvXSJSK9bOh" alt="" width="347"><figcaption></figcaption></figure></div>

### Editing Vehicle Information

1. Go to **Settings**
2. Select **Add/Edit Vehicle**
3. Locate and select the vehicle you want to modify
4. Choose the **Edit** option
5. Update the vehicle name as needed
6. Save your changes

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

### Important Information

* Devices must be available in the system before they can be assigned
* Each vehicle can only be associated with one tracker
* Vehicle names should be easily identifiable
* Changes take effect immediately after saving

### Best Practices

* Use consistent naming conventions for vehicles
* Double-check device assignments before saving
* Keep vehicle information up to date
* Document any changes made to vehicle-tracker assignments

### Tips for Vehicle Names

* Use clear, recognizable names
* Consider including:
  * Vehicle type or model
  * Department or division (if applicable)
  * Unique identifier or number
  * Location (if managing multiple sites)

### Note

Ensure all vehicle and tracker assignments are verified after setup to confirm proper tracking functionality.


---

# 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-can-i-assign-a-tracker-to-a-vehicle.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.
