# Programming TRIK with the visual programming language

For programming the TRIK controller with the visual language, TRIK Studio has [specialized blocks](/en/trik/programming-visual/blocks.md), as well as [sensor variables](/en/trik/programming-visual/sensory-variables.md).

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/trik/programming-visual.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.
