# User interface

The VEHICLE UI module is an open source graphical library created to incorporate a user interface for vehicle management into your mobile application.

The interface supports the following operations:

* Vehicle management: add, replace, delete.
* Auto-start mode configuration associated with the vehicle.
* Displaying the list of vehicles.&#x20;
* Displaying vehicle characteristics.
* Pairing iBeacon or Bluetooth device with the vehicle.
* Automatic mileage tracking and add a mileage reading.

<figure><img src="/files/InAUkakc1vRl7J7BC4xK" alt=""><figcaption><p>Screens displaying vehicle list, the vehicle details and the vehicle mileage tracking</p></figcaption></figure>

Each screen includes settings to choose the configuration that is most suitable for your use case. The configuration parameters are described in the following sections.

The Vehicle UI module includes **main** and **advanced** parameters that you can configure according to the specific requirements of your mobile application.

List of the main parameters that can be configured:

* Available vehicle types: car or truck.
* Vehicle configuration mode: simplified, complete or both.
* Autostart modes that can be attached to a vehicle: GPS, iBeacon and Bluetooth.
* Enable or disable mileage tracking and editing.

List of the advanced parameters that can be configured:

* Maximum number of vehicles configurable for a single driver
* Authorization to add a vehicle
* Authorization to replace a vehicle
* Authorization to delete a vehicle
* Authorization to rename a vehicle
* Available vehicle categories
* Available brands
* Available engines


---

# 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/vehicle/user-interface.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.
