> ## 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.

# How-to Guides

## Sections

<CardGroup cols={3}>
  <Card title="Workflows" icon="play" href="/v3/how-to-guides/workflows/">
    Learn how to write and customize your Prefect workflows.
  </Card>

  <Card title="Deployments" icon="rocket" href="/v3/how-to-guides/deployments/">
    Learn how to deploy and manage your workflows as Prefect deployments.
  </Card>

  <Card title="Configuration" icon="gears" href="/v3/how-to-guides/configuration/">
    Learn how to configure your Prefect environment.
  </Card>

  <Card title="Automations" icon="robot" href="/v3/how-to-guides/automations/">
    Learn how to work with events, triggers, and automations.
  </Card>

  <Card title="Workflow Infrastructure" icon="city" href="/v3/how-to-guides/deployment_infra/">
    Learn how to deploy your workflows to specific infrastructure.
  </Card>

  <Card title="Prefect Cloud" icon="cloud" href="/v3/how-to-guides/cloud/">
    Learn how to set up your Prefect Cloud account.
  </Card>

  <Card title="Prefect Self-hosted" icon="server" href="/v3/how-to-guides/self-hosted/">
    Learn how to host your own Prefect server.
  </Card>

  <Card title="AI" icon="robot" href="/v3/how-to-guides/ai/">
    Learn how to integrate AI assistants with Prefect.
  </Card>

  <Card title="Migrate" icon="circle-up" href="/v3/how-to-guides/migrate/">
    Learn how to migrate from other platforms and upgrade to the latest versions of Prefect.
  </Card>
</CardGroup>
