Quick Start Guide
Welcome to the chat11 documentation. This guide will walk you through the entire process of setting up your account, training your custom AI model, and deploying it to your production website.
Account & Business Setup
To begin, navigate to the Dashboard and create an account. You will be prompted to enter basic details about your business. This foundational data helps the AI understand your industry context before deep training begins.
- Register using email and password.
- Input your Company Name and core operational industry.
Training Your AI
The intelligence of your chatbot depends entirely on the data you provide. In the "Knowledge Base" tab, you can upload your business context.Currently supported formats:
Customizing Appearance
Your chatbot should feel like a native extension of your brand. Navigate to the "Appearance" tab to select your primary brand color using a HEX code. This color will be applied to the chat header, user message bubbles, and the floating launcher icon.
Verification & Approval
Once you submit your data, your bot enters the Pending state. To maintain high service quality and prevent abuse, our system runs a quick verification on your submitted context.
Upon approval, a highly secure, unique Bot API Key is generated exclusively for your account. You will receive instructions in your dashboard immediately.
Widget Integration
After approval, you can deploy the chatbot to your live environment. Copy the script tag from your dashboard and paste it right before the closing </body> tag of your website.
<!-- Include this in your HTML --><script src="https://chat11.cdn.elevenxsolutions.com/widget.js" data-bot-id="YOUR_APPROVED_KEY" async ></script>
That's it. Your autonomous agent is now live.