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
Start from the Console home
The first time in, the home screen offers three ways to begin: Describe it, Start from a template, and Start blank. Once you have an agent, Agents → New agent opens the same picker.
Choose “Start from a template”
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”
Your first agent takes you back to the Console home with a Say hello card. From your second agent on, you land on that agent’s own page instead.
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” in the sidebar
Click “Create Knowledge”
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 chat workspace
Click Open in workspace on the Say hello card — or Start chat on the agent’s page
Ask a question
Try: “What features does your product have?”
Review the response
Your agent should answer using information from your knowledge
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
✅ 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 usage & billing →
Explore Use Cases
See what else you can build with Auteryn. Browse solutions →
Go to Knowledge → 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, 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 →