# Pop-Up Chat On Idle

This feature allow you to see pop-up conversation chat and only works for chats that are directly handled by the agent without going through a bot.

For example, when the agent is idle and no chat conversation that is active or open. Then, the agent receives a new entry ticket, the pop-up chat conversation will open automatically, such as image below.

![Pop-Up Chat On Idle](/files/-MT4d7QoKQnWqnDsh4Uc)

## Enter to Send Chat

This feature allows you to send text in the message box by simply tapping ***‘Enter‘***.


---

# Agent Instructions: 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:

```
GET https://docs.3dolphins.ai/5.1.x/administration/system-setting/ticket-configuration/pop-up-chat-on-idle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
