Tutorial
Building a Chatbot with AI Chatbot Builder
AI Chatbot Builder lets you build a GPT-4-powered chatbot without writing a single line of ML code. Let's build a customer support bot.
Create a knowledge base
Upload your documentation (PDF, Markdown, HTML) to the knowledge base. The system automatically chunks, embeds, and indexes it for retrieval-augmented generation.
Define intents
Create intents for common queries: order status, refund requests, technical support. Each intent can have a custom prompt template or route to a specific knowledge base section.
Configure handoff
When the bot confidence score drops below your threshold (default: 0.7), or when a user asks for a human, the conversation is transferred to your live agent queue.
Deploy
<script src="https://cdn.nexatech.io/chatbot/v2/embed.js"
data-bot-id="YOUR_BOT_ID"></script>
Paste this snippet before </body> and you're live.