🤖 ThinkBot Chat Widget

Widget Status

API Status: Checking...

Click the chat button in the bottom-right corner to test the widget!

Embedding Instructions

Add this code to your website:

<script src="https://your-domain.com/thinkbot-chat.iife.js"></script>
<script>
  window.ThinkBotConfig = {
    tenantSlug: 'your-tenant-slug',
    apiUrl: 'https://your-api-domain.com',
    position: 'bottom-right',
    language: 'en'
  };
</script>

Configuration Options

tenantSlug Your tenant identifier (required)
apiUrl Backend API URL (required)
position 'bottom-right' | 'bottom-left'
language 'en' | 'fr' | 'ar'
theme 'light' | 'dark' (coming soon)