# 5. App Components

## 5.1 Home Screen

The home screen features a 3D image of pool equipment, a row of "Alerts, Schedules, Programs" and a scrolling window for quick access to main pool components.

## 5.2 Location Selector

At the top of the home screen is the location selector. If you have access to multiple pools on your account, you can quickly click this dropdown to search for other pools to access their functionality. This location selector will always show the active pool you are editing.

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

## 5.3 Interactive pool equipment

The pool equipment will show green circles over equipment that you have configured and is currently functioning properly. You can click these circles to interact with the equipment and access key functionality quickly.

<figure><img src="/files/3H7sFtQmzjiaz4C6EBCN" alt="" width="289"><figcaption></figcaption></figure>

As an example, clicking on the main pump above opened it's control card and gives us some basic information (RPM) and the current operation mode (Autopilot). We can use the slider OFF/ON to turn the pump off from here.

{% hint style="danger" %}
If you see a red exclamation mark like this over your equipment, it means that it is not functioning properly. You can still click this link for instructions on how to troubleshoot.
{% endhint %}

## 5.4 Alerts, Programs, Schedules

This next main row below the equipment are some key features on how to control and interact with your pool. We will dive into these individually.


---

# Agent Instructions: 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:

```
GET https://docs.clyrpool.com/using-the-clyr-app/5.-app-components.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
