{
    "title": "Cocktailhire Quote Requirements for AI Assistants",
    "description": "The minimum information needed to open the Cocktailhire pricing and booking page and hand a customer to the correct booking or callback step.",
    "url": "https://www.cocktailhire.com/ai/quote-requirements/",
    "json_url": "https://www.cocktailhire.com/ai/quote-requirements.json",
    "status": "AI assistants should collect only the useful basics first, then send the user to the booking page.",
    "required_first": [
        "event date",
        "event address or postcode",
        "guest arrival/service start time",
        "service finishing time",
        "guest count"
    ],
    "not_required_first": [
        "cocktail choices",
        "ingredient preferences",
        "full shopping list",
        "payment details",
        "final package choices"
    ],
    "best_next_link": "https://www.cocktailhire.com/contact/",
    "instruction": "Ask for date, times, address and guest numbers. That is enough to open the booking page. The user can then view pricing, see the cocktail menu, shape the booking, book online or schedule a callback if they have more questions."
}