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

# Use cases

> Where agents create value — by function and by sector. The 'how' and the 'why', not just a feature list.

<Note>
  **The right question isn't "what does Apollo do?". It's "what stops
  being your problem once a whole area has agents?"**
</Note>

## How to read this section

Most tools describe themselves by **feature**: "we have a CRM, we have
email sending, we have tasks." Apollo is better described by **work that
leaves your plate**. So this section has two axes — enter through
whichever fits how you think:

<CardGroup cols={2}>
  <Card title="By function" icon="diagram-project">
    What changes in **your role** or **your area** — operations,
    backoffice, planning, management, commercial, finance, people. Start
    here if you think "how does this help my team?".
  </Card>

  <Card title="By sector" icon="industry">
    What changes in **your market** — logistics, healthcare, credit, real
    estate, agencies, retail, services, education, manufacturing,
    technology. Start here if you think "does this fit my business?".
  </Card>
</CardGroup>

## The pattern that repeats

Almost every Apollo use case has the same shape. Worth understanding
once — after that you'll recognize it anywhere:

```mermaid theme={null}
flowchart LR
    A[Trigger<br/>message, deadline, event] --> B[Agent pulls context<br/>from the Company Brain]
    B --> C[Decides + uses tools<br/>CRM, docs, integrations]
    C --> D{Sensitive action?}
    D -->|No| E[Acts and logs it]
    D -->|Yes| F[Proposes + waits for a human]
    E --> G[Becomes memory<br/>improves the next one]
    F --> G
```

1. **A trigger happens** — someone sends a message, a deadline hits, a
   lead goes cold, a meeting ends.
2. **The agent pulls the right context** from the
   [Company Brain](/en/features/brain) — who the client is, what was
   agreed, what worked before.
3. **It decides and uses the tools** — moves a lead in the
   [CRM](/en/features/crm), creates a [task](/en/features/boards), writes
   a [document](/en/features/documentos), triggers an
   [integration](/en/integrations/composio).
4. **The sensitive stuff waits for you.** Money, contracts, heavy
   external communication — the agent **proposes** and waits for approval.
   The rest it handles.
5. **Everything becomes memory.** Next time is better than last time.

<Info>
  **Why this creates value, in one sentence:** the repetitive, low-risk
  work — the kind that eats hours and rarely fails expensively — starts
  happening on its own, logged and within budget, while the decisions
  that matter stay with people.
</Info>

## By function

<CardGroup cols={2}>
  <Card title="Operations" icon="gears" href="/en/use-cases/operations">
    Triage, tracking, routines, and tasks that move between areas without
    someone pushing.
  </Card>

  <Card title="Backoffice" icon="folder-tree" href="/en/use-cases/backoffice">
    Documents, records, organization, and reconciliation — the invisible
    work that holds everything up.
  </Card>

  <Card title="Planning" icon="map" href="/en/use-cases/planning">
    Goals become tasks, priorities get clear, what's in flight becomes
    visible.
  </Card>

  <Card title="Management" icon="chart-line" href="/en/use-cases/management">
    Overviews, nudges, and the pulse of the operation — for whoever leads
    and doesn't want to micromanage.
  </Card>

  <Card title="Commercial" icon="bullseye" href="/en/use-cases/commercial">
    Research, prospecting, follow-up, and CRM — the whole funnel with
    agents on the team.
  </Card>

  <Card title="Finance" icon="coins" href="/en/use-cases/finance">
    Entries, expenses, and reading the numbers — the agent that watches
    the cash.
  </Card>

  <Card title="People & CS" icon="users" href="/en/use-cases/people">
    Onboarding, support, and relationships — continuity without depending
    on one person.
  </Card>
</CardGroup>

## By sector

<CardGroup cols={2}>
  <Card title="Logistics & transport" icon="truck" href="/en/use-cases/sectors/logistics">
    Tracking, delivery status, carrier follow-up, and incident triage.
  </Card>

  <Card title="Healthcare" icon="heart-pulse" href="/en/use-cases/sectors/healthcare">
    Scheduling, pre-visit intake, and clinic backoffice — with the right
    care where it's clinical.
  </Card>

  <Card title="Financial services & credit" icon="building-columns" href="/en/use-cases/sectors/financial-services">
    Origination, document collection, and follow-up — with the credit
    decision always human.
  </Card>

  <Card title="Real estate" icon="house" href="/en/use-cases/sectors/real-estate">
    Lead qualification, viewing scheduling, and offer follow-up.
  </Card>

  <Card title="Agencies & marketing" icon="bullhorn" href="/en/use-cases/sectors/agencies">
    Account management, briefs, reporting, and content production.
  </Card>

  <Card title="Retail & e-commerce" icon="cart-shopping" href="/en/use-cases/sectors/retail-ecommerce">
    Support, post-sale, catalog curation, and cart recovery.
  </Card>

  <Card title="Professional services" icon="briefcase" href="/en/use-cases/sectors/professional-services">
    Firms and consultancies — proposals, deadlines, and client
    relationships.
  </Card>

  <Card title="Education" icon="graduation-cap" href="/en/use-cases/sectors/education">
    Enrollment, registrar work, student support, and cohort tracking.
  </Card>

  <Card title="Industry & manufacturing" icon="industry-windows" href="/en/use-cases/sectors/manufacturing">
    Purchasing, suppliers, orders, and the backoffice that connects the
    floor and the office.
  </Card>

  <Card title="Technology & SaaS" icon="microchip" href="/en/use-cases/sectors/technology">
    Sales, onboarding, support, and internal operations for a team that
    already thinks in product.
  </Card>
</CardGroup>

## Before you hunt for your scenario

<Steps>
  <Step title="Think in hours, not features">
    Where does your team spend hours on repetitive, low-risk work? That's
    where an agent hands time back first.
  </Step>

  <Step title="Separate what's sensitive">
    Money, contracts, and heavy external communication stay with people —
    the agent **proposes**. Knowing that line is half the design.
  </Step>

  <Step title="Start small and let it grow">
    One agent, one routine, one channel. As it gets things right, you
    grant more autonomy. Trust is a ratchet, not a leap.
  </Step>
</Steps>

<Note>
  Didn't find your exact sector? The patterns transfer — enter through the
  **by function** axis, which describes the work independently of the
  market.
</Note>
