# Vehicle sensors

The **Sensors and buttons** widget in Navixy allows you to manage and configure various sensors connected to your GPS devices from the platform standpoint. This feature is essential for monitoring various vehicle parameters, such as fuel levels, temperature, and engine diagnostics, directly through the platform.

## Overview

The **Sensors and buttons** widget is located in the **Devices and settings** module, which you can access by clicking the corresponding item in the main menu.

The widget provides an overview of the number of sensors already connected to the selected device. Expanding the panel lets you add new sensors or edit existing ones.

![](https://2096203889-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F446mKak1zDrGv70ahuYZ%2Fuploads%2Fgit-blob-321c6afca44d0479c05636223991746bbe2caa67%2Fimage-20240815-205217.png?alt=media)

The number and type of sensors you can connect depend on the GPS device model. For example, certain devices allow you to configure data parameters transmitted via the CAN bus or OBDII diagnostic connector.

## Adding and editing sensors

To manage your sensors, you can use the following buttons:

* **Add**: Allows you to add a new sensor
* **Edit**: Lets you modify the parameters of an existing sensor
* **Delete**: Removes the selected sensor from the system

### Sensor types

Navixy supports various sensor types, including:

* [**Discrete sensors**](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/discrete-sensors): Used for binary inputs like ignition status, door open/close, etc.
* [**Measurement sensors**](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/measurement-sensors): These sensors measure and report continuous values like temperature, fuel level, or engine RPM.
* [**Aggregation sensors**](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/aggregation-sensors): Combine data from multiple sources into a single reportable value.
* [**Virtual sensors**](https://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors/virtual-sensors): Derived from calculated data or combined sensor values.

### Copying sensor settings

To streamline configuration, you can copy sensor settings from one device to another, provided the devices are of the same model. This is particularly useful when managing large fleets with similar vehicle types.

**Steps to copy sensor settings:**

1. Click the copy button (📋).
2. Select the devices to which you want to apply the copied settings.
3. Click **Apply**.

{% hint style="danger" %}
Copying sensor settings will overwrite the current settings on the selected devices. Ensure that you only select the devices you intend to update.
{% endhint %}


---

# 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://navixy.com/docs/user/guide/devices-and-settings/vehicle-sensors.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.
