# O LEGO EV3

**Lego EV3** — образовательная робототехническая платформа. TRIK Studio поддерживает данную платформу для [программирования](https://help.trikset.com/pioneer/about#programming).

![LEGO EV3](https://2170735180-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-9YMGCK0ySSnTAiseS%2F-M5JBwt8sI1JMS22mHy0%2F-M5JDL1ZAKuKI-gm4sBy%2FLego-mindstorms-ev3.jpg?alt=media\&token=c1a3ca17-2c06-4211-97f2-5ad7ae8ef030)

{% hint style="info" %}
Подробную информацию читайте на официальном [сайте](https://education.lego.com/ru-ru/product/mindstorms-ev3) производителя.
{% endhint %}

## Программирование LEGO EV3 <a href="#programming" id="programming"></a>

Для программирования контроллера Lego EV3 выберите «Lego EV3» в настройках TRIK Studio во вкладке [«Роботы»](https://help.trikset.com/studio/interface/faq-robot-settings).

![](https://2170735180-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-9YMGCK0ySSnTAiseS%2F-M5RF1fli1ff1gxRutQq%2F-M5RIkjWyp7-M8tRfj1i%2Frobots-ev3.png?alt=media\&token=673523aa-a405-411c-b405-bf7b962ad9e6)

Используйте [специализированные](https://help.trikset.com/ev3/blocks) и [общие](https://help.trikset.com/studio/programming-visual/blocks) блоки для написания программ.

Подробнее о визуальном программировании читайте в статье

{% content-ref url="../studio/programming-visual" %}
[programming-visual](https://help.trikset.com/studio/programming-visual)
{% 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/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.
