> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.moveworks.com/llms.txt.
> For full documentation content, see https://docs.moveworks.com/llms-full.txt.

# Cookbooks

Learn the best ways to design your use cases based on what you want to accomplish. Use these cookbooks to help you make architectural trade-offs

<CardGroup cols={3}>
  <Card title="Data Retrieval" href="/agent-studio/cookbooks/data-retrieval-cookbook" icon="fa-database">
    Fetch & analyze data from systems
  </Card>

  <Card title="Data Transaction" href="/agent-studio/cookbooks/data-transaction-cookbook" icon="fa-handshake">
    Update data in systems
  </Card>

  <Card title="Ambient Agents" href="/agent-studio/cookbooks/ambient-agents-cookbook" icon="fa-infinity">
    Run AI agents in the background
  </Card>

  <Card title="Plugin Architecture" href="/agent-studio/cookbooks/plugin-architecture-guide" icon="fa-clipboard-list">
    Build scalable plugins
  </Card>

  <Card title="Connect to Other AI Agents" href="/agent-studio/cookbooks/connect-to-other-ai-agents-applications" icon="fa-plug">
    Integrate with other AI agents and applications
  </Card>

  <Card title="Mirroring Approvals" href="/agent-studio/cookbooks/mirroring-approvals" icon="fa-clone">
    Mirror and synchronize approval workflows
  </Card>
</CardGroup>