# Interaction of TRIK controllers

TRIK controllers can interact with each other, which makes it possible to solve [problems](/en/trik/wi-fi/interaction/interaction-example.md) of transferring messages between robots.

For the interaction of controllers, it will be necessary to select a **master** controller — the one to which we will connect the rest of the controllers. And also connect all controllers to one network. This can be done in two ways:

1\. Using the existing network.

![](/files/-MSmLBg4PqtZpsE18NAu)

2\. By creating a Wi-Fi access point on one of the controllers.

![](/files/-MSmLLarYHS1LoQA4J1d)

## Method 1. Interaction using an existing Wi-Fi network

1\. Select a **master** controller and connect it to an existing Wi-Fi network in [client mode](/en/trik/wi-fi/network-connection.md#client).

2\. In the [web interface](/en/trik/web-interface.md) of the **master** controller, in the "Interaction of robots" field, specify the tail number (usually for the master it is 01, but any other is possible) and its IP address.

![](/files/-MUYq0SdE3NKtO-nwNKd)

3\. Connect **all** other controllers to the same Wi-Fi network in [client mode](/en/trik/wi-fi/network-connection.md#client).

4\. Specify for each of them in your web interfaces in the "Interaction of robots" field the tail number (different from the others) and the IP address of the **master** controller.

![](/files/-MSmM0JUoVD9v2MZ4far)

{% hint style="info" %}
Also, the flight number and IP address of the **master** controller can be specified on the controller in the `Interaction` menu item.
{% endhint %}

4\. On all controllers go to the `Interaction` menu item and click the "Connect" button. The <img src="/files/-M0D69CCIhGDWIMaQnpE" alt="" data-size="line"> icon should appear in the upper right corner of the controller screens.

![](/files/-MSivrVmpnBnJnHcD2zk)

## Method 2. Interaction using a Wi-Fi access point on one of the controllers

### Actions with the master controller

1\. Select a **master** controller and share Wi-Fi from it using [access point mode](/en/trik/wi-fi/network-connection.md#accesspoint) (select `Network → Wi-Fi access point` in the menu).

![](/files/-MSiw0WfMj6RSKG9hwIq)

2\. Next, return to the main menu screen and select `Interaction`.

![](/files/-MSiw5r3IkgZ4cbXJMhc)

3\. Specify the tail number (usually for the **master** it is 01, but any other is possible) and its IP address.

![](/files/-MSiwAozIBacz6xMn9Gq)

### Actions with other controllers

4\. Connect the rest of the controllers to the master using the [Wi-Fi client mode](/en/trik/wi-fi/network-connection.md#accesspoint). To do this, in the web interface of each controller, in the "Wi-Fi client" fields, specify the name and password of the network of the **master** controller.

5\. Open the web interface using the IP address displayed on the controller in Wi-Fi client mode.

6\. Specify for each of the controllers in their web interfaces in the "Interaction of robots" field the tail number (different from others) and the IP address of the **master** controller.

![](/files/-MSiwFYxPHKIS_MsgZz9)

{% hint style="info" %}
Also, the flight number and IP address of the **master** controller can be specified on the controller in the `Interaction` menu item.
{% endhint %}

### Action with all controllers

7\.  On all controllers go to the `Interaction` menu item and click the "Connect" button. An <img src="/files/-M0D69CCIhGDWIMaQnpE" alt="" data-size="line">icon should appear in the upper right corner of the controller screens.

![](/files/-MSiwJmIlGEJGpF47TIv)

{% content-ref url="/pages/-M0559VMfkJdzqhhbKcQ" %}
[An example of solving a problem on the interaction of two robots](/en/trik/wi-fi/interaction/interaction-example.md)
{% endcontent-ref %}


---

# 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://help.trikset.com/en/trik/wi-fi/interaction.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.
