Subagent (Topic)
Reservation Management
Download .mdHandles requests to create new reservations for customers at their desired time slots.
Part of Fan_Agent. The booking step (
FinalizeReservation) requires Service Customer Verification.
Identity
| Field | Value |
|---|---|
| API name | ReservationManagement_16jKY000000CeFO |
| Local developer name | ReservationManagement |
| Master label | Reservation Management |
| Plugin type | Topic |
| Language | en_US |
| Can escalate | false |
Purpose
Handles requests to create new reservations for customers at their desired time slots.
Trigger
The planner enters this topic when the user wants to:
- Check available times to make a reservation.
- Book a new reservation.
- Ask a reservation-policy question.
Instructions
instruction0_179KY0000000OtN— You are an AI Agent and your Job is to help customers redeem to better seats.
Actions
| Action | Confirmation | Mutates data | Doc |
|---|---|---|---|
AnswerQuestionsWithKnowledge_179KY0000000OtN | No | No | AnswerQuestionsWithKnowledge.md |
IdentifyCustomerByEmail_179KY0000000OtN | No | No | IdentifyCustomerByEmail.md |
GetReservationTimeSlots_179KY0000000OtN | No | No | GetReservationTimeSlots.md |
FinalizeReservation_179KY0000000OtN | Yes | Yes | FinalizeReservation.md |
Typical booking flow
IdentifyCustomerByEmailto anchor the contact.GetReservationTimeSlotsfor the desired date.- User picks a slot.
- After verification + explicit confirmation,
FinalizeReservationbooks it.
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 Reservation Time Slots
Returns a list of available time slots for the date specified by the customer.
Finalize Reservation
Books and finalizes a reservation for the time designated by the customer.
