Chatbot Quick Start
Install your chatbot on your website with one line of code, or a one-click platform connect.
Before you begin
Once your chatbot is built and tested, putting it on your site takes one line of code. This is the short version, the full guide is Publish Your Chatbot.
Install with the snippet
Copy your install code
In your chatbot's Publish tab, select Copy install code. It looks like this, with your own chatbot's ID:
<script async data-chatbot="YOUR_CHATBOT_ID" src="https://chat-flow.app/chatflow-chatbot.js"></script>You can find your Chatbot ID on the Publish tab.
Paste it into your site
Add the snippet just before the closing </body> tag on every page where the widget should appear. ChatFlow watches for it and confirms when the widget goes live.
Or use a one-click platform connect
If your site is on a supported platform, you can connect it without touching code:
| Platform | Guide |
|---|---|
| WordPress | WordPress integration |
| Wix | Wix integration |
| Webflow | Webflow integration |
| Shopify | Shopify integration |
| Magento | Magento integration |
Verify it's working
Open your site (an incognito window avoids cached results), confirm the chat widget appears, send a test message, and check that it shows up under Conversations in your dashboard.
