Create Sub Agents
Last updated: June 6, 2026
Sub agents define how Aissist handles specific scenarios.
Use them to detect intent, apply targeted instructions, trigger actions, and control handoff to humans.
Sub agents can also link to assets or actions for the workflow they handle.
What sub agents do
Sub agents help you:
organize conversations by scenario
add contextual instructions only when needed
link the right assets and actions
control whether Aissist replies, drafts, hands off, stops, or closes conversations
generate summary notes
For example, an order_tracking sub agent can detect shipping questions, check order status, and return tracking details.

Create a sub agent
Go to the sub agent creation screen and define:
a clear scenario
optional contextual instructions
linked assets or actions
optional context, task, summary, and acknowledgement fields
session behavior for reply, no response, or closure

Detection trigger
Choose when Aissist should detect the sub agent.
Inbound — detect based on the user message.
Outbound — detect based on Aissist's reply.
Use Inbound for user intents like returns or order status.
Use Outbound for outcomes like human transfer.
Scenario
The scenario is the condition that triggers the sub agent.
Write it in simple language.
Examples:
user wants to make a returnuser asks where their order isuser wants to cancel an order
Instructions
Instructions in a sub agent are contextual.
They apply only when that sub agent is detected.
Use them for scenario-specific handling, such as:
ask for the order number
check the return reason
share the return policy
tell the user a human will review the request
Session controls
No Response for Current Interaction
Aissist ignores the current interaction and does not reply.
Use this for spam, no-reply emails, and out-of-office messages.
No Response After Current Interaction
Aissist responds once, then stops replying later in the same conversation.
Use this when you want to hand off after the current step.
You can combine this with gateway handover rules to send the conversation to the right human team.
Close
This closes the ticket or conversation when the sub agent is triggered.
Best practice
Start with a small set of high-value sub agents.
Build one for each major workflow, test it in real conversations, then expand over time.
Last updated



