# О LEGO NXT

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

![](/files/-M5RJobViCb2qHZzws92)

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

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

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

![](/files/-M5RJDTVeFho9-bCZFuW)

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

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

{% content-ref url="/pages/-M0Npqc4WgYQzryDW1qz" %}
[Программирование на визуальном языке](/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/nxt/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.
