# TRIK Studio

- [About TRIK Studio](https://help.trikset.com/en/studio/about.md)
- [How to find out the version of TRIK Studio](https://help.trikset.com/en/studio/about/version.md)
- [Getting started and creating a project](https://help.trikset.com/en/studio/start.md): Create a new project and launch an existing one
- [TRIK Studio interface](https://help.trikset.com/en/studio/interface.md)
- [TRIK Studio main menu](https://help.trikset.com/en/studio/interface/main-menu.md)
- [Working with graphs](https://help.trikset.com/en/studio/interface/graphics.md)
- [How to open robot settings](https://help.trikset.com/en/studio/interface/faq-robot-settings.md)
- [How to change TRIK Studio interface language](https://help.trikset.com/en/studio/interface/language.md)
- [TRIK Studio settings](https://help.trikset.com/en/studio/settings.md)
- [2D model](https://help.trikset.com/en/studio/2d-model.md)
- [2D model tuning](https://help.trikset.com/en/studio/2d-model/settings.md)
- [Adding restrictions to the 2D Model](https://help.trikset.com/en/studio/2d-model/restrictions.md)
- [Restrictions setting examples](https://help.trikset.com/en/studio/2d-model/restrictions/untitled.md)
- [Visual programming](https://help.trikset.com/en/studio/programming-visual.md)
- [Adding and removing blocks](https://help.trikset.com/en/studio/programming-visual/blocks-add-delete.md)
- [Common blocks](https://help.trikset.com/en/studio/programming-visual/blocks.md)
- [Links between blocks](https://help.trikset.com/en/studio/programming-visual/connection-between-blocks.md)
- [Syntax of expressions in the blocks](https://help.trikset.com/en/studio/programming-visual/expression-syntax.md)
- [TRIK Studio language types](https://help.trikset.com/en/studio/programming-visual/expression-syntax/types.md)
- [Array](https://help.trikset.com/en/studio/programming-visual/expression-syntax/types/array.md)
- [TRIK Studio language tokens](https://help.trikset.com/en/studio/programming-visual/expression-syntax/lexemes.md)
- [TRIK Studio language operators](https://help.trikset.com/en/studio/programming-visual/expression-syntax/operators.md)
- [Constants](https://help.trikset.com/en/studio/programming-visual/expression-syntax/const.md)
- [Sensor variables](https://help.trikset.com/en/studio/programming-visual/expression-syntax/sensory-variables.md)
- [Built-in functions](https://help.trikset.com/en/studio/programming-visual/expression-syntax/built-in-functions.md)
- [Property editing](https://help.trikset.com/en/studio/programming-visual/editing-element-properties.md)
- [Subprograms](https://help.trikset.com/en/studio/programming-visual/subprograms.md)
- [Textual programming](https://help.trikset.com/en/studio/programming-code.md): Creating a new text program, generating diagrams in code and supported programming languages
- [Exercises](https://help.trikset.com/en/studio/exercises.md): Creation and upload of exercises
- [External tools](https://help.trikset.com/en/studio/utilities.md): PuTTY, WinSCP, TRIK Gamepad
- [PuTTY](https://help.trikset.com/en/studio/utilities/putty.md)
- [WinSCP](https://help.trikset.com/en/studio/utilities/winscp.md)
- [TRIK Studio shortcuts](https://help.trikset.com/en/studio/shortcuts.md)
- [Antivirus conflicts](https://help.trikset.com/en/studio/antivirus-conflicts.md)
- [Avast antivirus blocks TRIK Studio. What to do?](https://help.trikset.com/en/studio/antivirus-conflicts/avast.md)


---

# 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/studio.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.
