# Queue Priority

This feature allows higher priority queue calls to be routed before lower priority queue calls. The higher the priority number, the higher the priority of the queue. If multiple queues have the same priority, the calls are routed equally. The queue priority number range is 1-1000. This is enabled and configured for each queue in the queue edit page.

For example, an organization has two queues with the same agents assigned to each. Queue A has a priority level of 2 and queue B has a priority level of 1. There are multiple calls waiting in both queues. In this scenario all of queue A's calls will be routed to agents before queue B's calls are routed.


---

# 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://cc.docs.landis.cloud/appendix/queue-priority.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.
