> For the complete documentation index, see [llms.txt](https://ajuda.norux.chat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.norux.chat/admin/configuracao-e-administracao/carencia-pos-atendimento.md).

# Carência pós-atendimento

## Carência pós-atendimento

{% hint style="info" %}
**Disponível para o perfil:** Administrador\
**Onde configurar:** Configurações → Gerais → Carência pós-atendimento
{% endhint %}

Quando ativada, esta configuração faz com que o atendimento **reabra automaticamente em Abertos** para o colaborador que atendeu, caso o cliente responda dentro do período definido após o encerramento — sem passar pelo chatbot.

Após o fim da carência, a resposta do cliente volta ao fluxo normal (fila de pendentes e chatbot).

***

#### Como configurar

1. Acesse **Configurações → Gerais**
2. Localize a seção **Carência pós-atendimento**
3. Ative o toggle — o campo **Tempo de carência** será exibido
4. Informe o tempo desejado
5. Salve

***

#### Como funciona na prática

| Cenário                                   | O que acontece                                                                                                            |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| **Pesquisa de satisfação em aberto**      | A nota enviada pelo cliente é registrada normalmente e a conversa permanece encerrada                                     |
| **Conversa encerrada pelo robô**          | Não reabre — a resposta do cliente volta para o robô                                                                      |
| **Encerrada pela lista por outra pessoa** | Reabre para quem encerrou, não para quem atendeu originalmente                                                            |
| **Atendente offline**                     | Se a redistribuição automática estiver ativa, a conversa reaberta pode ser direcionada para outro atendente               |
| **Palavra-chave de fluxo**                | Se a resposta do cliente contiver uma palavra que ativa um fluxo, o robô pode assumir a conversa mesmo durante a carência |
| **Grupos e canal Webchat**                | A carência **não funciona** em grupos nem no canal Webchat                                                                |

***


---

# 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.norux.chat/admin/configuracao-e-administracao/carencia-pos-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.
