Skip to main content

Bots

What you'll learn
  • What bots are and how they differ from AI agents
  • The available bot types in AutoTalk
  • When to use a bot instead of an AI agent

Bots are flow-based automated assistants that follow pre-designed conversation scripts. Unlike AI agents that use large language models to generate dynamic responses, bots follow structured flows built in external platforms like Typebot or Botpress.

Bots are ideal when you need a strict, step-by-step guided experience such as intake forms, surveys, appointment booking wizards, or compliance-driven conversations.

Bots vs. AI Agents

FeatureBotsAI Agents
Response styleFollows a pre-built flowGenerates dynamic responses
Best forStructured, predictable conversationsOpen-ended Q&A and support
SetupVisual flow builder (Typebot / Botpress)LLM configuration with system messages
FlexibilityFixed paths with branchingAdapts to any customer input

Available bot types

TypeDescription
TypebotIntegrates with Typebot, an open-source visual chatbot builder
BotpressConnects to a Botpress bot hosted on Botpress Cloud
Botpress Self-hostedConnects to a self-hosted Botpress instance on your own infrastructure

Next steps

  • Typebot -- Set up a Typebot flow-based bot
  • Botpress -- Connect a Botpress bot