> For the complete documentation index, see [llms.txt](https://help.aranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aranet.com/aranet4/aranet4-home/usage-and-measurements/data-storage.md).

# Data Storage

The amount of historical measurement data stored is directly tied to the measurement interval set on the device:

<table><thead><tr><th>Measurement interval, minutes</th><th>Historic data availability, days</th><th data-hidden></th></tr></thead><tbody><tr><td>10</td><td>30</td><td></td></tr><tr><td>5</td><td>15</td><td></td></tr><tr><td>2</td><td>7</td><td></td></tr><tr><td>1</td><td>3.5</td><td></td></tr></tbody></table>

**Memory management**

Altering the measurement interval triggers a restructuring of existing data in the memory system.

For instance, switching from a shorter interval (e.g., 1 minute) to a longer one (e.g., 10 minutes) aggregates ten 1-minute measurements to compute and store an average value. Conversely, adjusting from a longer interval (e.g., 10 minutes) to a shorter one (e.g., 1 minute) generates supplementary data in 1-minute intervals by extrapolating values from 10-minute measurements, creating a sequence of 10-minute "steps" with identical values.

Frequent changes in measurement intervals are discouraged due to the resulting data loss caused by averaging and padding.

If more frequent measurements are required, use the "on-demand measurement" feature for instant measurement.

**Background data download**

The data can be downloaded in the background if the application runs as a background process and "Background data read" is enabled in the app settings.

**Note:** This information pertains to firmware version v1.4.14 onwards. Refer to the [changelog of the firmware](/aranet4/aranet4-home/documents-and-firmware/firmware-changelog.md) for additional details.<br>


---

# 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://help.aranet.com/aranet4/aranet4-home/usage-and-measurements/data-storage.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.
