> For the complete documentation index, see [llms.txt](https://docs.clyrpool.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clyrpool.com/using-the-clyr-app/9.-configuring-alerts.md).

# 9. Configuring Alerts

## 9.1 Alerts and where to find them

Alerts can be configured individually per pool. In order to find the alerts specific to pools you need to go to **"Settings->Alerts"**

<figure><img src="/files/NWObXgtXjmrFmFEyTvdy" alt="" width="287"><figcaption></figcaption></figure>

The location name should be shown at the top and then you should see a series of alerts, starting with "Smart Alerts" at the top.

{% hint style="info" %}
Best practice is to enable all the smart alerts per pool
{% endhint %}

Here's a brief explanation of the smart alerts:

**Smart pH -** detects that the pH is out of range for a given period of time under certain conditions

**Smart ORP -** detects that the ORP has been bad for a given period of time under certain conditions

**Freeze Protect -** only alerts you that you should have your pool in freeze protect mode. For configuring freeze protect, please see our Configuring Freeze Protect section

**Pump Offline -** can alert the user that their pump should be running based on a schedule but is not

## 9.2 Threshold Alerts

Threshold alerts should mainly be used if you have a specific use case where you want to be alerted **exactly at the time when the reading breaks the threshold**. You can configure thresholds individuall for low, high, or both at the same time.


---

# 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.clyrpool.com/using-the-clyr-app/9.-configuring-alerts.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.
