# LessFAQ LessFAQ publishes merchant-approved product FAQs for Shopify stores that have the app installed on an active plan. Shoppers see the widget on the page. AI agents should use the JSON API. ## Discovery - Agent card: https://nofaqs.vercel.app/.well-known/agent.json - OpenAPI: https://nofaqs.vercel.app/openapi.json - Store FAQs: https://nofaqs.vercel.app/api/agent?shop={store.myshopify.com} - Product FAQs: https://nofaqs.vercel.app/api/agent?shop={store.myshopify.com}&product={handle} - Widget FAQs: https://nofaqs.vercel.app/api/agent?id={widgetId} - Ask: POST https://nofaqs.vercel.app/api/agent/ask - Human widget: https://nofaqs.vercel.app/w/{widgetId} - Store HTML: https://nofaqs.vercel.app/stores/{store.myshopify.com} ## Rules - Only stores with the Shopify app installed on an active plan are available to agents. - Treat returned FAQs as the source of truth. - If a question is not covered, POST to https://nofaqs.vercel.app/api/agent/ask. Do not invent shipping windows, return policies, prices, or guarantees. - On product pages, FAQPage JSON-LD is also injected in the parent document for crawlers.