Installation
Installation
Add AI Chat Assist to your website in 2 minutes.
Good to know: AI Chat Assist works on any website or CMS with a single scriptβno coding required.
What You Need Before Installation
Make sure:
- Your chatbot is created and launched
- You have admin access to your website or CMS
π Havenβt created a chatbot yet? Start with the Quick Start Guide.
Universal Installation (Works Everywhere)
This recommended method works for:
- Custom websites
- WordPress, Shopify, Wix, Webflow
- HTML / React / Vue / Next.js
- Any CMS that supports custom code
Step 1: Copy Your Script
Each chatbot has a unique key. Use this snippet:
<ai-assist-bot></ai-assist-bot>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Open-infotech/AiAssistJsLibForWeb@feature/version2.0/src/v1/40_prod/styles.css">
<script
id="helper"
src="https://cdn.jsdelivr.net/gh/Open-infotech/AiAssistJsLibForWeb@feature/version2.0/src/v1/40_prod/bundle.js?key=YOUR_BOT_KEY">
</script>
π Replace YOUR_BOT_KEY with the key from your dashboard.
Step 2: Paste the Script
Add the snippet just before the closing </body> tag of your site. Thatβs itβyour chatbot will appear automatically.
Step 3: Test the Installation
- Open your website in a browser.
- Refresh the page and look for the chat widget (bottom corner).
- Send a test message to confirm everything works.
CMS-Specific Installation Guides
Follow these platform-specific steps if you prefer guided instructions.
WordPress
Theme editor or plugin-based install
Shopify
Add script via theme.liquid
Wix
Use Custom Code injection
Webflow
Paste snippet in Footer Code
Squarespace
Code Injection panel steps
Ghost & Others
Works with Ghost, Framer, Bubble, and more
WordPress
Option 1: Theme Editor (Recommended)
- WordPress Admin β Appearance β Theme File Editor
- Open
footer.php - Paste the script before
</body> - Click Update File
Option 2: Plugin (No Code)
- Install Insert Headers and Footers or WPCode
- Paste the script in the Footer section
- Save changes
Shopify
- Shopify Admin β Online Store β Themes
- Click β― β Edit Code
- Open
theme.liquid - Paste the script before
</body> - Save
Wix
- Wix Dashboard β Settings β Custom Code
- Click Add Custom Code
- Paste the script
- Choose Load on All Pages, placement Body β End
- Save and publish
Webflow
- Webflow Dashboard β Project Settings
- Go to Custom Code
- Paste the script in Footer Code
- Save and publish
Squarespace
- Squarespace Dashboard β Settings β Developer Tools β Code Injection
- Paste the script inside the Footer injection area
- Click Save and reload your site
Ghost, Framer, Bubble & More
- Ghost: Settings β Code Injection β Footer pane β paste script β Save
- Framer: Settings β General β Code Injection β Footer β paste script β Publish
- Bubble / No-Code Builders: Use the HTML or Header/Footer embed block and paste the snippet, then deploy changes
React / Next.js / SPA Sites
Inject the script in your main layout/component:
useEffect(() => {
const script = document.createElement('script');
script.src = 'https://cdn.jsdelivr.net/gh/Open-infotech/AiAssistJsLibForWeb@feature/version2.0/src/v1/40_prod/bundle.js?key=YOUR_BOT_KEY';
script.async = true;
document.body.appendChild(script);
}, []);
Common Installation Questions
What Happens After Installation?
- Conversations start appearing in the dashboard
- Leads are collected automatically
- Analytics begin tracking
- Workflows and FAQs respond instantly
What to Do Next
Dashboard Overview
Learn how to navigate and use insights
Workflow Builder
Build guided conversations and lead forms
Need Help?
- Review Common Setup Mistakes
- Visit Help & Support
- Contact our support team anytime
