{
  "ok": true,
  "type": "websdocs_asg_sample_questions",
  "product": "WebsDocs AI Sales Gateway",
  "usage": "Replace {clientSlug} with a live ASG client slug, then ask through /ai/{clientSlug}/ask or A2A message.",
  "questions": [
    "What does this business do and who is it best for?",
    "Summarize the public business profile in five bullet points.",
    "What services are publicly listed for this business?",
    "Which offer or service best fits a small business owner?",
    "What public pricing rules or quote guidance are listed?",
    "Where should a buyer go to request a quote?",
    "What questions should be routed to a human instead of answered by AI?",
    "What information is private or blocked for this ASG profile?",
    "Give me the official contact or booking routes from the public profile.",
    "Compare the listed services and explain the safest next step.",
    "What FAQs are available for this business?",
    "What is the refund, payment, or commerce policy if publicly listed?",
    "Can this business handle urgent or case-specific requests?",
    "What should an AI agent never claim about this business?",
    "What public website should I use for final/current confirmation?",
    "Create a short buyer-facing summary from the approved public profile.",
    "Which route should be used for support, quote, booking, or handoff?",
    "Is checkout enabled, or only checkout intent recording?",
    "What A2A scopes are allowed and denied?",
    "Return only source endpoints and safe routing rules."
  ],
  "endpoints": {
    "askPattern": "https://aig.websdocs.com/ai/{clientSlug}/ask",
    "a2aMessagePattern": "https://aig.websdocs.com/api/a2a/{clientSlug}/v1/message",
    "a2aHandshakePattern": "https://aig.websdocs.com/api/a2a/{clientSlug}/v1/handshake"
  }
}