Documentation Index
Fetch the complete documentation index at: https://docs.chatcrafterai.com/llms.txt
Use this file to discover all available pages before exploring further.
Your First Agent in 10 Minutes
Ready to build your first AI agent? This guide walks you through creating a live, working agent in just 10 minutes. No coding required.What You’ll Build
By the end of this guide, you’ll have a working AI agent that:- Greets customers who visit your site
- Answers basic questions
- Collects contact information
- Lives on your website (or other channels)
Prerequisites
- A ChatCrafterAI account (free to create)
- 5 minutes of time
- A web browser
Step 1: Sign Up (1 minute)
If you already have an account, skip to Step 2. First time?- Go to ChatCrafterAI.com
- Click “Sign Up” in the top right
- Enter your email address
- Create a password
- Click “Create Account”
- Check your email for verification link
- Click the link to verify
- Done! You now have a free ChatCrafterAI account
Step 2: Create a New Agent (1 minute)
Starting from dashboard:- Click “Create Agent” button (big blue button, usually top right)
- Choose your path:
- “Start Blank” - For this guide, choose this (no template)
- (Alternatively: “Use Template” for pre-built agent structure)
- Give it a name:
- Example: “Customer Support Agent”
- Example: “Sales Assistant”
- Example: “FAQ Agent”
- Use something that describes what your agent does
- Click “Create”
Step 3: Add a Welcome Message (2 minutes)
This is the message customers see when they open chat. In the agent editor:- Click “Agent Personality” or “Settings” (may vary by UI)
- Find “Welcome Message” field
- Enter a friendly message:
Or:
- Save changes
- Use your brand voice
- Keep it short (1-2 sentences)
- Include action buttons if you want users to choose options
Step 4: Add Knowledge (Optional but Recommended)
Now teach your agent about your business. This takes 2-3 minutes. Option A: Upload a Document- Click “Knowledge Base” in sidebar
- Click “Upload Document”
- Upload a file:
- PDF of your FAQ
- Word doc with policies
- Text file with product info
- Give it a name: “FAQ 2024”
- Click Upload
- Wait 1-2 minutes for processing
- Click “Knowledge Base”
- Click “Add Website”
- Paste your website URL: www.yoursite.com
- Click “Crawl”
- Wait 5-10 minutes for agent to learn from your site
- Your agent doesn’t need knowledge to work
- Start simple, add knowledge later
- Users can still chat with your agent
Step 5: Select Template or Skip (30 seconds)
After adding knowledge (or skipping), you’ll see the template selection screen. Choose your approach:-
Use a Template - Pre-built conversation flows for common scenarios
- Lead Capture Template - Collect names, emails, phone numbers
- Product Inquiry Template - Answer product questions with buttons
- Appointment Booking Template - Let customers book appointments
- Support Ticket Template - Create and track support requests
- Select one that matches your use case
-
Skip Templates - Start with a basic agent
- Click “Skip” or “Create Without Template”
- Your agent will use AI-only mode (pure conversation)
- You can add templates later from Rich Message Builder
Step 6: Test Your Agent (1 minute)
Before going live, test it!- Click “Chatlab” (top right)
- Chat appears at bottom right
- Type a test message:
OR
- Test different messages to make sure it works
- Close Chatlab when done
Step 7: Deploy to Your Website (1 minute)
Make your agent visible to real customers. Deploy to Web Widget:- Click “Channels” in sidebar
- Click “Add Channel” → “Web Widget”
- Choose customization (colors, position, etc.)
- Copy the embed code (looks like:
<script src="..."...) - Paste into your website:
- If you use WordPress: Paste into a Code block
- If you use Shopify: Paste into theme.liquid or apps
- If you’re technical: Paste before
</body>tag in HTML - If you don’t know: Ask your developer to add it
Step 8: Start a Conversation (Test Live)
- Go to your website
- Look for the chat widget (usually bottom right corner)
- Click it
- Chat with your agent
- It should respond!
What’s Next?
Improve your agent:- Add more Knowledge Base - Upload more documents or crawl more of your site
- Create Flows - Build buttons and guided conversation paths
- Integrate Stripe - Accept payments through chat
- Integrate Shopify - Let customers view products
- Monitor Analytics - See what customers ask
- Best Practices - How to build effective agents
- Common Scenarios - Real-world use cases
- Agent Management - Advanced agent configuration
- Knowledge Base - Teach your agent more
Troubleshooting
Agent not responding?- Refresh the page
- Check internet connection
- Make sure you clicked “Save” after changes
- Check you copied the embed code correctly
- Make sure code is before
</body>tag - Wait 5 minutes for code to activate
- Try in incognito/private window (clears cache)
- Add better knowledge base content
- Make sure your FAQ/documents are clear
- Rephrase confusing sections
- See Best Practices for tips
- Check Knowledge Base guide
- Contact support in app
You did it! You now have a live AI agent. Time to improve it. Check out Best Practices next.