> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/skyone-studio/integracoes/fluxos.md).

# Fluxos

Um fluxo é um conjunto de operações executadas, de forma sequencial, e que é atrelado a um ou mais gatilhos que iniciam a sua execução, para então adicionarmos uma ou mais operações de módulos existentes, ou mesmo criarmos parâmetros de fluxo.&#x20;

Ao criar um fluxo, você poderá integrar diferentes sistemas facilmente, utilizando-se dos módulos e operações que você criar ou daqueles disponibilizadas por compartilhamento no **Skyone Studio**.&#x20;

### Como acessar <a href="#como-acessar" id="como-acessar"></a>

Para acessar, clique em uma integração para ter acesso ao fluxo desejado.

Nas páginas a seguir, veja toda a documentação sobre os "**Fluxos**".

* [Gestão dos fluxos](/skyone-studio/integracoes/fluxos/gestao-dos-fluxos.md)
* [Gatilhos do fluxo](/skyone-studio/integracoes/fluxos/gatilhos.md)
* [Módulos Ferramentais](/skyone-studio/integracoes/fluxos/modulos-ferramentais.md)


---

# 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.skyone.cloud/skyone-studio/integracoes/fluxos.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.
