> ## Documentation Index
> Fetch the complete documentation index at: https://trigger-docs-improvements.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://mintcdn.com/trigger-docs-improvements/1Ao8bFkLBggDwrTr/guides/ai-agents/prompt-chaining.png?fit=max&auto=format&n=1Ao8bFkLBggDwrTr&q=85&s=2705e80c2a351f4ce8781b391e1f2b75" href="/guides/ai-agents/generate-translate-copy" width="1293" height="428" data-path="guides/ai-agents/prompt-chaining.png">Chain prompts together to generate and translate marketing copy automatically</Card>
  <Card title="Routing" img="https://mintcdn.com/trigger-docs-improvements/1Ao8bFkLBggDwrTr/guides/ai-agents/routing.png?fit=max&auto=format&n=1Ao8bFkLBggDwrTr&q=85&s=94e259f4986b023a93e37aa84ce04969" href="/guides/ai-agents/route-question" width="1293" height="428" data-path="guides/ai-agents/routing.png">Send questions to different AI models based on complexity analysis</Card>
  <Card title="Parallelization" img="https://mintcdn.com/trigger-docs-improvements/1Ao8bFkLBggDwrTr/guides/ai-agents/parallelization.png?fit=max&auto=format&n=1Ao8bFkLBggDwrTr&q=85&s=532981639f9be95c2156e64dd356e667" href="/guides/ai-agents/respond-and-check-content" width="1293" height="428" data-path="guides/ai-agents/parallelization.png">Simultaneously check for inappropriate content while responding to customer inquiries</Card>
  <Card title="Orchestrator" img="https://mintcdn.com/trigger-docs-improvements/1Ao8bFkLBggDwrTr/guides/ai-agents/orchestrator-workers.png?fit=max&auto=format&n=1Ao8bFkLBggDwrTr&q=85&s=ed08a6434b5bc1b90f4e3b9d305c8ee8" href="/guides/ai-agents/verify-news-article" width="1293" height="428" data-path="guides/ai-agents/orchestrator-workers.png">Coordinate multiple AI workers to verify news article accuracy</Card>
  <Card title="Evaluator-optimizer" img="https://mintcdn.com/trigger-docs-improvements/1Ao8bFkLBggDwrTr/guides/ai-agents/evaluator-optimizer.png?fit=max&auto=format&n=1Ao8bFkLBggDwrTr&q=85&s=7c97028d6db50c485b2ff12c73e8c4c6" href="/guides/ai-agents/translate-and-refine" width="1293" height="428" data-path="guides/ai-agents/evaluator-optimizer.png">Translate text and automatically improve quality through feedback loops</Card>
</CardGroup>
