Customize Your Agent
Fine-tune instructions, add more knowledge sources, and adjust behavior. Learn more →
This interactive tutorial walks you through creating, testing, and deploying your first Auteryn agent. By the end, you’ll have a working support agent deployed to your website.
Time Required: 10 minutes
Prerequisites: None (we’ll create everything together)
Sign up at console.auteryn.ai
No credit card required. You get 500 free credits to start.
Verify your email
Check your inbox and click the verification link.
Complete onboarding
Answer 3 quick questions about your use case (optional but helps us personalize your experience).
Time: 2 minutes
Click “Create Agent” in the dashboard
Choose a template or start from scratch
For this tutorial, select “Customer Support Agent”
Name your agent
Example: “Support Bot” or “Help Assistant”
Write instructions - Tell your agent what to do (see example below)
Click “Create Agent”
Example instructions:
You are a helpful customer support agent for [Your Company].
Your role:- Answer questions about our product features- Help users troubleshoot common issues- Guide users to relevant documentation- Escalate complex issues to human support
Tone: Friendly, professional, and helpfulTime: 2 minutes
Your agent needs information to answer questions. Let’s connect your documentation.
Go to “Knowledge Bases” in the sidebar
Click “Create Knowledge Base”
Choose a source:
Crawl your website:
Upload documents:
Connect existing docs:
Link to your agent
Time: 3 minutes
Before deploying, let’s make sure it works.
Open the Test Console
Click “Test” in your agent dashboard
Ask a question
Try: “What features does your product have?”
Review the response
Your agent should answer using information from your knowledge base
Test edge cases
Refine if needed
Time: 2 minutes
Now let’s make your agent live!
Go to “Deploy” → “Web Widget”
Customize appearance
Copy the embed code - You’ll see something like the example below
Add to your website
Paste the code before the closing </body> tag in your HTML
Test it live
Visit your website and click the chat widget
Example embed code:
<script src="https://widget.auteryn.ai/v1/widget.js"></script><script> Auteryn.init({ agentId: 'your-agent-id', position: 'bottom-right' });</script>Time: 1 minute
You’ve successfully created and deployed your first AI agent!
✅ Created an Auteryn account
✅ Built a customer support agent
✅ Connected a knowledge base
✅ Tested your agent
✅ Deployed to your website
Customize Your Agent
Fine-tune instructions, add more knowledge sources, and adjust behavior. Learn more →
Add More Channels
Deploy to Slack, WhatsApp, Telegram, or use the API. See options →
Monitor Performance
Track conversations, gather feedback, and improve over time. View analytics →
Explore Use Cases
See what else you can build with Auteryn. Browse solutions →
Go to Knowledge Bases → Select your KB → Click “Sync Now”. Changes appear within minutes.
Yes! Create different agents for different purposes (support, sales, internal tools).
Go to your agent dashboard → “Conversations” tab. You can review, rate, and learn from every interaction.
The agent learns from your knowledge base, so keeping it updated is key.
Configure escalation rules in agent settings. When triggered, the agent can:
</body>Now that you have the basics, explore advanced features:
Ready to build something amazing? Explore the docs →