> For the complete documentation index, see [llms.txt](https://doc.3va.app.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.3va.app.br/documentacao/atendimento.md).

# Atendimento

O módulo de **Atendimento** da **plataforma** foi projetado para otimizar e simplificar o gerenciamento das interações com clientes via WhatsApp. A plataforma permite que as equipes de atendimento realizem ações como iniciar, assumir, transferir e concluir atendimentos de forma ágil e eficaz. Além disso, o sistema oferece funcionalidades adicionais como o uso de chatbots, o envio de diferentes tipos de mensagens, e a personalização de painéis, para tornar o atendimento ainda mais dinâmico e personalizado.

A seguir, abordaremos cada uma dessas funcionalidades, mostrando como utilizá-las para proporcionar uma experiência de atendimento de qualidade e garantir a melhor interação possível com os seus clientes.

<table data-view="cards"><thead><tr><th>Title</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td>Central de Atendimento</td><td><a href="/pages/07a4c9fa3b6acbee1f409bacb8a01c28c5490e84">/pages/07a4c9fa3b6acbee1f409bacb8a01c28c5490e84</a></td></tr><tr><td>Operações no Atendimento</td><td><a href="/pages/c4d6b93251f3b344c6aa3d1f390ad30ea10ae1ff">/pages/c4d6b93251f3b344c6aa3d1f390ad30ea10ae1ff</a></td></tr><tr><td>Ferramentas de Interação</td><td><a href="/pages/0ff8d1bb9288c1d11967c312d558a3f4b779ce21">/pages/0ff8d1bb9288c1d11967c312d558a3f4b779ce21</a></td></tr><tr><td>Integração com o CRM</td><td><a href="/pages/6f6391d18f6b777dc4e1cfd7cb4fce91a33ccfa7">/pages/6f6391d18f6b777dc4e1cfd7cb4fce91a33ccfa7</a></td></tr><tr><td>Grupos do Whatsapp</td><td><a href="/pages/f78e59b11243c696d73582b6b0822af357b067e0">/pages/f78e59b11243c696d73582b6b0822af357b067e0</a></td></tr></tbody></table>


---

# 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://doc.3va.app.br/documentacao/atendimento.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.
