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

# Example Uses

> Real tasks across Ask, Build, and Debug , each grounded in your actual codebase.

<CardGroup cols={2}>
  <Card title="Impact Analysis" href="/examples/impact-analysis">
    Map every downstream dependency from any service before making a change.
  </Card>

  <Card title="Code Review" href="/examples/code-review">
    Understand exactly what a PR changes across the full codebase before approving it.
  </Card>

  <Card title="Add Rate Limiting" href="/examples/rate-limiting">
    Apply rate limits across all routes with full middleware chain awareness and per-endpoint policies.
  </Card>

  <Card title="Code Migration" href="/examples/code-migration">
    Migrate a module to a new pattern with full dependency awareness.
  </Card>

  <Card title="Memory Leak" href="/examples/memory-leak">
    Trace a memory leak in a long-running service to its source across object lifecycle and dependency chains.
  </Card>

  <Card title="Race Conditions" href="/examples/race-conditions">
    Trace and fix race conditions causing intermittent failures in production.
  </Card>
</CardGroup>

## Next Steps

* Connect your first repository and try these tasks against your own codebase by following the [quickstart](/quickstart).
* To understand how each mode works, read through [Ask](/build-flow/ask-a-question), [Build](/build-flow/build-a-feature), and [Debug](/build-flow/debug-an-issue).
