# TRIK Studio Junior

- [О TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/about.md)
- [Как узнать версию TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/about/version.md)
- [Начало работы и создание проекта в TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/start.md): Создание нового проекта и запуск существующего
- [Интерфейс TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/interfeis-trik-studio-junior.md)
- [Как заменить изображение «Исполнителя» в TRIK Studio Junior?](https://help.trikset.com/trik-studio-junior/interfeis-trik-studio-junior/robot-image-change.md)
- [2D-модель в TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/2d-model.md)
- [Настройки TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/settings.md)
- [Программирование на визуальном языке в TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/programming.md)
- [Добавление и удаление блоков в TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/programming/blocks-add-delete.md)
- [Блоки в TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/programming/blocks.md)
- [Связи между блоками в TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/programming/connection-between-blocks.md)
- [Синтаксис выражений в блоках в TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/programming/expression-syntax.md)
- [Редактирование свойств элементов в TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/programming/editing-element-properties.md)
- [Подпрограммы в TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/programming/subprograms.md)
- [Упражнения в TRIK Studio Junior](https://help.trikset.com/trik-studio-junior/exercises.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/trik-studio-junior.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.
