# Связи между блоками в TRIK Studio Junior

Связи между блоками в TRIK Studio Junior обозначают направление передачи управления между блоками.

#### Пример

Пусть необходимо, чтобы вслед за задержкой программа сразу же завершилась.\
\
Для этого надо соединить блоки [«Таймер»](/trik-studio-junior/programming/blocks.md#timer) и [«Конец»](/trik-studio-junior/programming/blocks.md#final) стрелкой, имеющей направление от блока «Таймер» к блоку завершения программы.

![](/files/-M53ZWO6oyd2e0Ul4k5j)

Создание и удаление связей в TRIK Studio Junior происходит так же, как и в TRIK Studio:

{% content-ref url="/pages/-M0P0btKnPxiAbzdGpjw" %}
[Связи между блоками](/studio/programming-visual/connection-between-blocks.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/trik-studio-junior/programming/connection-between-blocks.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.
