# Review Queues

Review Queues provide a powerful way to organize and streamline the content moderation process by categorizing reviews into specific queues based on their attributes. This feature allows administrators to create multiple queues, each tailored to specific needs, and assign them to moderators with the right expertise.

For instance:

* A **"Spanish Queue"** can be created for content requiring Spanish-speaking moderators.
* A **"High Priority Queue"** can ensure urgent or high-priority reviews are processed promptly.

Administrators can configure each queue with a custom name and either assign all moderators or specify particular ones. The routing of reviews into these queues is controlled by [**Routing Rules**](/review-queues/routing-rules.md).

<figure><img src="/files/EFxcq0ovlgvBoqk2qjJ4" alt=""><figcaption><p>Review Queue Overview</p></figcaption></figure>

### **Create and Configure Review Queues**

1. **Navigate to the Queues Section:**
   * In the moderation platform dashboard, click on the **Review** section.
2. **Create a New Queue:**
   * Click the **+** button to create a new queue.
   * Provide a descriptive name for the queue (e.g., "Spanish Queue", "High Priority Queue").
3. **Assign Moderators:**
   * Choose whether **All Moderators** can access this queue or select specific moderators.
4. **Save the Queue:**
   * Once configured, click **Save** to add the queue to your list.

### Example Video

{% embed url="<https://www.youtube.com/watch?v=Mkv8PCfL8_c>" %}
Example of how to set up a review queue with rules
{% endembed %}


---

# 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.lassomoderation.com/review-queues.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.
