Skip to main content
Beyond the initial routing, agents need a deeper set of Instructions for their overall strategy and how they handle information. These are managed in the Instructions tab.

Strategizing

These instructions guide the agent on how to break down complex problems before taking any action. You can define:
  • Multi-step reasoning paths.
  • Checklists the agent must follow before calling a specific tool.
  • Prioritization logic for handling conflicting goals.

Result Processing

Instructions on how the agent should interpret and synthesize the output from various capabilities. This ensures that the final response to the user is coherent, accurate, and aligned with the original intent, even after multiple nested subagent calls.

Next