> ## Documentation Index
> Fetch the complete documentation index at: https://trigger-fix-dequeue-snapshot-batch-ids.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AI agents overview

> Real world AI agent example tasks using Trigger.dev

## Overview

This guide will show you how to set up different types of AI agent workflows with Trigger.dev. The examples take inspiration from Athropic's blog post on [building effective agents](https://www.anthropic.com/research/building-effective-agents).

<CardGroup cols={2}>
  <Card title="Prompt chaining" img="https://mintlify.s3.us-west-1.amazonaws.com/trigger-fix-dequeue-snapshot-batch-ids/guides/ai-agents/prompt-chaining.png" href="/guides/ai-agents/generate-translate-copy">Chain prompts together to generate and translate marketing copy automatically</Card>
  <Card title="Routing" img="https://mintlify.s3.us-west-1.amazonaws.com/trigger-fix-dequeue-snapshot-batch-ids/guides/ai-agents/routing.png" href="/guides/ai-agents/route-question">Send questions to different AI models based on complexity analysis</Card>
  <Card title="Parallelization" img="https://mintlify.s3.us-west-1.amazonaws.com/trigger-fix-dequeue-snapshot-batch-ids/guides/ai-agents/parallelization.png" href="/guides/ai-agents/respond-and-check-content">Simultaneously check for inappropriate content while responding to customer inquiries</Card>
  <Card title="Orchestrator" img="https://mintlify.s3.us-west-1.amazonaws.com/trigger-fix-dequeue-snapshot-batch-ids/guides/ai-agents/orchestrator-workers.png" href="/guides/ai-agents/verify-news-article">Coordinate multiple AI workers to verify news article accuracy</Card>
  <Card title="Evaluator-optimizer" img="https://mintlify.s3.us-west-1.amazonaws.com/trigger-fix-dequeue-snapshot-batch-ids/guides/ai-agents/evaluator-optimizer.png" href="/guides/ai-agents/translate-and-refine">Translate text and automatically improve quality through feedback loops</Card>
</CardGroup>
