# Подключения по Wi-Fi к контроллеру ТРИК

На контроллере ТРИК стоит Wi-Fi-модуль, который может работать в двух режимах:

1. В режиме **точки доступа**, то есть когда контроллер сам создает новую сеть, и мы к нему подключаем устройства.
2. В режиме **Wi-Fi-клиента**, то есть когда мы подключаем контроллер к уже существующей сети.

Для выбора режима в меню контроллера выберите пункт `Сеть`.

![Меню контроллера ТРИК](/files/-M02gDHqU_MtSTPtb_uq)

О подключении контроллера к устройствам в разных режимах и взаимодействии нескольких контроллеров читайте в статьях:

{% content-ref url="/pages/-M0-ZXrYSHHDja21FEqC" %}
[Подключение контроллера ТРИК к компьютеру и смартфону](/trik/wi-fi/network-connection.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M02fB52lCsyKRFIUTA6" %}
[Подключение контроллера ТРИК к TRIK Studio](/trik/wi-fi/connect-to-ts.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M02gpSf0QRPSelT9fF7" %}
[Взаимодействие контроллеров ТРИК](/trik/wi-fi/interaction.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/trik/wi-fi.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.
