# Data usage

The amount of data sent and received by the logger depends mainly on the measurement interval and the transmission interval. For example, a logger that measures only the temperature, performs a measurement every 3 minutes, sends data every 3 hours, and four times a month sends data because of exceeding the thresholds, consumes 60.5 kB per month. The same settings for a temperature and humidity logger will require 89.3 KB of data per month. It is safe to assume that the monthly data usage of a single device with three slots is 150 kB. This includes firmware updates and configuration changes.


---

# 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/nb-iot-loggers/data-usage.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.
