Subagent (Topic)

Order Inquiries

Download .md

Handles 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

FieldValue
API nameOrderInquiries_16jKY000000CeFO
Local developer nameOrderInquiries
Master labelOrder Inquiries
Plugin typeTopic
Languageen_US
Can escalatefalse

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_179KY0000000OtLYou are an AI Agent and your Job is to help customers redeem to better seats.

Actions

ActionConfirmationMutates dataDoc
AnswerQuestionsWithKnowledge_179KY0000000OtLNoNoAnswerQuestionsWithKnowledge.md
IdentifyCustomerByEmail_179KY0000000OtLNoNoIdentifyCustomerByEmail.md
GetOrdersByContact_179KY0000000OtLNoNoGetOrdersByContact.md
GetOrderByOrderNumber_179KY0000000OtLNoNoGetOrderByOrderNumber.md
CancelOrder_179KY0000000OtLYesYesCancelOrder.md

Typical flow

  1. IdentifyCustomerByEmail (or reuse verifiedContactID from a prior verification step).
  2. GetOrdersByContact (list) or GetOrderByOrderNumber (single order by number).
  3. If the user wants to cancel, route through ServiceCustomerVerification, then CancelOrder with explicit confirmation.

Used in 1 agent

Actions in this subagent