# About LEGO EV3

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

**Lego EV3** is an educational robotics platform. TRIK Studio supports this programming platform.

![LEGO EV3](/files/-M5JDL1ZAKuKI-gm4sBy)

{% hint style="info" %}
For more information, see the manufacturer's [official website](https://education.lego.com/).
{% endhint %}

## Programming LEGO EV3

To program a Lego EV3 controller, select "Lego EV3" in the TRIK Studio settings in the "[Robots](/en/studio/interface/faq-robot-settings.md)" tab.

![](/files/-MSknz1Z9heyyvd2cAkL)

Use [specialized](/en/ev3/blocks.md) and [general](/en/studio/programming-visual/blocks.md) blocks for writing programs. Read more about visual programming in the article

{% content-ref url="/pages/-M0Npqc4WgYQzryDW1qz" %}
[Visual programming](/en/studio/programming-visual.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/ev3/about.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.
