> For the complete documentation index, see [llms.txt](https://docs.efento.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.efento.io/efento-ble-loggers/using-loggers.md).

# Using loggers

- [Using loggers with Efento Cloud](https://docs.efento.io/efento-ble-loggers/using-loggers/using-loggers-with-efento-cloud.md)
- [Standalone mode](https://docs.efento.io/efento-ble-loggers/using-loggers/standalone-mode.md)
- [Loggers list](https://docs.efento.io/efento-ble-loggers/using-loggers/standalone-mode/loggers-list.md)
- [Reading data from the logger memory](https://docs.efento.io/efento-ble-loggers/using-loggers/standalone-mode/reading-data-from-the-logger-memory.md)
- [Logger settings](https://docs.efento.io/efento-ble-loggers/using-loggers/standalone-mode/logger-settings.md)
- [Batch actions](https://docs.efento.io/efento-ble-loggers/using-loggers/standalone-mode/batch-actions.md)
- [Mobile app settings](https://docs.efento.io/efento-ble-loggers/using-loggers/standalone-mode/mobile-app-settings.md)
- [Special settings by sensor type](https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type.md)
- [Low / high temperature (Pt100/ Pt1000/Pt...)](https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/low-high-temperature-pt100-pt1000-pt....md)
- [Thermocouples](https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/thermocouples.md)
- [Binary input (open / close or OK / Alarm)](https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/binary-input-open-close-or-ok-alarm.md)
- [Pulse counters](https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/pulse-counters.md)
- [Soil moisture sensor](https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/soil-moisture-sensor.md)
- [Light sensor](https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/light-sensor.md)
- [Atmospheric pressure sensor](https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/atmospheric-pressure-sensor.md)
- [Motion Sensor](https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/motion-sensor.md)
- [Water leak sensor](https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/water-leak-sensor.md)
- [4-20 mA / 0-10 V analog loggers](https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/4-20-ma-0-10-v-analog-loggers.md)
- [CO2 sensor](https://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/co2-sensor.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.efento.io/efento-ble-loggers/using-loggers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
