What it does on a call
Knows the menu
Answers “what’s on the supreme?” and “how much is a large?” from your real menu — no guessing.
Checks the delivery area
Before promising delivery, it checks the caller’s address against your zone and offers pickup if it’s out of range.
Takes the order
Collects items, size, and any notes, reads the total back, and confirms.
Sends it to the kitchen
Posts the finished order to your kitchen display or order system the moment it’s confirmed.
How it’s built
Three pieces on one agent:Load the menu as knowledge
Add your menu (a URL, a PDF, or pasted text) as knowledge. The agent
answers menu and price questions from it.
Add a delivery-area check
Add a free geo skill with the
check_service_area action — your shop
address as the origin and your delivery radius. The agent asks for the address and confirms
coverage before taking a delivery order.Delivery-area skill
Geometry is free — you’re only charged when the agent has to look up a caller’s address. See the
full build in Take an order with a delivery check.