> 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/getting-set-up.md).

# Getting set up

<details>

<summary>Step 1: Download the app</summary>

Download our app "Clyr Mobile" from both app stores:

### iOS

<https://apps.apple.com/us/app/clyr-mobile/id6459477082>

### Android

<https://play.google.com/store/apps/details?id=com.clyr.clyr_mobile&pli=1>

</details>

<details>

<summary>Step 2: Create your account</summary>

You may use the app or go to <https://app.clyrpool.com> and please click the "Don't have an account? Click here to get started"

### DIYs

Please select pool owner when creating an account

### Pool Companies

Please select Team when creating an account

</details>

<details>

<summary>Step 3: Create your first location</summary>

Once logged in, the app will prompt you to create a location for your first pool and Clyr Controller install. Please fill in as much detail as possible and then you'll be ready to bring your pool online.

</details>

<details>

<summary>Step 4: (Teams Only) Invite your team</summary>

In order for your pool company to have all pools and techs associated to your Clyr account, you can invite them all through the web portal at[ https://app.clyrpool.com](https://app.clyrpool.com)

Once logged in, proceed to "Settings" and then look for the "Company" tab at the top. After selecting you will see the option to add your team.

![](/files/IukUE0fMhPyAk4pP5TMc)

</details>


---

# 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/getting-set-up.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.
