> For the complete documentation index, see [llms.txt](https://docs.arcware.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcware.cloud/arcware-cloud-platform/getting-started-with-arcware-cloud/creating-and-managing-your-projects/project-dashboard/project-settings/queue.md).

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