# AskQA > AskQA continuously verifies that your website's critical user flows — checkout, login, sign-up, add-to-cart — actually work. It drives a real browser the way a customer would, on a schedule, and sends one calm alert with a screenshot when something breaks. No test authoring and no dashboards required: you set it up through an AI assistant using natural language. AskQA is built to be operated by AI assistants over MCP (Model Context Protocol). Connect it to Claude (Desktop, Code) or any MCP client, then ask things like "is checkout working?" or "monitor the add to cart on my Shopify store". The assistant inspects the page, writes and validates the test, schedules it, and wires up alerts. - API base URL: https://api.askqa.ai - MCP package: `@askqa/mcp` (https://www.npmjs.com/package/@askqa/mcp) - Get an API key from your account page after signing in. ## Docs - [Documentation](https://askqa.ai/docs): MCP installation, environment variables, tools, notifications, secrets, and the test-mode header. - [Pricing](https://askqa.ai/pricing): Plans and limits. - [Live demo / preview](https://askqa.ai/preview): Try a test run in the browser without signing up. ## MCP tools - `list_tests`, `get_test`, `create_test`, `update_test`, `delete_test`: Manage saved tests. - `run_test`, `get_test_results`, `get_test_screenshots`: Run tests and inspect results. - `heal_test`: Diagnose a test that broke because the site's layout changed and repair its selectors without changing the test's logic. - `list_templates`, `detect_template`: Discover templates (e.g. shopify-cart, quick-checks) and generate selectors for a site. - `screenshot_url`, `validate_test`: Inspect a page and dry-run custom Playwright code before saving. - `schedule_test`, `list_schedules`, `update_schedule`, `delete_schedule`: Recurring schedules. - `add_notification_channel`, `list_notification_channels`, `remove_notification_channel`, `test_notification_channel`: Email, Telegram, and Slack alerts. - `get_org_secret`, `rotate_org_secret`: Manage the X-AskQA-Secret test-mode header value. ## Use cases - [Shopify add-to-cart monitoring](https://askqa.ai/use-cases/shopify-add-to-cart): Verify the buy button and cart work after theme updates, app conflicts, or Shopify rollouts. - [Website health check](https://askqa.ai/use-cases/website-health-check): Load the site in a real browser, validate the SSL certificate, and scan for JavaScript errors — beyond a 200 uptime ping. - [All use cases](https://askqa.ai/use-cases): Browse monitoring scenarios. ## Company - [About](https://askqa.ai/about): What AskQA is and why it exists. - [Contact](https://askqa.ai/contact): Get in touch with the team. - [Privacy Policy](https://askqa.ai/privacy) - [Terms of Service](https://askqa.ai/terms) - [Refund & Cancellation Policy](https://askqa.ai/refund) ## Optional - [llms-full.txt](https://askqa.ai/llms-full.txt): Full documentation in a single file, including code examples for secrets and the test-mode header.