# Connecting a LEGO EV3 Controller to TRIK Studio

{% hint style="info" %}
This article is automatically translated from Russian by Google Translator.
{% endhint %}

The LEGO EV3 controller can be connected to the TRIK Studio using:

1. [USB](/en/ev3/connect-to-studio.md#usb).
2. [Bluetooth](/en/ev3/connect-to-studio.md#bluetooth).

In each of the two options, you must first select the LEGO EV3 platform in the TRIK Studio settings under "[Robots](/en/studio/settings.md#robots)".

![](/files/-MSkoDb5cuNQwKYEx4wf)

## USB connection

1. Connect the USB cable to the LEGO EV3 controller and to the computer with TRIK Studio.
2. Turn on the LEGO EV3 controller.

After that, you can load programs on the robot. No additional steps or drivers are required.

## Bluetooth connection

The procedure to connect the LEGO EV3 robot via Bluetooth is the [same as the LEGO NXT robot](/en/nxt/connect-to-studio.md).


---

# 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/ev3/connect-to-studio.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.
