> For the complete documentation index, see [llms.txt](https://help.windmillsoft.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.windmillsoft.kr/en/simplychat/salesforce-setup-guides/setting-up-auto-response/setting-up-auto-response-in-salesforce/connecting-to-a-consultant-when-the-button-is-clicked/displaying-the-queue-status.md).

# Displaying the queue status

### Turning on the queue display feature

1. Before setting up auto-response, click on the gear icon in the top right corner and then click on 'Setup'.
2. Enter 'Custom Setting' in the Quick Find box and click on it.

<figure><img src="/files/eIpVNqzadX7aerYDwuaB" alt=""><figcaption></figcaption></figure>

3. Click on the 'Manage' button next to SC\_Setup.

<figure><img src="/files/9hID3hlZCQ5kbmPNT3q0" alt=""><figcaption></figcaption></figure>

4. Change 'Enabled waiting list display' to True and then click the Save button.

<figure><img src="/files/muIzN5fJrL8XBweRuntf" alt=""><figcaption></figcaption></figure>

### Setting up the queue message

The setup for the consultant connection message is the same as before.

In the message, display the number of people with {{n}}.

If there are multiple consultant connection messages, please prioritize them using Priority to specify the order.

<figure><img src="/files/GQ9UpuvgAjJ1xNADpnIp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vPaUvyNIbVZwxnSxfMf2" alt=""><figcaption><p>When there are people waiting</p></figcaption></figure>

<figure><img src="/files/vwCZBl1TiSPdcDwb62Ye" alt=""><figcaption><p>When there are no people waiting</p></figcaption></figure>

{% hint style="warning" %}
If there are **no people waiting** when a customer clicks "Connect to a consultant," **the auto-response displaying the queue status will not be shown**. Therefore, it's **essential to include a default consultant connection message**.
{% endhint %}


---

# 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://help.windmillsoft.kr/en/simplychat/salesforce-setup-guides/setting-up-auto-response/setting-up-auto-response-in-salesforce/connecting-to-a-consultant-when-the-button-is-clicked/displaying-the-queue-status.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.
