> For the complete documentation index, see [llms.txt](https://ajuda.botconversa.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.botconversa.com.br/comece-por-aqui-aulas-sequenciais/primeiros-passos-botconversa-api-oficial/aula-8-como-criar-sequencias-de-fluxos-no-botconversa.md).

# AULA 8 - Como criar SEQUÊNCIAS de fluxos no BotConversa

#### Neste vídeo você aprenderá como criar sequências no BotConversa

{% embed url="<https://youtu.be/8zXvqGmHxcU>" %}

#### **Como Criar Sequências no BotConversa**

Neste tutorial, você aprenderá a criar sequências de fluxos de conversa de forma sequencial e automática no Bot Conversa:

1. **Introdução: Uma sequência permite que você organize e programe o envio de fluxos de conversa em uma ordem específica e de maneira automatizada.**
2. **Utilidade das Sequências: Por exemplo, após um cliente visitar seu negócio, você pode querer enviar um fluxo de coleta de feedback. Uma hora depois, enviar um fluxo promocional e no dia seguinte, um fluxo de agradecimento. Para evitar o envio manual, utilize sequências.**
3. **Criando uma Nova Sequência: Na plataforma, clique na opção 'adicionar nova sequência'. Dê um nome à sequência e prossiga com a criação.**
4. **Configurando a Sequência: Uma vez que a sequência é criada, você pode definir a programação dos fluxos. Determine a ordem, o tempo entre os fluxos e quais fluxos serão enviados.**

As sequências oferecem uma maneira eficiente de interagir com os usuários, garantindo comunicações programadas e consistentes sem a necessidade de intervenção manual.


---

# 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://ajuda.botconversa.com.br/comece-por-aqui-aulas-sequenciais/primeiros-passos-botconversa-api-oficial/aula-8-como-criar-sequencias-de-fluxos-no-botconversa.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.
