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.

1

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.
2

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:

Plain Text
PDF Documents
URL ScrapingComing Soon
Example: Plain Text Training Data
"Welcome to Karigari Luxe. We are a premium brand specializing in handmade woolen clothes crafted with traditional techniques. Our winter collection includes sweaters, scarves, and beanies. We offer pan-India shipping which typically takes 5-7 business days. Custom orders require a 50% advance payment and are non-refundable..."
3

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.

4

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.

5

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.

index.html
<!-- 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.