# About the TRIK controller

The **TRIK controller** is an educational robotics platform developed by a team of experienced engineers specifically for robotics.

[TRIK Studio](/en/studio/about.md) supports this platform.

![](/files/-M5XAKF1A-3WQFbUtwGI)

The TRIK controller has a color touchscreen display, [programmable buttons](/en/trik/programming-visual/sensory-variables.md) and a Wi-Fi module that can operate in [two modes](/en/trik/wi-fi.md).

The TRIK controller is compatible with a wide range of [peripheral devices](/en/trik/work-with-devices.md), including all the necessary equipment for controlling DC motors and servo drives, as well as for receiving and processing information from digital and analog sensors, microphones, and video modules.

The TRIK controller supports various ways of connecting via [Wi-Fi](/en/trik/wi-fi.md), [connecting and working with external devices](/en/trik/work-with-devices.md).

{% hint style="info" %}
For detailed information about the TRIK controller, see the manufacturer's [website](https://trikset.com/en/products/trik-controller).
{% endhint %}

## TRIK controller programming

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

![](/files/-MSiV0jeT21chV_-UeDl)

Use [specialized ](/en/trik/programming-visual/blocks.md)and [common ](/en/studio/programming-visual/blocks.md)blocks to write programs in a visual language. Read more about visual programming in the article

{% content-ref url="/pages/-M0Npqc4WgYQzryDW1qz" %}
[Visual programming](/en/studio/programming-visual.md)
{% endcontent-ref %}

Read about text programming in the article

{% content-ref url="/pages/-M0Npt6Rsejz5XCUWJsR" %}
[Textual programming](/en/studio/programming-code.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/trik/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.
