# Waiting queues

To keep users waiting if all connected operators are at their maximum capacity (handling simultaneous conversations), it is possible to set up a waiting queue system.

When the user requests access to the livechat, they will be placed in the waiting queue if the operator is unavailable due to ongoing conversations.

A message will inform the user that they are in the waiting queue. They will then have the option to leave the waiting queue and continue chatting with your bot if they wish.

<figure><img src="/files/hwOB3jpu951wmxtLjtWI" alt="" width="325"><figcaption></figcaption></figure>

When the advisor finishes their current conversation, the new conversation in the waiting queue will appear on their desk, and they will be able to take it on.


---

# 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-en.dydu.ai/livechat/dydu-livechat/dydu-livechat-setup/waiting-queues.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.
