# Queue Skills

Navigate to Queues & IVRs | Queues | Select queue | Edit | Enable Skills Routing | Select Routing Type.

Routing types for Skills:

| Routing Type | Description                                                                                                                                 |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------- |
| Serial       | Alerts are sent to agents based on best match to least match. In case of equal agents, they are alerted in a system generated random order. |
| Longest Idle | Alerts are sent to agents based on best match to least match. In case of equal agents, they are alerted based on longest idle.              |

Navigate to the skills tab | select the required skill category(s) | On a scale of 1 - 1000, set the level of importance for each skill category in the field below each category.

{% hint style="info" %}
More than one skill category can be set to a high level of importance. For example, you would like to route all calls to an English speaking agent in the sales department.
{% endhint %}


---

# 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/skills-based-routing/queue-skills.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.
