# Online food ordering site This website hosts a restaurant menu and online ordering experience for pickup, table orders, and delivery where enabled. Important page patterns: - /{tabletId}: restaurant menu, categories, food items, prices, images, pickup and delivery entry point. - /{tabletId}/{productId}: food item detail page with description, image, price, options, and ordering controls. - /{tabletId}/checkout: checkout flow for customers who are placing an order. - /{tabletId}/{orderId}/status: order status page for a specific customer order. Recommended AI agent usage: - Use menu and product pages when answering questions about available food, prices, restaurant location, pickup, and delivery. - Treat checkout and status pages as transactional pages for the current customer session. - Prefer the page metadata and JSON-LD structured data embedded in menu and product pages for restaurant, menu, and product facts.