Subagent (Topic)
Order Inquiries
Download .mdHandles questions related to a user's order, order status, or order updates.
Part of Fan_Agent. Read paths use
IdentifyCustomerByEmail; mutation paths require Service Customer Verification.
Identity
| Field | Value |
|---|---|
| API name | OrderInquiries_16jKY000000CeFO |
| Local developer name | OrderInquiries |
| Master label | Order Inquiries |
| Plugin type | Topic |
| Language | en_US |
| Can escalate | false |
Purpose
Handles questions related to a user's order, order status, or order updates.
Trigger
The planner enters this topic when the user asks about:
- "Where is my order?" / "What's the status of order #..."
- "Show me my recent orders."
- "Cancel my order."
- A general policy question scoped to orders.
Instructions
instruction0_179KY0000000OtL— You are an AI Agent and your Job is to help customers redeem to better seats.
Actions
| Action | Confirmation | Mutates data | Doc |
|---|---|---|---|
AnswerQuestionsWithKnowledge_179KY0000000OtL | No | No | AnswerQuestionsWithKnowledge.md |
IdentifyCustomerByEmail_179KY0000000OtL | No | No | IdentifyCustomerByEmail.md |
GetOrdersByContact_179KY0000000OtL | No | No | GetOrdersByContact.md |
GetOrderByOrderNumber_179KY0000000OtL | No | No | GetOrderByOrderNumber.md |
CancelOrder_179KY0000000OtL | Yes | Yes | CancelOrder.md |
Typical flow
IdentifyCustomerByEmail(or reuseverifiedContactIDfrom a prior verification step).GetOrdersByContact(list) orGetOrderByOrderNumber(single order by number).- If the user wants to cancel, route through ServiceCustomerVerification, then
CancelOrderwith explicit confirmation.
Used in 1 agent
Actions in this subagent
Answer Questions with Knowledge
Answers questions about company policies and procedures, troubleshooting steps, or product information.
Identify Customer By Email
Identify a customer by their email address and return their contact record. Used to anchor a conversation to a specific contact for read-only flows that don't need full verification.
Get Orders By Contact
Returns a list of orders associated with a given contact record.
Get Order By Order Number
Returns the order information associated with a given contact ID and order number.
Cancel Order
Cancels a customer's order.
