You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the Ask AI gif, add light/dark variants for the picker and settings
toggle, and drop the routing-instructions image (the settings screenshot
already shows it).
Copy file name to clipboardExpand all lines: guides/ai-agents/ai-router.mdx
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,8 @@ The router compares each agent's description, instructions, data access, and ver
16
16
The router only chooses **between agents the user can already access**. It never widens an agent's data access or bypasses permissions — it only changes *which* of the user's available agents answers a given question.
17
17
</Note>
18
18
19
-
{/* TODO: add screenshot of the "Ask AI" router landing page (hero input + "Finding the right agent…" state) */}
20
19
<Frame>
21
-
<imgsrc="/images/guides/ai-agents/ai-router-ask-ai.png"alt="Ask AI router landing page" />
20
+
<imgsrc="/images/guides/ai-agents/ai-router-ask-ai.gif"alt="Ask AI router landing page" />
22
21
</Frame>
23
22
24
23
## When the router runs
@@ -27,9 +26,9 @@ The router needs **at least two agents you can access** in a project. With a sin
27
26
28
27
When the router is confident, it routes your question straight to the best agent and starts the conversation. When it isn't, it shows a short picker with the recommended agent highlighted so you can choose.
29
28
30
-
{/* TODO: add screenshot of the "Which agent should answer?" picker with the Recommended badge */}
If you've set a [default agent](/guides/ai-agents/using-ai-agents#faqs), it opens first even when the router is enabled. Pick **Auto** from the agent dropdown to let the router decide instead.
@@ -55,9 +54,9 @@ The router is configured at the **organization level** and requires **Organizati
55
54
</Step>
56
55
</Steps>
57
56
58
-
{/* TODO: add screenshot of the Ask AI → General settings page showing the "Enable AI features for users" and "AI Router" toggles */}
59
57
<Frame>
60
-
<imgsrc="/images/guides/ai-agents/ai-router-settings-toggle.png"alt="AI Router toggle in Ask AI general settings" />
58
+
<imgclassName="block dark:hidden"src="/images/guides/ai-agents/ai-router-settings-toggle.png"alt="AI Router toggle in Ask AI general settings" />
59
+
<imgclassName="hidden dark:block"src="/images/guides/ai-agents/ai-router-settings-toggle-dark.png"alt="AI Router toggle in Ask AI general settings" />
61
60
</Frame>
62
61
63
62
## Routing instructions
@@ -76,11 +75,6 @@ By default the router decides on its own, but you can give it **routing instruct
76
75
</Step>
77
76
</Steps>
78
77
79
-
{/* TODO: add screenshot of the Routing instructions editor with an @-tagged agent */}
-**Rules are advisory.** They guide the router's choice but **never override an agent's access restrictions**. A rule can only point to agents the user can already access.
0 commit comments