> ## Documentation Index
> Fetch the complete documentation index at: https://qovery-docs-new-messaging-and-agent-tasks.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Tasks

> Deploy AI agents directly on your own infrastructure

<Warning>
  **Alpha.** Agent Tasks is in early development and not yet generally available. Capabilities and setup will change before release. Want early access? Reach out to us directly in the product (help button in the console, or your dedicated Slack channel).
</Warning>

## Overview

Agent Tasks let you delegate a job, investigating an incident, optimizing a build, or anything else you describe, to an AI agent running on your own Qovery-managed infrastructure. For how an agent is configured and what settings are available, see the [Configuration Reference](/configuration/agent-tasks/overview).

## Use Cases

Today there are two ready-made agent configurations, or you can start from scratch and configure every part yourself. Don't hesitate to reach out to us directly in the product if you have a specific need so we can add it.

<CardGroup cols={2}>
  <Card title="Incident Analyser" icon="triangle-exclamation" href="/configuration/agent-tasks/incident-analyser">
    Correlates a firing incident with recent changes, logs, and metrics, then reports back to the on-call human and opens a PR if the fix is small and well-understood.
  </Card>

  <Card title="Build & Deployment Optimizer" icon="gauge" href="/configuration/agent-tasks/build-deployment-optimizer">
    Identifies build and deployment optimization levers and expected gain, opens a PR with the proposed change and/or modifies the build configuration in Qovery.
  </Card>

  <Card title="Start from Scratch" icon="plus" href="/configuration/agent-tasks/overview">
    Configure every part of the agent yourself.
  </Card>
</CardGroup>

<Card title="Configuration Reference" icon="sliders" href="/configuration/agent-tasks/overview">
  Creating an agent, automations (triggers and outputs), resources, governance, and environment variables.
</Card>
