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

# Agent Overview

> How the FailZero agent works

# Agent Overview

The FailZero agent runs in your infrastructure and executes DR operations using your local IAM credentials.

## How It Works

* Runs in your VPC
* Uses your IAM roles (no credential sharing)
* Polls FailZero API for commands
* Executes failovers locally

## Deployment Options

<CardGroup cols={2}>
  <Card title="Docker" icon="docker" href="/agent/docker">
    Run anywhere with Docker
  </Card>

  <Card title="GCP" icon="google" href="/agent/gcp">
    Compute Engine or GKE
  </Card>

  <Card title="AWS" icon="aws" href="/agent/aws">
    EC2 or ECS/Fargate
  </Card>
</CardGroup>
