# Connecting action blocks

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

You can also connect multiple action blocks to a single action block

There are three ways to connect these action blocks with each other, they are:

### Adding a new action block <a href="#adding-a-new-action-block" id="adding-a-new-action-block"></a>

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

<figure><img src="https://help.wotnot.io/~gitbook/image?url=https%3A%2F%2F360969599-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FsrMxU8nO3RjusUiYuXBB%252Fuploads%252F9MFntq5PhnM0cZG0rajy%252FCleanShot%25202024-06-20%2520at%252020.14.46.gif%3Falt%3Dmedia%26token%3D5d666033-7bef-49a0-ac34-66be00ac6c6b&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=b6130ea80c15387a4fead0762f667feb4db7d30996a51e0ef0051430f15e6fbf" alt=""><figcaption></figcaption></figure>

### Manually connecting <a href="#manually-connecting" id="manually-connecting"></a>

Drag the + icon from the source block and connect it to the destination block in the flow.

<figure><img src="https://help.wotnot.io/~gitbook/image?url=https%3A%2F%2F360969599-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FsrMxU8nO3RjusUiYuXBB%252Fuploads%252FoGNIcEW80sGiiHuTb60y%252FCleanShot%25202024-06-20%2520at%252020.15.16.gif%3Falt%3Dmedia%26token%3De8892a44-dffe-4ef5-bd7d-9e2117ab3ad5&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=2f7eb58a2f636e0ad3bad8fdd9b4cfcb206c8c418be45552abb292211e535320" alt=""><figcaption></figcaption></figure>

### Using Jump <a href="#using-jump" id="using-jump"></a>

If your chatbot flow is complex and not large, you can use the 'Jump' action block to logically connect two action blocks.

Using jump, no visual link is created between two action blocks.

<br>

<figure><img src="/files/CngltjCljPnjEcC1rzL4" alt=""><figcaption></figcaption></figure>


---

# 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.wotsabot.ai/wotsabot-help-articles/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.
