# Bluetooth sensors block

Some devices have a special **Bluetooth sensors** block in Navixy, which allows you to configure external Bluetooth sensors that are connected to certain tracker models. These sensors typically transmit raw data, including only the MAC address and sensor value.

To ensure the platform correctly interprets this data, you must manually configure each sensor within this block.

#### How to configure Bluetooth sensors

{% stepper %}
{% step %}
**Access the Bluetooth sensors block**

Navigate to the Devices and Settings section. Select the specific device for which you want to configure Bluetooth sensors.
{% endstep %}

{% step %}
**Specify the MAC address**

Enter the unique MAC address of the Bluetooth sensor you wish to configure. This ensures the platform recognizes and associates the sensor with the correct device.
{% endstep %}

{% step %}
**Select the sensor type**

Choose the appropriate sensor type from the following options:

* **Temperature and humidity sensor**: For monitoring environmental conditions.
* **Tire pressure and temperature Sensor**: For tracking tire status in real-time.
* **Panic button**: For emergency alerts.
* **Identification key**: For access control and security.
* **Door sensor**: For monitoring door status (open/closed).
* **Relay**: For controlling electrical circuits.
  {% endstep %}

{% step %}
**Save the configuration**

Once you’ve entered the MAC address and selected the sensor type, save the settings. The system will automatically create the corresponding sensors in the **Sensors and buttons** block, linking them to the appropriate functionalities within the platform.
{% endstep %}
{% endstepper %}

\
This process ensures that your Bluetooth sensors are correctly configured and their data is accurately interpreted by the Navixy platform, enhancing the functionality and reliability of your fleet management and asset tracking operations.


---

# 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/bluetooth-sensors-block.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.
