# Queue

This feature displays a queue position and an estimated waiting time to users when hosted on Arcware Cloud. For developers creating a custom frontend using the WebRTC, queue events need to be implemented individually. Additionally, the new WebSDK includes built-in queue management functionality.

## Enabling the Queue

The Queue setting is disabled by default, you can enable it by switching the toggle to on.

<figure><img src="/files/fznbVt7YkjIOHuODP16w" alt=""><figcaption><p>Queue option</p></figcaption></figure>

## Default Queue window

The usesrs being queued will see their position in the queue, as shown below.

<figure><img src="/files/BcXcvnFsHSPhdP2EVKCR" alt=""><figcaption><p>Default Queue window</p></figcaption></figure>

{% hint style="info" %}
By default the platform will show the default **Queue Window** on Preview and Share links.
{% endhint %}

## Customizing the queue window

To customise the design to your needs, you have to use the WebSDK.\
For more details about the WebSDK queue handler, check out this section : [Events handlers](/web-integration/new-websdk/in-depth/events-handlers.md)

***

That was all about the Queue feature, have fun utilizing it :)

## YouTube explanatory video | Queueing

{% embed url="<https://youtu.be/j1zcJY7Tmq0?si=d-BRlbaq-RYQrWR9&t=3146>" %}


---

# 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.arcware.cloud/arcware-cloud-platform/getting-started-with-arcware-cloud/creating-and-managing-your-projects/project-dashboard/project-settings/queue.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.
