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

# Best Practices

> Recommendations and proven patterns for getting the most out of Duvo Agents.

This section collects recommendations and proven patterns for building reliable Agents, designing effective workflows, and scaling automation across your team.

Start here:

<CardGroup cols={2}>
  <Card title="Writing Effective AOPs" icon="pen-line" href="/best-practices/writing-effective-aops">
    The highest-leverage thing you control when building an Agent.
  </Card>

  <Card title="Choosing How Your Agent Starts" icon="play" href="/best-practices/choosing-how-runs-start">
    Manual Starts, schedules, triggers, and Queues each fit a different shape of work.
  </Card>

  <Card title="Designing Work Around Queues and Cases" icon="layers" href="/best-practices/queues-and-cases">
    Producer/consumer design so every Case ends somewhere definite.
  </Card>

  <Card title="Connections and Logins That Don't Break" icon="key" href="/best-practices/reliable-connections">
    Set up access that survives teammates, departures, and expired credentials.
  </Card>

  <Card title="Tips and Patterns" icon="lightbulb" href="/best-practices/tips-and-patterns">
    A cross-referenced index of practical guidance from across the docs.
  </Card>
</CardGroup>

<Note>
  We're actively expanding this section. Check back for more detailed guidance.
</Note>
