Easy Integration Guide

Add your AI chatbot to any website in minutes. Choose your platform and follow the simple integration steps.

Copy & Paste Integration

Three Simple Steps

Get your chatbot running on any platform

1
Get Your Code

We'll provide you with your unique chatbot ID and API base URL after setup.

2
Choose Platform

Select your website platform from the examples below and copy the integration code.

3
Add & Deploy

Paste the code into your website and deploy. Your chatbot will be live instantly!

Platform Integration Examples

Choose your platform and copy the code

HTML/Static Website
Add to any HTML website or static site
<!-- Add this before closing </body> tag -->
<script>
  window.CHATBOT_ID = 'YOUR_CHATBOT_ID_HERE';
  window.CHATBOT_API_BASE = 'https://example-chatbot-website.com';
</script>
<script src="https://example-chatbot-website.com/embed.js"></script>
Important Notes

Replace Placeholder Values:

  • Replace YOUR_CHATBOT_ID_HERE with your actual chatbot ID
  • Replace https://example-chatbot-website.com with your API base URL

Best Practices:

  • Always add the scripts before the closing </body> tag
  • Test the integration on a staging environment first
  • The chatbot will automatically appear on all pages where the script is loaded

Need Help with Integration?

Our team is here to help you get your chatbot up and running quickly.