# Batch actions

The Efento mobile application allows performing certain actions on multiple sensors simultaneously. Three batch actions are available:

1. **Set device time / synchronize time on multiple devices** – Synchronize the time on the selected loggers so they measure and record data simultaneously. This is useful, for example, in temperature mapping, as all loggers’ values will be aligned in the reports.
2. **Generate a report from multiple sensors** – The app downloads data from the selected sensors one by one and generates a single report containing data from all devices. The report can be configured and shared in the same way as a regular [report from a single logger](/efento-ble-loggers/using-loggers/standalone-mode.md#exporting-the-data).
3. **Change measurement period** – Set a new measurement interval for the selected device(s). Optionally, you can clear the devices’ memory and synchronize their time by selecting the corresponding checkboxes.

To enter **batch action mode**, go to the list of nearby devices and:

{% stepper %}
{% step %}

#### Select the first device

Tap and hold the first sensor you want to include. It will be **highlighted in blue**.
{% endstep %}

{% step %}

#### Select other devices

Tap the other devices you wish to add.

<figure><img src="/files/nJClrdmsGD8MxxcI56J8" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Select the batch action

Tap the three dots in the upper-left corner and choose from the available batch actions.

<figure><img src="/files/uhyLAIjhqEZmR2e4pXKM" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Enter PIN codes

Enter the PIN code for each device. The PIN codes are printed on the devices’ enclosures. Once entered, the app will remember the code and will not ask for it again on the same mobile device.
{% endstep %}
{% endstepper %}


---

# 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.efento.io/efento-ble-loggers/using-loggers/standalone-mode/batch-actions.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.
