> For the complete documentation index, see [llms.txt](https://digisac.gitbook.io/manual-digisac-2-0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digisac.gitbook.io/manual-digisac-2-0/chat-de-atendimento/aba-chats.md).

# Aba Chats

A **Aba Chats** é o local onde os atendimentos individuais dos [usuários ](/manual-digisac-2-0/mais-opcoes/usuarios.md)são exibidos, como uma fila individual. Ela reúne todas as conversas em andamento, permitindo que cada operador acompanhe e responda seus próprios chamados.

Os atendimentos chegam à aba Chats a partir do momento que o atendente responde uma mensagem de um chamado que estava na [Fila de Atendimento](/manual-digisac-2-0/chat-de-atendimento/aba-fila.md), ou por **transferência direta**, quando um usuário encaminha o chamado diretamente para o usuário e departamento em questão.

Essa aba representa aonde vai realmente acontecer todo o bate papo entre atendente e contato.

<figure><img src="/files/jmwrcvt6eOYyslHw90xC" alt="" width="386"><figcaption></figcaption></figure>

{% hint style="success" %}
Assim como na aba fila, é possível **ordenar os chamados** de acordo com suas preferências, podendo ser:&#x20;

* Mais antigos;
* Mais recentes;
* Maior tempo de espera;
* Menor tempo de espera.
  {% endhint %}

Assim como as outras abas, a aba Chats também possui as funcionalidades de:

1. **Visualizar chamados:** Exibe todas as conversas que aguardam atendimento.
2. **Pesquisar contatos:** Localize rapidamente pelo nome ou número ou utilizando filtros.

<figure><img src="/files/K9cwV46EWyrTExldKNeH" 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://digisac.gitbook.io/manual-digisac-2-0/chat-de-atendimento/aba-chats.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.
