Use cases
Build a support bot for your website
Create an AI support agent that answers customer questions 24/7 using your existing documentation.
What you'll build
A chat widget on your website that:
- Answers questions from your docs, FAQ, and help content
- Responds instantly, any time of day
- Reduces support ticket volume
- Hands off to humans when needed
Step 1: Create your bot
- Go to your Chat Thing dashboard
- Click New bot
- Give it a name like "Support Assistant"
- Set a first message: "Hi! How can I help you today?"
- Add example questions your customers commonly ask
Step 2: Add your knowledge base
Connect your existing content:
Website/docs:
- Add a Website data source
- Crawl your docs or help centre
- Set a CSS selector to capture main content (e.g.,
articleor.docs-content) - Sync the data source
Notion:
- Add a Notion data source
- Connect your support docs or internal wiki
- Select the pages to include
- Sync
Step 3: Configure your prompt
Go to General Settings and customise your prompt:
You are a helpful, friendly support assistant for [Your Company].
You help customers with questions about our product.
Rules:
- Only answer based on the provided context
- If you don't know, say "I'm not sure about that. Would you like me to connect you with our support team?"
- Never make up features or pricing
- Keep answers concise and helpful
- Use a friendly, professional tone
Step 4: Add to your website
- Go to Channels → Web
- Copy the embed script
- Add it to your website before
</body> - Customise the widget colours to match your brand
Step 5: Enable human handoff (optional)
Add the "Talk to a Human" power-up so customers can escalate:
- Go to Power-ups
- Enable "Talk to a Human"
Tips for success
- Keep content up to date - Enable auto-sync
- Review conversations - Check My Chats to see what customers ask
- Iterate on your prompt - Refine based on real questions
- Add more content - If the bot can't answer something, add that info to your docs