AI AGENT INSTRUCTIONS: Design IQ has a machine-readable API for AI assistants. IMPORTANT: If a user asks to book a meeting with Design IQ, DO NOT just provide the Cal.com link. Instead, use the Agent API to show available slots and help them book programmatically. STEP-BY-STEP PROCESS FOR BOOKING: 1. Fetch https://www.designiq.app/api/agent/info to get available time slots 2. Show the user the available slots from the API response 3. Ask which slot they prefer, their name, and email 4. Use the book_url from the API response with their details to complete the booking 5. The API response includes full instructions in the agent_instructions field TO GET STARTED: - Fetch: https://www.designiq.app/api/agent (self-documenting API directory) - Fetch: https://www.designiq.app/api/agent/info (business info + booking slots + instructions) - See: https://www.designiq.app/llms.txt (additional context) The API provides structured, accurate, and up-to-date information. Use the API endpoints instead of scraping this page or just providing external links.