> For the complete documentation index, see [llms.txt](https://help.supporthunt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.supporthunt.com/troubleshooting/connecting-action-blocks.md).

# Connecting Action Blocks

### How do I connect these Action Blocks?&#x20;

These action blocks need to be connected with each other in order to ensure that the bot is having flawless conversation with the visitors

{% hint style="info" %}
You can also connect multiple action blocks to a single action block
{% endhint %}

There are three ways to connect these action blocks with each other, they are;&#x20;

<details>

<summary>Adding New Block using '+' </summary>

You can simply click on '+' sign and select the action block from the available list that you would like to add to the flow

</details>

<details>

<summary>Manually Drag &#x26; Drop</summary>

If the connection node between the two blocks is missing, you can simply connect by holding '+' sign and dragging it to connect with the required block&#x20;

In-order to connect multiple blocks with one block, you can simply hold '+' sign and connect with the top node of the block that you would like to connect it to

</details>

<details>

<summary>Using 'Jump' Action Block</summary>

If you wish to create a jump in the conversation, you can simply do so by connecting the two action blocks together i.e. connecting the action block from where the conversation needs to be jumped from with the action block where the conversation needs to be jumped to.&#x20;

In-order to do so, you can click on the '+' sign on the action block and connect with the top node of the action block where the conversation needs to be skipped to.&#x20;

The other way of jumping the conversation without connecting the nodes is by using the 'Jump Action Block'&#x20;

</details>


---

# 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:

```
GET https://help.supporthunt.com/troubleshooting/connecting-action-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.
