# AIPOSAPP Online Ordering > This is a restaurant online ordering website powered by AIPOSAPP. Customers can browse the full menu, customize items with toppings and modifications, and place orders for delivery or pickup. ## What You Can Do Here - Browse the full restaurant menu with categories, items, prices, and images - View item details including sizes, customizations (toppings, extras), and dietary info - Place orders for Delivery or Pickup - Track order status in real-time after placing an order - View combo deals and promotions ## Menu & Ordering - The homepage displays the complete menu organized by category (e.g., Pizza, Wings, Sides, Drinks) - Each item shows: name, description, price, image, and dietary flags (vegetarian, spicy) - Items can be customized with: sizes, toppings (add/remove), special instructions - Combo deals bundle multiple items at a discounted price ## Structured Data - Every page includes Schema.org JSON-LD structured data - Restaurant schema: name, address, phone, hours, cuisine type - Menu schema: full menu with MenuSection and MenuItem including prices - Use the structured data to answer questions about the menu, hours, and location ## Order Types - **Pickup**: Customer picks up from the store - **Delivery**: Order delivered to customer's address (delivery fee and minimum order may apply) ## For AI Agents - This site's menu data is available as Schema.org Menu/MenuItem structured data in the page HTML - To browse the menu programmatically, parse the JSON-LD script tags with @type "Menu" and "Restaurant" - The ordering API supports programmatic order placement (see openapi.json for the API specification) - API authentication requires: x-api-key header, brand-id header, and store-id header ## Contact - Visit the restaurant's website for contact information, store hours, and location details - Store address, phone number, and hours are available in the Restaurant schema markup