# Connections

Types of the connections:

* the Connection with a trigger
* the Connection without a trigger
* the Connection with a timer
* the Connection without a trigger

## How to work with connections

**Connections** represent transition trigger между блокам в чат-боте. Essentially, an connection acts as a distributor: if the client chooses "Answer 1," they move to Block #1; if they choose "Answer 2," they move to Block #2, and so on.

<div data-with-frame="true"><figure><img src="/files/BuGfEYsNPUqrkNXEAWDU" alt="" width="563"><figcaption></figcaption></figure></div>

To **connect two blocks to each other**, hover your mouse pointer over a block. A white circle will appear at the bottom of the block — the connection node. Click it with the left mouse button and, while holding the button, drag it to the next block.

<div data-with-frame="true"><figure><img src="/files/Jpb9brAxnamcYaefIVg1" alt="" width="563"><figcaption></figcaption></figure></div>

Также создать соединение можно из кнопки в блоке:

<div data-with-frame="true"><figure><img src="/files/GV4FjslkD5Hv18NsQIx7" alt="" width="563"><figcaption></figcaption></figure></div>

Чтобы перейти в настройки соединения, наведите мышью на соединение и нажмите на кнопку настройки:

<div data-with-frame="true"><figure><img src="/files/YWjldm8ftwoIZEuX3A18" alt="" width="563"><figcaption></figcaption></figure></div>

Clicking on the gear icon will open the arrow settings form:

<div data-with-frame="true"><figure><img src="/files/u6WyofOuNTGsmlfzpVrh" alt="" width="563"><figcaption></figcaption></figure></div>

As you can see, the connection settings form structure includes sections for configuring the transition timer, conditional transition, and main settings for arrows with data collection.

{% hint style="success" %}
**Please note!**\
Connections cannot exist on their own; they are elements that connect two blocks.
{% endhint %}

To delete an unnecessary node in an arrow, double-click the node with the left mouse button or click the cross (×) that appears when you hover over the connection.

<div data-with-frame="true"><figure><img src="/files/yW8IhLB1ZpqpQokXh6Hz" alt=""><figcaption></figcaption></figure></div>

#### Description

<div data-with-frame="true"><figure><img src="/files/PwopKjflJQbH3zkGBups" alt="" width="563"><figcaption></figcaption></figure></div>

In this field, you can enter a brief description of the connection’s purpose. This is useful for structuring the bot’s logic and helps avoid confusion when working on a complex project with many blocks.

By default, the description is set to "Connection." To change it, click on the description and enter your own. This field does not affect the bot’s operation.


---

# 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://docs.mavibot.ai/chatbot/builder/connections.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.
