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

# Advanced

## Sections

<CardGroup cols={3}>
  <Card title="Workflows" icon="play" href="/v3/advanced/caching">
    Learn advanced workflow patterns and optimization techniques.
  </Card>

  <Card title="Automations" icon="robot" href="/v3/advanced/use-custom-event-grammar">
    Learn advanced patterns for working with events, triggers, and automations.
  </Card>

  <Card title="Workflow Infrastructure" icon="city" href="/v3/advanced/daemonize-processes">
    Learn advanced infrastructure management and deployment strategies.
  </Card>

  <Card title="Platform" icon="server" href="/v3/advanced/infrastructure-as-code">
    Learn advanced strategies for managing your data platform.
  </Card>

  <Card title="Scaling" icon="square-caret-up" href="/v3/advanced/self-hosted">
    Learn how to scale self-hosted Prefect deployments for high availability.
  </Card>

  <Card title="Extensibility" icon="code" href="/v3/advanced/api-client">
    Learn how to extend Prefect with custom blocks and API integrations.
  </Card>
</CardGroup>


Built with [Mintlify](https://mintlify.com).