---
title: "Why are Conversations being routed to the wrong Inbox?"
slug: "why-are-conversations-being-routed-to-the-wrong-inbox"
updated: 2026-04-30T16:36:44Z
published: 2026-04-30T16:36:44Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.gladly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Why are Conversations being routed to the wrong Inbox?

If Conversations are landing in an Inbox you did not intend, the most common cause is **Rule sort order**.

Only the first Rule that assigns an Inbox will execute for a given Trigger. If a less restrictive Rule is sorted above a more restrictive one, the less restrictive Rule matches first and assigns the Inbox — preventing the more specific Rule below it from firing.

**How to fix this:**

1. Open your Rules page and review the sort order.
2. Identify which Rule is assigning the Inbox. You can check the Conversation Timeline for a specific Conversation to see which Rule fired.
3. Move your more restrictive Rules (those with more specific Conditions) above the less restrictive Rules.

For example, if you have a Rule that routes Conversations containing "exchange" to the Exchanges Inbox and another Rule that routes all email Conversations to the General Inbox, the "exchange" Rule must be sorted above the General Inbox Rule. Otherwise, the General Inbox Rule matches first and the "exchange" Rule never fires.

See [Rules Sort Order Importance](/product-docs/docs/rules-sort-order-importance) for a detailed explanation of how sort order affects Rule execution.
