# Connecting the TRIK controller to a computer and smartphone

The TRIK controller can be connected to other devices in two ways:

1. Using the TRIK controller as an access point (the controller creates a new network) and connects the devices to it.
2. Using the TRIK controller in Wi-Fi client mode and connect the devices and the controller itself to an existing network.

## Method 1. The controller in the Wi-Fi access point mode <a href="#accesspoint" id="accesspoint"></a>

In this mode, the controller creates a new network, so we can connect devices to it.

1\. Select `Network → Wi-Fi hotspot` in the menu. The controller will distribute Wi-Fi, and the network parameters will appear on the screen:

* Network name.
* Password.
* Controllers IP address.

![](/files/-MSitvAiOMDbAERAtvTx)

2\. When connecting a computer or smartphone to a Wi-Fi network, select the network and enter the password.

## Method 2. The controller in the Wi-Fi client mode <a href="#client" id="client"></a>

In this mode, we connect the controller and devices to an existing Wi-Fi network.

To do this, in the controller's [web interface](/en/trik/web-interface.md), we need to enter the name and password of the network to which we will connect the controller.

1\. To launch the web interface, connect your computer or smartphone to the controller as an access point.

2\. In the address bar of the browser, enter the IP address of the controller. The web interface will open.

{% tabs %}
{% tab title="Laptop" %}
![](/files/-MSiu8v4aedSuCEHVoct)
{% endtab %}

{% tab title="Smartphone" %}
![](/files/-M03C9xCVtSjIFwbpVPK)
{% endtab %}
{% endtabs %}

3\. In the "Wi-Fi client" field, enter the name and password of the network to which you want to connect the controller. Click the Save button.

4\. Switch the controller to Wi-Fi client mode.

![](/files/-MSiuX72FNzhmoQG4LH-)

5\. If the connection is successful, the controller's IP address will be displayed at the top of the screen next to the icon <img src="/files/-M03FqEGq2cVCmBr_8Px" alt="" data-size="line">, and the network name will be highlighted in the list with the icon <img src="/files/-M03G0g8oZ_6k622K563" alt="" data-size="line">.

![](/files/-MSiubdCtteI7JbLp3wE)


---

# 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/network-connection.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.
