Getting Started with AI Agent
Create and deploy your first AI Agent in minutes with this step-by-step guide.
Prerequisites
Before creating your AI Agent, ensure you have:
- ✓A Blocktell account (sign up at blocktell.com/signup)
- ✓Your website URL or documents ready for training
- ✓Basic understanding of your target audience and use cases
Step 1: Create Your AI Agent
Navigate to your dashboard and click "Create New Chatbot" to start the setup wizard.
Basic Information
Step 2: Train Your AI Agent
Your AI Agent learns from the content you provide. Add one or more data sources:
Website Crawler
Automatically extract content from your website
We'll crawl up to 50 pages from your domainFile Upload
Upload documents, PDFs, or text files
Drag & drop files or click to browse
Step 3: Configure AI Behavior
Step 4: Test Your AI Agent
Before deploying, test your AI Agent in the playground to ensure it responds correctly.
Playground Preview
Open Full Playground →What are your business hours?
Our business hours are Monday through Friday, 9 AM to 6 PM EST. We also offer 24/7 support through this chat assistant!
Step 5: Deploy to Your Website
Add the widget code to your website to make your AI Agent available to visitors.
Installation Code
<!-- Blocktell AI Chat Widget -->
<script>
(function(b,l,o,c,k,t,e,l,l) {
b['BlocktellChat'] = k;
b[k] = b[k] || function() {
(b[k].q = b[k].q || []).push(arguments)
};
t = l.createElement(o);
t.async = 1;
t.src = c;
e = l.getElementsByTagName(o)[0];
e.parentNode.insertBefore(t, e);
})(window, document, 'script',
'https://app.blocktell.com/widget.js', 'btChat');
btChat('init', {
botId: 'YOUR_BOT_ID',
position: 'bottom-right',
primaryColor: '#10b981'
});
</script>🎉 Congratulations!
Your AI Agent is now live and ready to assist your customers. Here's what you can do next: