> 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/trik-studio-junior.md).

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