> 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/chatbot-template.md).

# Chatbot - Template

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

### Passo a Passo de como criar o template

Primeiro, escolha qual chatbot você deseja transformar em  um template:

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

Clicando no nome do chatbot, ao lado de voltar podemos abrir um seletor que nos dará a opção de "Criar um template":

<figure><img src="/files/8gAnn8mXwmrYRxaSoqSv" alt=""><figcaption></figcaption></figure>

Ao clicar em criar, terá a opção de colocar um nome, descrição e se ele é um template público ou não:

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

**Qual a diferença entre ter um template público ou não?**

Se for público, todos os usuários do seu ambiente podem utilizar aquele template.

Se não, apenas usuários selecionados por você podem usar aquele template.

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

### Colocando o template em um chatbot novo

Clique em "Novo" para criar um novo chatbot:

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

Ao abrir o chatbot, clique em "Escolher template" e pegue o template desejado:

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

<figure><img src="/files/7OG4KU7raJn3yRX8MVmf" alt=""><figcaption></figcaption></figure>

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

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


---

# 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/chatbot-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.
