> For the complete documentation index, see [llms.txt](https://docs.hablla.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hablla.com/hablla/atendimento/finalizacao-de-atendimento-em-massa.md).

# Finalização de Atendimento em Massa

#### Opção disponível apenas para usuários com permissão de Administradores

Em Atendimentos > Histórico de atendimentos, há o ícone ![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXe7kq4WGgvS8Q_sIVNVTkfXQHoYB7MCosLJKD4bMxK3tZ2FvfmToQr35PTF1X0EznUjdhAiUIUizCEUC0UdE5Tx6PQsma9zvLPNvwePa5yuUrxNj4JLOC2L8Rm-4SUZITpLkd0H?key=J7adDEWOlkruv_EDAS1q4Q) onde é possível finalizar atendimentos simultâneos.

De primeiro momento o botão fica indisponível para clique pois é necessário informar um filtro pelo qual os atendimentos serão finalizados (é obrigatório selecionar um setor e um status, os demais filtros são personalizados)

&#x20;Exemplo:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdJcU2tFhiCk3JrkCNzzfeIMSBweY8dAJ8UtOvU9c7SouW0DN8BlSFX6BirDW-v8RX_3HauLPF67uUTyL2S0c16eoVGNdT8AGJN-utDQ5ABSf8Frm6nIm92IcJyhO1MsoM6xZJwQw?key=J7adDEWOlkruv_EDAS1q4Q" alt=""><figcaption></figcaption></figure>

\* pode ser selecionado mais de uma opção de Status do atendimento para ser finalizado:

<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe4uOtfV064Dr6UQz2lknxl7GzCDDe6BSTDgP72OQEaXEbHYiJiQnCu6cQF6McR7SIN2d57GbxxAPadYLs3EIG0dcfIOW1-UtPaKJcQ0fXzGHLk6DEf1BEv363pkUXygVWVN2bchQ?key=J7adDEWOlkruv_EDAS1q4Q" alt=""><figcaption></figcaption></figure>

\* Setores são feitos apenas um por vez

Após selecionar os filtros, o botão fica disponível:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcH9ry748Xeccvuzzk97UYTuV1dppClqVv9JxrEviCuYvdlTr5AHpCimAM6iAKe-agrDSK_EsCnvGzYjH5nCet8fOTI6aPCKPSs8Sw__nsuEmd8thOZhXRw58YGsTOPgRCtMquj?key=J7adDEWOlkruv_EDAS1q4Q" alt=""><figcaption></figcaption></figure>

É obrigatório selecionar um motivo para a finalização e fazer confirmação através do preenchimento do campo PROSSEGUIR:

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

\* Não é possível liberar essa funcionalidade para usuários (mesmo com permissão personalizada)

<br>


---

# 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.hablla.com/hablla/atendimento/finalizacao-de-atendimento-em-massa.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.
