# Routing Rules

Routing Rules determine how reviews are automatically directed to the appropriate queue. These rules use conditions based on the review, user, or content attributes. If no conditions match, reviews are sent to the **Default Queue**.

Examples:

* **Language Rule:** If the language of the content is "Spanish", direct the review to the **Spanish Queue**.
* **Priority Rule:** If the priority is "Urgent" or "High", send the review to the **High Priority Queue**.

Routing rules provide flexibility, allowing administrators to define logic that aligns with their moderation workflow.

<figure><img src="/files/jegqq2SO2lZi3Y2Y08VX" alt=""><figcaption><p>Queue routing rules</p></figcaption></figure>

### Create and configure routing rules

1. **Access Routing Rules:**
   * Click on the **Routing Rules** button in the Review Queues section.
2. **Add a New Rule:**
   * Click **Add Rule** and define a condition. For example:
     * Condition: `Priority` = `Urgent or High`
     * Queue: **High Priority Queue**
3. **Edit Existing Rules:**
   * Click on a rule to modify its conditions or assigned queue.
4. **Test and Save Rules:**
   * Ensure rules cover all necessary scenarios.
   * Click **Save** to apply the changes.

<figure><img src="/files/WHzO9V6l0J9hUg5Sw5jq" alt=""><figcaption><p>Set up a routing rule</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.lassomoderation.com/review-queues/routing-rules.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.
