# Vehicle

DriveQuant services evaluate driver behaviour and the impact of driving style on the vehicle. The data returned to drivers are mostly driver scores. Vehicle data include the total distance and the evolution of tire and brake wear.&#x20;

A set of services allow to manage your fleet. In this section, you will find information to answer the following questions:

* How to create a new vehicle?
* How to set or to initialize distances and wear levels for tires and brakes?&#x20;
* How to set the vehicle distance?&#x20;
* How to retrieve the vehicle’s main statistics?


---

# Agent Instructions: 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:

```
GET https://docs.drivequant.com/backend/vehicle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
