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

# Recipes

> Copy a prompt and adapt it to the work your team already does.

Recipes are short starting points for useful work in Ando. Pick an outcome,
connect only the tools the agent needs, and paste the prompt into a conversation.

<Note>
  Review an agent's tool access before you start. A Recipe may ask the agent to
  draft a change, but you should approve external writes before they happen.
</Note>

## Build and ship

<CardGroup cols={2}>
  <Card title="Run a verified engineering loop" icon="git-pull-request" href="/recipes/verified-engineering-loop">
    Turn a bug report into tracked work, a proposed change, and test evidence.
  </Card>

  <Card title="Turn a Jam into Linear work" icon="list-checks" href="/recipes/conversation-to-linear-work">
    Convert spoken decisions into concise, reviewable issues.
  </Card>

  <Card title="Investigate an operational event" icon="siren" href="/recipes/incident-investigation">
    Combine a Sentry event with the surrounding team context.
  </Card>
</CardGroup>

## Keep work moving

<CardGroup cols={2}>
  <Card title="Brief unresolved requests" icon="inbox" href="/recipes/inbound-request-brief">
    Group recent requests and propose an owner and priority.
  </Card>

  <Card title="Route support requests" icon="route" href="/recipes/support-request-routing">
    Classify incoming work before sending it to another system.
  </Card>

  <Card title="Create a cross-tool project brief" icon="layers" href="/recipes/cross-tool-project-brief">
    Compare Ando decisions with Linear updates and a Notion brief.
  </Card>
</CardGroup>

## Work across your tools

<CardGroup cols={2}>
  <Card title="Reconcile a deal with HubSpot" icon="handshake" href="/recipes/crm-deal-brief">
    Find missing or conflicting deal context without changing the CRM.
  </Card>

  <Card title="Research target accounts" icon="search" href="/recipes/account-research-brief">
    Build an evidence-backed qualification brief without contacting anyone.
  </Card>

  <Card title="Catch up during a Slack transition" icon="message-square" href="/recipes/slack-transition-catch-up">
    Pull decisions and open questions from imported Slack history.
  </Card>

  <Card title="Give a local agent Ando context" icon="terminal" href="/recipes/local-agent-context">
    Let Codex, Claude Code, Cursor, or another local agent find workspace context.
  </Card>
</CardGroup>
