# Links between blocks in TRIK Studio Junior

{% hint style="info" %}
This article is automatically translated from Russian by Google Translator.
{% endhint %}

Links between blocks in TRIK Studio indicate the control flow of interpretation between blocks.

#### Example

Let it be necessary that after the delay the program ends immediately.\
\
To do this, connect the [Timer](/en/trik-studio-junior/visual-programming/blocks.md#timer) and [Final](/en/trik-studio-junior/visual-programming/blocks.md#final-node) blocks with a link pointing from the "Timer" block to the program end block.

![](/files/-MSi1lD5dS7jyWQrRO7o)

Creating and deleting links in TRIK Studio Junior is the same as in TRIK Studio:

{% content-ref url="/pages/-M0P0btKnPxiAbzdGpjw" %}
[Links between blocks](/en/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/en/trik-studio-junior/visual-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.
