> For the complete documentation index, see [llms.txt](https://docs.flw.chat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flw.chat/guide/documentacao/apps/mensagens-agendadas/modelo-para-mensagens-agendadas.md).

# Modelo para Mensagens Agendadas

{% embed url="<https://drive.google.com/file/d/13O6zHOlnE_my5WEte2oohOknXjMi2Q4U/view?usp=sharing>" %}

Com os modelos exclusivos para Mensagens Agendadas, você pode preparar previamente o conteúdo de follow-ups, lembretes e confirmações, deixando tudo pronto para ser programado.

#### **Passo 1: Acesse a Tela de Modelos**

1. No menu principal, navegue até **Ajustes**.
2. Clique em **Modelos de Mensagem**.

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

#### **Passo 2: Inicie a Criação**

1. Na tela **"Modelos de mensagem"**, clique no botão **"+ Novo"**.

#### **Passo 3: Selecione o Tipo "Mensagem Agendada"**

1. Na janela que se abrir, selecione a opção **"Mensagem agendada"**.
2. Clique em **"Continuar"**.

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

#### **Passo 4: Configure seu Modelo**

1. Defina um nome para o modelo.
2. Escreva o conteúdo da mensagem.
3. Configure os parâmetros necessários.

#### **Passo 5: Salve o Modelo**

1. Após finalizar a configuração, clique em **"Salvar"**.
2. Resultado esperado: seu novo modelo estará pronto para ser utilizado na funcionalidade de Mensagens Agendadas.


---

# 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.flw.chat/guide/documentacao/apps/mensagens-agendadas/modelo-para-mensagens-agendadas.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.
