> ## Documentation Index
> Fetch the complete documentation index at: https://help.hoopai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AI agents

> Conversation AI, Voice AI, Knowledge Base, Content AI, Reviews AI, flow-based builder, bot training, and AI dashboard.

The HoopAI Platform includes a suite of AI-powered agents that handle customer interactions across chat, voice, and content channels — reducing manual work while keeping every interaction on-brand.

<Frame caption="AI Agents — conversation AI, voice AI, knowledge base, and content AI tools">
  <img src="https://mintcdn.com/hoopai-84ec0cdc/XJ0T_i1eGn0rhbtc/images/ai-agents-conversation-ai-0-image.png?fit=max&auto=format&n=XJ0T_i1eGn0rhbtc&q=85&s=d4ea463bf357b939e37ea29f6c63e591" alt="AI Agents overview" width="1590" height="706" data-path="images/ai-agents-conversation-ai-0-image.png" />
</Frame>

<CardGroup cols={2}>
  <Card title="Conversation AI" icon="robot" href="/ai-agents/conversation-ai">
    Deploy chat bots that answer questions, book appointments, and collect contact information automatically
  </Card>

  <Card title="Train your bot" icon="graduation-cap" href="/ai-agents/train-your-bot">
    Add knowledge sources, Q\&A pairs, and training data to improve bot accuracy
  </Card>

  <Card title="Conversation AI dashboard" icon="chart-line" href="/ai-agents/conversation-ai-dashboard">
    Monitor bot performance, conversation volume, and handoff rates across all channels
  </Card>

  <Card title="Flow-based builder" icon="diagram-project" href="/ai-agents/flow-based-builder">
    Build structured conversation flows with branching logic and conditional paths
  </Card>

  <Card title="Conversation AI actions" icon="bolt" href="/ai-agents/conversation-ai-actions">
    Configure what the bot can do — book appointments, stop the bot, hand off to a human, and more
  </Card>

  <Card title="Bot settings" icon="gear" href="/ai-agents/bot-settings">
    Set bot name, personality, tone, and channel assignments
  </Card>

  <Card title="Voice AI" icon="phone-volume" href="/ai-agents/voice-ai">
    AI-powered inbound and outbound calling agents that handle real conversations over the phone
  </Card>

  <Card title="Knowledge base" icon="book-open" href="/ai-agents/knowledge-base">
    Train your AI agents with custom knowledge sources so they always give accurate answers
  </Card>

  <Card title="Content AI" icon="wand-magic-sparkles" href="/ai-agents/content-ai">
    Generate on-brand marketing copy, images, and text with AI-assisted content tools
  </Card>

  <Card title="Reviews AI" icon="star" href="/ai-agents/reviews-ai">
    Automatically respond to Google Business Profile reviews using AI — set tone, guidelines, and choose auto-pilot or human-approval mode
  </Card>
</CardGroup>

## Getting started

<Steps>
  <Step title="Create a bot">
    Go to **AI Agents > Conversation AI** and click **Create Bot**. Give it a name, set the personality and tone, and select which channels it will operate on (SMS, live chat, Facebook, Instagram).
  </Step>

  <Step title="Build your knowledge base">
    Open **AI Agents > Knowledge Base** and add knowledge sources — upload documents, paste URLs, or write Q\&A pairs. Assign the knowledge base to your bot so it draws on accurate information.
  </Step>

  <Step title="Train your bot">
    Go to **AI Agents > Train Your Bot** and review suggested Q\&A pairs, correct any inaccurate responses, and add edge cases. The more training data you provide, the better the bot performs.
  </Step>

  <Step title="Configure bot actions">
    Open **AI Agents > Conversation AI Actions** to define what the bot can do mid-conversation — book a calendar appointment, collect contact information, stop the bot and hand off to a human, or fire a workflow.
  </Step>

  <Step title="Go live and monitor">
    Publish your bot and monitor performance in **AI Agents > Conversation AI Dashboard**. Review conversation logs, handoff rates, and adjust training data based on real interactions.
  </Step>
</Steps>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="What is the difference between Suggestive mode and Auto-Pilot mode?">
    In Suggestive mode, the bot drafts a reply that a human agent reviews and sends. In Auto-Pilot mode, the bot sends replies automatically without human review. Suggestive mode is a good starting point when setting up a new bot so you can review its accuracy before enabling full automation.
  </Accordion>

  <Accordion title="Which channels does Conversation AI support?">
    Conversation AI supports SMS, live chat (website widget), Facebook Messenger, and Instagram Direct Messages. Each channel can be configured independently so you can run the bot on some channels while keeping human agents on others.
  </Accordion>

  <Accordion title="How does Voice AI differ from Conversation AI?">
    Conversation AI handles text-based channels. Voice AI handles phone calls — it can answer inbound calls, conduct outbound calls, and hold natural voice conversations using speech-to-text and text-to-speech. Both types of agents draw on the same knowledge base.
  </Accordion>

  <Accordion title="Can the bot book appointments?">
    Yes. Add the **Book Appointment** action in Conversation AI Actions. The bot will check calendar availability and create an appointment directly in the platform, sending confirmation to the contact.
  </Accordion>

  <Accordion title="How do I hand off from the bot to a human agent?">
    Configure a **Stop Bot** action in your Conversation AI Actions. You can trigger it based on contact keywords, sentiment, or when a contact requests a human. The conversation moves to your team's inbox for manual follow-up.
  </Accordion>

  <Accordion title="What does the Reviews AI agent do?">
    The Reviews AI agent monitors incoming Google Business Profile reviews and posts AI-generated responses automatically. You set the tone, guidelines, and which star ratings trigger an auto-response. You can also run it in approval mode so responses are drafted but require a human to publish.
  </Accordion>
</AccordionGroup>
