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

# Use case guides

> End-to-end implementation guides for building AI-powered solutions with HoopAI.

<Frame caption="The AI Agents interface showing Conversation AI, Voice AI, and Content AI tabs">
  <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 navigation with Conversation AI agents list" width="1590" height="706" data-path="images/ai-agents-conversation-ai-0-image.png" />
</Frame>

These use case guides are production-ready blueprints. Each one takes you from zero to a fully working AI solution — complete with prompts, configuration steps, testing checklists, and KPIs to measure success.

## Who these guides are for

* **Business owners** who want to deploy AI without hiring a developer
* **Operations managers** looking to automate repetitive customer interactions
* **Sales teams** who need AI to qualify leads and book meetings while they focus on closing

## How to use these guides

Every guide follows the same structure so you can move quickly:

1. **Overview box** — Goal, time to build, prerequisites, AI features used, and difficulty level
2. **Architecture overview** — How the pieces fit together
3. **Step-by-step build** — Every click, setting, and prompt you need
4. **Full prompt** — Copy-paste-ready prompt in a code block
5. **Testing section** — How to verify everything works
6. **Optimization tips** — Tune performance after launch
7. **KPIs** — What to measure so you know it is working

<Tip>
  Start with the guide closest to your use case, then customize. You do not need to follow these in order.
</Tip>

***

## Available guides

<CardGroup cols={2}>
  <Card title="AI receptionist" icon="phone" href="/ai/use-cases/ai-receptionist">
    Build a Voice AI receptionist that answers calls 24/7, handles FAQs, and books appointments automatically.
  </Card>

  <Card title="Lead qualification bot" icon="filter" href="/ai/use-cases/lead-qualification-bot">
    Create a Conversation AI bot that qualifies inbound leads, scores them, and routes hot prospects to your sales team.
  </Card>

  <Card title="Appointment scheduler" icon="calendar-check" href="/ai/use-cases/appointment-scheduler">
    Deploy a multi-channel AI agent that handles booking, confirmation, rescheduling, and no-show follow-up.
  </Card>

  <Card title="After-hours support" icon="moon" href="/ai/use-cases/after-hours-support">
    Set up an AI bot that handles customer inquiries outside business hours and queues urgent issues for morning follow-up.
  </Card>

  <Card title="Real estate assistant" icon="house" href="/ai/use-cases/real-estate-agent">
    Create an AI assistant that handles property inquiries, schedules showings, and qualifies buyers and sellers.
  </Card>

  <Card title="E-commerce support" icon="cart-shopping" href="/ai/use-cases/ecommerce-support">
    Deploy an AI bot for order status lookups, returns processing, product recommendations, and cart recovery.
  </Card>

  <Card title="Multi-location bot" icon="location-dot" href="/ai/use-cases/multi-location">
    Manage AI agents across multiple business locations with location-based routing and separate knowledge bases.
  </Card>

  <Card title="Review automation" icon="star" href="/ai/use-cases/review-automation">
    Set up Reviews AI to automatically respond to Google reviews with the right tone and trigger follow-up actions.
  </Card>
</CardGroup>

***

## Prerequisites for all guides

Before starting any guide, make sure you have completed the following:

* [Account setup](/getting-started/account-setup) and [first login](/getting-started/first-login)
* [Business profile](/getting-started/business-profile) configured
* At least one [phone number](/getting-started/phone-number-setup) provisioned (for Voice AI guides)
* Familiarity with [AI agents overview](/ai-agents/overview)

***

## Choosing the right guide

| Use case                                                     | Best for                                 | Primary AI feature         | Difficulty   |
| ------------------------------------------------------------ | ---------------------------------------- | -------------------------- | ------------ |
| [AI receptionist](/ai/use-cases/ai-receptionist)             | Service businesses with high call volume | Voice AI                   | Intermediate |
| [Lead qualification](/ai/use-cases/lead-qualification-bot)   | Sales teams, agencies, B2B               | Conversation AI            | Intermediate |
| [Appointment scheduler](/ai/use-cases/appointment-scheduler) | Any appointment-based business           | Conversation AI + Voice AI | Intermediate |
| [After-hours support](/ai/use-cases/after-hours-support)     | Businesses without 24/7 staff            | Conversation AI            | Beginner     |
| [Real estate assistant](/ai/use-cases/real-estate-agent)     | Real estate agents and brokerages        | Conversation AI + Voice AI | Advanced     |
| [E-commerce support](/ai/use-cases/ecommerce-support)        | Online stores                            | Conversation AI            | Intermediate |
| [Multi-location](/ai/use-cases/multi-location)               | Franchises, multi-location businesses    | Conversation AI            | Advanced     |
| [Review automation](/ai/use-cases/review-automation)         | Any business on Google                   | Reviews AI                 | Beginner     |

***

## Next steps

<CardGroup cols={2}>
  <Card title="Prompt engineering" icon="wand-magic-sparkles" href="/ai/prompt-engineering/overview">
    Learn how to write effective prompts for any AI agent.
  </Card>

  <Card title="Conversation AI setup" icon="message-bot" href="/ai-agents/conversation-ai">
    Set up your first Conversation AI bot before starting a use case guide.
  </Card>

  <Card title="Voice AI setup" icon="microphone" href="/ai-agents/voice-ai">
    Configure Voice AI before building your receptionist or appointment scheduler.
  </Card>

  <Card title="Knowledge base" icon="book" href="/ai-agents/knowledge-base">
    Train your AI with business-specific information.
  </Card>
</CardGroup>
