Drop files here or click to browse
Supports PDF, TXT, CSV files (Max 50MB each)
Or paste text directly:
Knowledge Base
Review Recent Responses
Provide Feedback
Original Response:
Select a response above to provide feedback
Bot Persona / System Prompt
Define the bot's persona and behavior (polite, concise, professional, examples).
Web Scraper
Import content from any website directly into your knowledge base. Scraping happens on the server—no CORS issues!
Enter Website URL
Automatically extracts the main article content and removes menus, ads, and other clutter
Tips for best results
- Works best with articles, blog posts, documentation, and product pages
- Automatically extracts the main content and removes ads, menus, and sidebars
- Preview and edit the content before adding to your knowledge base
- Use full URLs like:
https://example.com/blog/article-title - Scraped content counts towards your word limit
Integrate Your Bot
Add your AI assistant to any website using these integration methods. Choose the method that best fits your needs.
Floating Chat Widget
A floating chat bubble that appears in the corner of your website. Perfect for general support and lead generation.
Installation Code
<!-- Add this before closing </body> tag -->
<script>
window.chatbotConfig = {
userId: 'Loading...',
baseUrl: 'Loading...',
botName: 'AI Assistant',
greeting: 'Hi! How can I help you today?',
primaryColor: '#4F46E5',
position: 'bottom-right'
};
</script>
<script src="Loading..." defer></script>
Test Your Integration
Use this test page to see how your bot will look on external websites.
Open Test PageInline Iframe Embed
Embed the chat as a fixed element within your page content. Ideal for dedicated support pages or help centers.
Embed Code
<!-- Add this where you want the chat to appear -->
<iframe
src="Loading..."
width="100%"
height="600"
frameborder="0"
allow="clipboard-write"
style="border: 1px solid #e5e7eb; border-radius: 8px;"
></iframe>
Integration Guide
1. Choose Your Integration Method
Select between the floating widget (recommended for most sites) or the iframe embed (best for dedicated pages).
2. Customize Appearance
Use the configuration options above to match your brand. Changes to bot name, colors, and position are reflected in the generated code.
3. Copy and Paste
Copy the generated code and paste it into your website's HTML. For the widget, add it before the closing </body> tag. For the iframe, add it where you want the chat to appear.
4. Test Your Integration
Use the test page to preview how your bot will appear and function on external websites before deploying to production.
Advanced: API Integration
For custom implementations, you can use the API endpoint directly:
POST Loading...
Content-Type: application/json
{
"query": "Your question here"
}
Account Settings
View your account information and usage