# Prioritize Conversations

## Overview

Effective workload management often necessitates prioritizing conversations to ensure urgent matters are attended to promptly, while less critical issues are handled efficiently. The Live Agent Engine's priority feature enhances this process by enabling you to assign priority levels to each conversation. This functionality simplifies the identification of conversations that need immediate attention from those that can be deferred, optimizing your time and resources.

The four priority levels are:

* Low
* Medium
* High
* Urgent

## Set a Priority

<figure><img src="/files/9hs3aFAX10yXBpUoe7vo" alt="" width="280"><figcaption><p>Priority Dropdown Window in the Actions &#x26; Insights Column</p></figcaption></figure>

1. Find your desired conversation and select it.
2. Click on the priority dropdown in the Actions & Insights column.
3. Select the priority.&#x20;
4. Once assigned, you can see the priority in the conversation list, as well as an activity in your conversation area.

<figure><img src="/files/ysmHnqkGctkPg1MuG0qU" alt="" width="287"><figcaption><p>Priority Indicated in the Conversation List</p></figcaption></figure>

## Filter By Priority

Agents can quickly filter and sort conversations by **priority** in their dashboard.&#x20;

1. While in your "All" or "Mine" column, tap the sort icon.
2. Select your status (we recommend "Open" to see your unresolved conversations).
3. Tap the "Order By" dropdown and select "Priority".

<figure><img src="/files/L9G8b1OLryF3w9QDimdD" alt="" width="434"><figcaption><p>Filter &#x26; Sort By Priority</p></figcaption></figure>


---

# 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.satisfilabs.com/resource-center/live-agent-engine/agent-overview/prioritize-conversations.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.
