> For the complete documentation index, see [llms.txt](https://docs.chatlayer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/navegacao/bot-builder/flows/beta-export-and-import-flows.md).

# \[Beta] Exportar e importar fluxos

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

Neste exemplo, vamos importar um fluxo do Bot A para o Bot B.

## Exportar um fluxo

Para exportar um fluxo:

1. Abra seu Bot A [canvas](/chatlayer-documentation-pt-br/navegacao/bot-builder/flows.md).
2. Encontre o fluxo que você gostaria de exportar.
3. Ao lado do nome do fluxo, clique no **3 pontos**.

<figure><img src="/files/81785e89fc4ebfe8d45421fc442639fd07907d36" alt="" width="375"><figcaption><p>Exporte um fluxo do seu canvas.</p></figcaption></figure>

4. Clique em **Exportar**.
5. Um modal aparece. Certifique-se de lê-lo antes de clicar em **Exportar**.

<figure><img src="/files/c081a2b4446db9cf2da76c98587e72b2dec1ce45" alt="" width="375"><figcaption><p>Exportar um fluxo.</p></figcaption></figure>

{% hint style="warning" %}
Observe que intents, entidades e variáveis usadas no fluxo também serão exportadas para o novo bot.
{% endhint %}

6. A exportação começa. Você recebe uma notificação verde no canto inferior direito da tela.

<figure><img src="/files/f98f11cc525a002cb2260f8e14f5bbd4aff249ac" alt="" width="375"><figcaption><p>A exportação do fluxo começa.</p></figcaption></figure>

7. Quando a exportação estiver pronta, você receberá um e-mail para baixar o fluxo. Isso será enviado para o e-mail que você usa para fazer login no Chatlayer.

<figure><img src="/files/351dcdfa0cf3314a5a1278c9156ecee3f51bfc49" alt="" width="375"><figcaption><p>Você recebe um e-mail para baixar seu fluxo exportado.</p></figcaption></figure>

8. Clique no e-mail **Baixar** botão para baixar o arquivo .zip do fluxo.

Agora você tem seu fluxo exportado na sua área de trabalho.

## Importar um fluxo

Para importar um fluxo para um bot:

1. Abra o Bot B [canvas](/chatlayer-documentation-pt-br/navegacao/bot-builder/flows.md).
2. Em sua **Fluxos**, clique no **+** botão.

<figure><img src="/files/c4c1d029ed5b8133ee0bdba2d214621ff28146e4" alt="" width="375"><figcaption><p>Importe um fluxo para o seu bot.</p></figcaption></figure>

3. Clique em **Importar fluxo.**
4. Em **Nome**, dê um nome ao seu novo fluxo. Para este exemplo, ele será um 'fluxo KBAI'.

<figure><img src="/files/0abe68410a66726214885759a0299ae21e81e068" alt="" width="375"><figcaption><p>Nomeie seu novo fluxo.</p></figcaption></figure>

5. **Arraste e solte** ou **Escolher um arquivo** para enviar seu novo fluxo da sua área de trabalho.

<figure><img src="/files/fc051d6c0feab8e887e1b9cad517df82de7fd807" alt="" width="375"><figcaption></figcaption></figure>

6. Clique em **Importar**.

Seu novo fluxo foi adicionado à sua lista de fluxos!

## 💬 Feedback

A exportação/importação de fluxos é um recurso em beta. Portanto, seu feedback é muito apreciado! Por favor[ entre em contato](https://tickets.sinch.com/plugins/servlet/samlsso?redirectTo=%2Fservicedesk%2Fcustomer%2Fplugins%2Fservlet%2Fdesk%2Fportal%2F3) se você tiver algum feedback ou preocupação.


---

# 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.chatlayer.ai/chatlayer-documentation-pt-br/navegacao/bot-builder/flows/beta-export-and-import-flows.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.
