> 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/10.-configuring-freeze-protect.md).

# 10. Configuring Freeze Protect

## 10.1 Configure Freeze Protect

Freeze protection should be enabled and configured for all pools where Clyr is **controlling equipment.**

{% hint style="warning" %}
Freeze protect is not enabled by default in Clyr. It needs to always be configured.
{% endhint %}

**Currently,** freeze protect will enable when the water or air is 44F depending on how you configure it. Let's walk through that now.

## 10.2 Configuration

First, you need to go to **"Settings->Freeze Protect"** on the desired location. Once you're on this screen, please enable freeze protect with the slider and accept the terms and conditions.

<figure><img src="/files/Bffu2GvoJ9G1vkxG8bXh" alt="" width="290"><figcaption></figcaption></figure>

Once freeze protect is enabled, you're going to see several configuration items on this screen.

* **Valve Rotation Time -** this is the time where, if you enable valves to rotate (we will show your shortly) how often they should rotate between two positions
* **Temperature Source -** you can click on this field and tell Clyr to either use the water temperature from the Clyr Smart Sensor or you can tell it to grab real time weather data based on the location's zip code. Location based (shown above) is based on zip code

To configure equipment, please click on the controller under "Devices Configuration". In the picture above, clicking on "CLYR\_8CF1..." will go to the next screen.

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

You can now configure all pieces of equipment that should be active during freeze protection. For pumps, RPMs can be set individually if they are variable speed. For valves, you can choose between two rotation positions as shown below:

<figure><img src="/files/FSgJlwR0nap9sUcc9UQm" alt="" width="292"><figcaption></figcaption></figure>

In the picture above, the pool valve will rotate from position 1 (it's default position) to position 2 based on the time interval on the previous page.


---

# 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/10.-configuring-freeze-protect.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.
