> For the complete documentation index, see [llms.txt](https://docs.mavibot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavibot.ai/doc/pt/chatbot/builder/conexoes.md).

# Conexões

Tipos de conexões:

* a conexão com um gatilho
* a conexão sem um gatilho
* a conexão com um temporizador
* a conexão sem um gatilho

## Como trabalhar com conexões

**Conexões** representam o gatilho de transição entre blocos no chatbot. Essencialmente, uma conexão atua como um distribuidor: se o cliente escolhe "Resposta 1", ele vai para o Bloco #1; se escolhe "Resposta 2", ele vai para o Bloco #2, e assim por diante.

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

Para **conectar dois blocos entre si**, passe o cursor do mouse sobre um bloco. Um círculo branco aparecerá na parte inferior do bloco — o nó de conexão. Clique nele com o botão esquerdo do mouse e, mantendo o botão pressionado, arraste-o para o próximo bloco.

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

Também é possível criar uma conexão pelo botão no bloco:

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

Para acessar as configurações da conexão, passe o mouse sobre a conexão e clique no botão de configurações:

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

Ao clicar no ícone de engrenagem, o formulário de configurações da seta será aberto:

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

Como você pode ver, a estrutura do formulário de configurações da conexão inclui seções para configurar o temporizador de transição, a transição condicional e as configurações principais das setas com coleta de dados.

{% hint style="success" %}
**Por favor, observe!**\
As conexões não podem existir por conta própria; elas são elementos que conectam dois blocos.
{% endhint %}

Para excluir um nó desnecessário em uma seta, dê um duplo clique no nó com o botão esquerdo do mouse ou clique no cruz (×) que aparece quando você passa o mouse sobre a conexão.

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

#### Descrição

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

Neste campo, você pode inserir uma breve descrição do propósito da conexão. Isso é útil para estruturar a lógica do bot e ajuda a evitar confusões ao trabalhar em um projeto complexo com muitos blocos.

Por padrão, a descrição é definida como "Connection". Para alterá-la, clique na descrição e digite a sua própria. Este campo não afeta o funcionamento do bot.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.mavibot.ai/doc/pt/chatbot/builder/conexoes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
