> 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/get-started/ordering-examples.md).

# Ordering Examples

## Simple Pool - No Spa

The table below shows an example of what a customer has. They've asked to be able to control the pool from their phone and to get alerts about what to add on chemistry.

| Your Equipment                                            | Clyr Lite            | Clyr Controller      |
| --------------------------------------------------------- | -------------------- | -------------------- |
| Intelliflo Variable Speed Pump                            | :white\_check\_mark: | :white\_check\_mark: |
| Intellichlor I-40 salt cell                               | :white\_check\_mark: | :white\_check\_mark: |
| Monitor chemistry using Clyr's pH/ORP/Temp Probe          | :white\_check\_mark: | :white\_check\_mark: |
| Monitor filter pressure using clyr digital pressure probe | :white\_check\_mark: | :white\_check\_mark: |

In this example, you can buy either version of the clyr controller here: <https://www.clyrpool.com/clyr-controller-features>

## Pool / Spa Combo

On a pool spa combo, **you will have to order a Clyr Controller** as Clyr Lite controllers cannot control heaters.

## Monitor Pool Equipment/Chemistry with pH CO2 Dosing

In this case, let's say a customer wants to keep their existing automation system but wants to add Clyr's chemistry readings and recommendations + do CO2 dosing. In this case, you can purchase either a Clyr Lite or Clyr Controller as both can monitor equipment and do CO2 dosing. **The recommendation to by a full Clyr Controller** would likely be if the customer has expressed interest in eventually moving everything over to the Clyr system.


---

# 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/get-started/ordering-examples.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.
