# About LEGO NXT

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

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

![](/files/-M5RJobViCb2qHZzws92)

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

## LEGO NXT programming

To program a Lego NXT controller, select "Lego NXT" in the TRIK Studio settings in the "Robots" tab.

![](/files/-MSkp9t7Rw1WXHm-e2jo)

Use [specialized](/en/nxt/blocks.md) and [common](/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/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.
