Back to Guides
Beginner10 min read

Build Your First AI Chatbot

Learn how to create, train, and deploy your first AI chatbot in under 10 minutes. No coding required - just follow these simple steps.

What You'll Learn

Create an AI agent from scratch
Train it with your business content
Customize the personality and tone
Deploy to website and WhatsApp
1

Sign Up & Create Account

Start by creating your Agent Rush account. You'll get a 14-day free trial with access to all features.

  • Go to agentrush.in and click 'Start Free Trial'
  • Enter your email and create a password
  • Verify your email address
  • Complete your business profile

Pro tip: Use your business email for better deliverability when connecting WhatsApp later.

2

Create Your First Agent

Navigate to the Agents section and create a new AI agent. Give it a name and define its purpose.

  • Click 'New Agent' from your dashboard
  • Enter a name (e.g., 'Support Bot')
  • Select your industry template
  • Define the agent's primary purpose

Pro tip: Start with a specific use case like 'Order Status' rather than trying to handle everything at once.

3

Train with Your Content

Upload your FAQs, product information, or website URL to train the AI on your business.

  • Enter your website URL for auto-training
  • Upload PDF documents or FAQ sheets
  • Add custom Q&A pairs for specific scenarios
  • Review and edit the generated knowledge base

Pro tip: The more specific your training data, the better your AI will perform. Focus on your top 20 most common questions first.

4

Customize Personality & Tone

Set your agent's personality, language preferences, and response style to match your brand.

  • Choose a communication style (formal, friendly, professional)
  • Set greeting and fallback messages
  • Configure supported languages
  • Add brand-specific terminology

Pro tip: Keep responses conversational and helpful. Avoid robotic or overly formal language.

5

Test Your Agent

Use the built-in chat preview to test your agent before going live.

  • Open the 'Test Chat' panel
  • Try common customer questions
  • Test edge cases and complex queries
  • Refine training based on results

Pro tip: Test with real questions from your support inbox. This reveals gaps in training quickly.

6

Deploy to Your Channels

Add the chat widget to your website and connect WhatsApp or Telegram.

  • Copy the embed code for your website
  • Paste it before the </body> tag
  • Connect WhatsApp Business API
  • Set up Telegram bot (optional)

Pro tip: Start with just website chat, then expand to WhatsApp once you're confident with the AI's performance.

Website Widget Code

Copy this code snippet and paste it before the closing </body> tag on your website.

<!-- Add this before </body> tag -->
<script>
  (function(w,d,s,l,i){w[l]=w[l]||[];
  w[l].push({'agentId': 'YOUR_AGENT_ID'});
  var f=d.getElementsByTagName(s)[0],
  j=d.createElement(s);j.async=true;
  j.src='https://widget.agentrush.in/loader.js';
  f.parentNode.insertBefore(j,f);
  })(window,document,'script','AgentRush','ar');
</script>

Ready to build your chatbot?

Start your free trial and build your first AI agent in minutes.