> 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/tutoriais/cumprimentar-com-bom-dia-boa-tarde-e-boa-noite.md).

# Cumprimentar com Bom dia, Boa Tarde e Boa Noite

## <mark style="color:blue;">Configurando Fuso</mark>

Corrija o fuso em Configurações > Companhia > Fuso da sua localidade\
(Fuso sugerido: **America/Sao\_Paulo**). Não esqueça de salvar as configurações ao final clicando em **Atualizar.**

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

## <mark style="color:blue;">Fazendo a Lógica de Acionamento</mark>

Use como base de lógica o fluxo da imagem abaixo, o fluxo pronto está mais abaixo

<figure><img src="/files/y46MOlhJem45nNKeRnVi" alt=""><figcaption><p><strong>BOM DIA, BOA TARDE, BOA NOITE</strong></p></figcaption></figure>

{% hint style="info" %}
O fluxo mostrado acima, deve estar no início de cada fluxo que você queira que tenha essa lógica de atendimento
{% endhint %}

## <mark style="color:green;">FLUXO PRONTO</mark>

**BOM DIA, BOA TARDE, BOA NOITE**\
<https://app.botconversa.com.br/share-flow?share_code=8aa9af62-4943-4eec-98c0-7a517ac70581>


---

# 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/tutoriais/cumprimentar-com-bom-dia-boa-tarde-e-boa-noite.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.
