Skip to content

Interactive Quickstart Tutorial

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)


  1. Sign up at console.auteryn.ai

    No credit card required. You get 500 free credits to start.

  2. Verify your email

    Check your inbox and click the verification link.

  3. Complete onboarding

    Answer 3 quick questions about your use case (optional but helps us personalize your experience).

Time: 2 minutes


  1. 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.

  2. Choose “Start from a template”

    For this tutorial, select “Customer Support Agent”

  3. Name your agent

    Example: “Support Bot” or “Help Assistant”

  4. Write instructions - Tell your agent what to do (see example below)

  5. 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 helpful

Time: 2 minutes


Your agent needs information to answer questions. Let’s connect your documentation.

  1. Go to “Knowledge” in the sidebar

  2. Click “Create Knowledge”

  3. Choose a source:

Crawl your website:

  • Enter your website URL
  • Set max pages (start with 50)
  • Click “Start Crawl”
  • Wait 1-2 minutes for indexing
  1. Link to your agent

    • Go back to your agent settings
    • Under “Knowledge”, select the one you just created
    • Click “Save”

Time: 3 minutes


Before deploying, let’s make sure it works.

  1. Open the chat workspace

    Click Open in workspace on the Say hello card — or Start chat on the agent’s page

  2. Ask a question

    Try: “What features does your product have?”

  3. Review the response

    Your agent should answer using information from your knowledge

  4. Test edge cases

    • Ask something not in your docs (should say “I don’t know”)
    • Ask for help (should offer to escalate)
    • Test different phrasings
  5. Refine if needed

    • Update instructions if responses aren’t quite right
    • Add more content to knowledge
    • Adjust tone or behavior

Time: 2 minutes


Now let’s make your agent live!

  1. Go to “Deploy” → “Web Widget”

  2. Customize appearance

    • Choose colors to match your brand
    • Set position (bottom right, bottom left)
    • Upload your logo (optional)
    • Write welcome message
  3. Copy the embed code - You’ll see something like the example below

  4. Add to your website

    Paste the code before the closing </body> tag in your HTML

  5. 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 →


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.

  1. Review the conversation
  2. Update your knowledge with correct information
  3. Refine agent instructions
  4. Test again

The agent learns from your knowledge, so keeping it updated is key.

Configure escalation rules in agent settings. When triggered, the agent can:

  • Send a Slack notification
  • Create a ticket in your helpdesk
  • Transfer to live chat
  • Send an email alert

  • Check that the script is before </body>
  • Clear your browser cache
  • Check browser console for errors
  • Verify your agent is “Active” in dashboard
  • Ensure knowledge is synced
  • Check that content is indexed (takes 1-2 minutes)
  • Review agent instructions for clarity
  • Test with simpler questions first

Now that you have the basics, explore advanced features:

  1. Agent Instructions Guide - Write better prompts
  2. Knowledge Best Practices - Optimize your data
  3. Deployment Options - Deploy to more channels
  4. Use Case Examples - See what others have built

Ready to build something amazing? Explore the docs →