> 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/controlling-vs.-monitoring/clyr-controller-rs485-networks.md).

# Clyr Controller RS485 Networks

## What are Clyr RS485 Networks and where do I find them?

You will see on the Clyr Controller board that there are A1, B1, A2, B2, Ain, and Bin. What are these for? Turns out they're really important.

In order to prevent situations where equipment communication may interfere, Clyr offers you the ability to separate communication networks for different pieces of equipment if you want.&#x20;

As an example, our previous section introduced **Controlling vs. Monitoring.  In this case, we can use Network 1 (A1/B1) in order to monitor the equipment and we can use Network 2 (A2/B2) to read data from our sensors.**

## Where will I find networks in the app and how do I set them up correctly?

You only need to worry about networks when adding or configuring the equipment in the Clyr app. It is typically found on the "Add" page under "Advanced Options".&#x20;

{% hint style="info" %}
By default, Clyr Controller will add equipment to Network 1 during setup unless you configure it differently during setup.
{% endhint %}

<figure><img src="/files/jqxOC3g0GkvHNR1ul9Eu" alt=""><figcaption><p>Network configuration for a pump found under "Advanced Options"</p></figcaption></figure>


---

# 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/controlling-vs.-monitoring/clyr-controller-rs485-networks.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.
