> 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/aranet-home-app/coloured-thresholds.md).

# Coloured Thresholds

Starting from Aranet Home app version v2.0.4 it is possible to change colour indication threshold levels for the measurements.\
In the example below, it is done for CO₂ measurements.

From the Aranet Home application, it is possible to change the value for both yellow and red threshold levels of the Aranet4 device in the range of 300 to 2000 ppm.

To configure these levels in the Aranet4 application, please:

1. Click on the settings “wheel” icon in the record of the necessary Aranet4 device;
2. In the newly opened page, click on the section **CO₂ indication mode**.
3. Select **Custom** indication mode.
4. Set the Yellow threshold value as necessary.
5. Set the Red threshold value as necessary.
6. Save settings by pressing on **APPLY CHANGES** button.
7. In case new threshold levels were successfully configured, then the Aranet4 application will show a success message: **CO₂ indication mode changed**.

<div data-with-frame="true"><img src="https://forum.aranet.com/site/assets/files/1546/custom_levels.png" alt="" width="1200"></div>

The colour indication threshold level changing was not possible with application versions up to v1.20.\
By default, the CO₂ measurement colour indication threshold levels were as follows:\
Green – below 1000 ppm\
Yellow – 1000 - 1400 ppm\
Red – above 1400 ppm\
\
For Temperature:

Too High (red) — >26°C (78.8°F)\
Normal (green) — 20°C — 26°C (68.0 - 78.8°F)\
Too low (blue) — <20°C (68.0°F)

For RH:

Too High (red) — 70% RH\
Normal (green) — 30% RH —  70% RH\
Too low (blue) — 30% RH

For Radiation:

Green – below 0.20 μSv/h\
Yellow – 0.20 μSv/h —  10.0 μSv/h\
Red – above 10.0 μSv/h

For Radon:

Green – below 100 Bq/m<sup>3</sup>\
Yellow – 100 Bq/m<sup>3</sup> — 300 Bq/m<sup>3</sup>\
Red – above 300 Bq/m<sup>3</sup><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/aranet-home-app/coloured-thresholds.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.
