# Conexión de bloques de acción

{% hint style="info" %}
También puede conectar varios bloques de acción a un solo bloque de acción
{% endhint %}

Hay tres formas de conectar estos bloques de acción entre sí, son:

### Adición de un nuevo bloque de acción <a href="#adding-a-new-action-block" id="adding-a-new-action-block"></a>

Simplemente puede hacer clic en el signo '+' y seleccionar el bloque de acción de la lista disponible que le gustaría agregar al flujo.

<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=fd94a5e4&#x26;sv=1" alt=""><figcaption></figcaption></figure>

### Conexión manual <a href="#manually-connecting" id="manually-connecting"></a>

Arrastre el icono + desde el bloque de origen y conéctelo al bloque de destino en el flujo.

<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=bbd7aa5b&#x26;sv=1" alt=""><figcaption></figcaption></figure>

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

Si el flujo de tu chatbot es complejo y no es grande, puedes usar el bloque de acción "Saltar" para conectar lógicamente dos bloques de acción.

Con jump, no se crea ningún vínculo visual entre dos bloques de acción.


---

# 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://ayuda.topleads.co/topbots/creador-de-bots/conexion-de-bloques-de-accion.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.
