> For the complete documentation index, see [llms.txt](https://help.trikset.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trikset.com/studio.md).

# TRIK Studio

- [О TRIK Studio](https://help.trikset.com/studio/about.md)
- [Как узнать версию TRIK Studio](https://help.trikset.com/studio/about/version.md)
- [Начало работы и создание проекта](https://help.trikset.com/studio/start.md): Создание нового проекта и запуск существующего
- [Интерфейс TRIK Studio](https://help.trikset.com/studio/interface.md)
- [Главное меню TRIK Studio](https://help.trikset.com/studio/interface/main-menu.md)
- [Работа с графиками](https://help.trikset.com/studio/interface/graphics.md)
- [Как открыть настройки робота?](https://help.trikset.com/studio/interface/faq-robot-settings.md)
- [Как изменить язык интерфейса TRIK Studio?](https://help.trikset.com/studio/interface/language.md)
- [Настройки TRIK Studio](https://help.trikset.com/studio/settings.md)
- [2D-модель](https://help.trikset.com/studio/2d-model.md)
- [Гибкая настройка 2D-модели](https://help.trikset.com/studio/2d-model/settings.md)
- [Добавление ограничений в 2D-модель](https://help.trikset.com/studio/2d-model/restrictions.md)
- [Примеры задания ограничений](https://help.trikset.com/studio/2d-model/restrictions/examples.md)
- [Программирование на визуальном языке](https://help.trikset.com/studio/programming-visual.md)
- [Добавление и удаление блоков](https://help.trikset.com/studio/programming-visual/blocks-add-delete.md)
- [Общие блоки](https://help.trikset.com/studio/programming-visual/blocks.md)
- [Связи между блоками](https://help.trikset.com/studio/programming-visual/connection-between-blocks.md)
- [Синтаксис выражений в блоках](https://help.trikset.com/studio/programming-visual/expression-syntax.md)
- [Типы языка TRIK Studio](https://help.trikset.com/studio/programming-visual/expression-syntax/types.md)
- [Массив](https://help.trikset.com/studio/programming-visual/expression-syntax/types/array.md)
- [Лексемы языка TRIK Studio](https://help.trikset.com/studio/programming-visual/expression-syntax/lexemes.md)
- [Операторы языка TRIK Studio](https://help.trikset.com/studio/programming-visual/expression-syntax/operators.md)
- [Константы](https://help.trikset.com/studio/programming-visual/expression-syntax/const.md)
- [Сенсорные переменные](https://help.trikset.com/studio/programming-visual/expression-syntax/sensory-variables.md)
- [Встроенные функции](https://help.trikset.com/studio/programming-visual/expression-syntax/built-in-functions.md)
- [Редактирование свойств элементов](https://help.trikset.com/studio/programming-visual/editing-element-properties.md)
- [Подпрограммы](https://help.trikset.com/studio/programming-visual/subprograms.md)
- [Программирование на текстовом языке](https://help.trikset.com/studio/programming-code.md): Создание новой текстовой программы, генерация диаграммы в код и поддерживаемые языки программирования
- [Упражнения](https://help.trikset.com/studio/exercises.md): Создание и загрузка упражнений
- [Сторонние утилиты](https://help.trikset.com/studio/utilities.md): PuTTY, WinSCP, TRIK Gamepad
- [PuTTY](https://help.trikset.com/studio/utilities/putty.md)
- [WinSCP](https://help.trikset.com/studio/utilities/winscp.md)
- [Горячие клавиши в TRIK Studio](https://help.trikset.com/studio/shortcuts.md)
- [Сбои из-за антивирусов](https://help.trikset.com/studio/antivirus-conflicts.md)
- [Антивирус Avast блокирует TRIK Studio. Что делать?](https://help.trikset.com/studio/antivirus-conflicts/avast.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.trikset.com/studio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
