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

# AI Agents

> Use DumplingAI agents to combine tools into higher-level workflows.

# AI Agents

AI Agents help you move from single API calls to multi-step workflows that can reason over data, call tools, and return a final result.

## What it does

* Runs agent-based tasks on top of DumplingAI tools
* Combines search, scraping, extraction, and generation in one flow
* Helps automate research and content workflows
* Reduces glue code for common multi-step tasks

## Common use cases

* Research a topic across multiple sources and summarize it
* Analyze a website and extract structured outputs
* Turn transcripts or scraped content into reports
* Build repeatable content and ops automations

## Why use it

AI Agents are useful when one endpoint is not enough and you want DumplingAI to coordinate multiple steps for you.

## Related endpoints

<CardGroup cols={2}>
  <Card title="Generate Agent Completion API" icon="book" href="/api-reference/endpoint/generate-agent-completion">
    Agent request format, parameters, and examples
  </Card>

  <Card title="API Reference" icon="robot" href="/api-reference/endpoint/generate-agent-completion">
    See the agent request format and supported parameters
  </Card>

  <Card title="Scrape" icon="globe" href="/features/scrape">
    Pair agents with web content extraction
  </Card>

  <Card title="YouTube Transcript" icon="video" href="/features/youtube-transcript">
    Use transcripts as agent inputs
  </Card>
</CardGroup>
