> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/duvidas-comuns/template-de-automacoes/fluxos-de-automacao-template.md).

# Fluxos de Automação - Template

## Na SprintHub, é fácil criar e utilizar Templates de automação para agilizar o processo em seu fluxo. Siga os passos abaixo:

1. Em “Fluxos de automação”, escolha qual o fluxo que deseja criar o template e clique em cima do nome sem editar;<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdhz5lDDjcVTsuAT1nP0d33T2e3ALy6TDHT98KW-zyuvgqAdrYx4UxjfoIIFAL-ZHBeL6RbXuw7Vw8YQPLsKG0DdhjLO6GNdF9jy-L6zhUwyyNj1PmqaphXsE6ynhFuS3AZJ7FXHHrQ0FnPKfPXT2EhaZ0p?key=q539VaidrcjRNOMoMzyvOw" alt=""><figcaption></figcaption></figure>

2. Ao lado de voltar podemos abrir um seletor que nos dará a opção de "Criar um template":

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeU2zFd0EUjTtMH_NhtGPT0JSpUptABACdjfSWPbSJ9UoKmrSRWQqghHsgVqYJiH9pwOERxYR9g030TZeY0sYKU32vcmkguatBRFcR-SwZHN4uRcqoPA97WLrybHSxj6d6b6qxO_32U7hy9y_UeK2lmJ7E?key=q539VaidrcjRNOMoMzyvOw" alt=""><figcaption></figcaption></figure>

3. Configurando seu template para salvar:

* **Nome:** Insira para a identificação de seu template;
* **Descrição:** Descreva detalhadamente a que se refere o template;
* **Template Público:** Se habilitado, todos os usuários do sistema poderão visualizar e editar o template;
* **Compartilhar com:** Todos os usuários selecionados, poderão visualizar e utilizar o template;
* Feito as alterações, clique em **“Salvar Template”**.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXexYlMhhQkYvuVyuFZlYGd1aWF8IGVHZPNCn90v2cn6pXlIsomM9LWtYUY2_rlK6TazO6_FGiE-mcDMg4UJE16Wf1cvvtIWomx__lYHP3jvYbgmJehRMR7kP6vU4m2XlTUgGiU1DIdpnEx0ftgllRQjyyo?key=q539VaidrcjRNOMoMzyvOw" alt=""><figcaption></figcaption></figure>

4. Utilizando o template:&#x20;

* Clique em **“novo”** para criar um novo Fluxo de Automação;
* Ao abrir o  fluxo, clique em **“Escolher Template”**, e selecione o template desejado.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfQpmCn26VuucRZd61gCQ-ELIRnxRbVa6gXcp3MWqIv7GIZJcxGvg20ZdcD24VQMeT1cIKaQSjiySGY_LlDwSzeJDkdMbrvc8fb3h594cq4guOp0Rw9Hd5j8a-2acBByF9KzGQGdaSKJCTrUdaoQ1fkpH9r?key=q539VaidrcjRNOMoMzyvOw" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfwZhzkh23vakUKqUbi0u0m7WZNCNRMN43k5PPFtLCh9m3EUOTDeXa5XHhA4bzF_kNHcJqFZfCEaPjP47KEhfsm9j-ug7k1ZfJk2A-0eJ5hET4Qb2gUJaDQYzY3aIV2RLXQD5YD7zOCHsgYpmxkiscJG-s?key=q539VaidrcjRNOMoMzyvOw" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdCkIX-FV4qS3Q1-htyDincJidc2cgmE7MtuGnrD9HYDRvII9Js5_YUQIm4Dou-Oel4YBwY1ZwSL0tO2NtozA1jrbax6bVBtB0xfGRfPjBPxFNwwv_40FiN7ENJ5u_zrx0GQJiy7Vb9QNLPVr_pDIYKJtGk?key=q539VaidrcjRNOMoMzyvOw" alt=""><figcaption></figcaption></figure>

*E pronto! Após escolher, será aberto o construtor com seu template para modificar a vontade.*


---

# 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.sprinthub.com/duvidas-comuns/template-de-automacoes/fluxos-de-automacao-template.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.
