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

# Workflows

> Turn repeatable account work — lead follow-up, review replies, reporting — into automation that still keeps a human in the loop.

Workflows handle the repeatable work around your ads without losing context or control. A workflow starts from something that happens in the account, uses the [memory](/docs/mintlify/platform/memory), and produces a useful next step.

## Common workflows

| Workflow              | Example                                                                    |
| --------------------- | -------------------------------------------------------------------------- |
| **Lead follow-up**    | A new ad lead is enriched, qualified, and queued for a fast reply.         |
| **Review management** | A new Google review gets a suggested reply for approval.                   |
| **Reporting**         | Performance is pulled together into a plain-language summary for the team. |
| **Content planning**  | A brief turns into draft tasks tied to the right keywords.                 |

## Review before action

Not every step should send, publish, or change something on its own. For anything that touches customers, budgets, reputation, or public channels, use a **review step** — Sapt does the work and a human approves before it goes live.

## How to think about a workflow

Start from work your team already does by hand:

1. What starts it?
2. What information does it need from the memory?
3. What decision has to be made?
4. What should happen automatically?
5. What should require approval?

Once those are clear, building it is the easy part.

## Keep going

<CardGroup cols={2}>
  <Card title="CRM" href="/docs/mintlify/platform/crm" description="Where leads land and follow-up happens." />

  <Card title="Memory" href="/docs/mintlify/platform/memory" description="The context every workflow runs on." />
</CardGroup>
