AI Agent Management
Deploy
Add your chatbot to a website or ecommerce storefront.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available QwryAI pages before exploring further.
Before You Deploy
Deployment makes the chatbot available to customers, so complete the quality checks first. The chatbot should answer core questions, escalate correctly, and match the website where it will appear.
- Data sources are processed.
- Playground tests pass for common questions.
- Appearance matches your brand.
- Lead forms and escalation settings are configured.
- Billing and usage limits are ready for expected traffic.
- Review setup before copying the embed code.
- Use a private test page if you want to verify before public launch.
Deployment Method
- Open the selected chatbot.
- Go to Deploy.
- Copy the embed code.
- Paste the code into your website, theme, CMS, or tag manager.
- Publish your site changes.
- Open the live website and send a test message.
<script>
window.qwryaiSettings = {
chatbotId: "YOUR_CHATBOT_ID",
workspaceId: "YOUR_WORKSPACE_ID"
};
</script>
<script src="https://cdn.qwry.ai/widget.js" async></script>- Test from the same domain customers use.
- Confirm the conversation appears in QwryAI.
Troubleshooting
| Problem | What to check |
|---|---|
| Widget does not appear | Confirm the embed code is complete, published, and not blocked by the site theme or CSP. |
| Wrong chatbot appears | Confirm the embed key belongs to the selected chatbot and workspace. |
| Widget appears but does not answer | Check chatbot active state, plan status, credits, and message limits. |
| Conversation missing in QwryAI | Confirm the live domain uses the latest published script and the correct environment. |
- Confirm the embed code was copied completely.
- Confirm the website change was published.
- Check that the chatbot is active.
- Make sure the embed key belongs to the correct chatbot.
- Check browser console errors if the widget does not load.
| Deployment area | Launch check |
|---|---|
| Chat widget | Display name, initial message, suggested messages, placeholder, feedback, copy button, notices, footer, and embed method are configured. |
| Website embed | The script is published on the live customer-facing page, not only in a preview editor. |
| Connected channels | Email, Slack, Zapier, WhatsApp, Messenger, Instagram, Telegram, and Shopify routes are tested separately when enabled. |
| Attachments | Images, PDFs, file count, file size, PDF page count, and unsupported formats are handled before launch. |