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

# Module 5: RAG and agentic RAG

> Ground agents in your data with retrieval, and let them drive retrieval agentically.

## RAG and agentic RAG

<Frame>
  <iframe width="100%" height="420" src="https://www.youtube.com/embed/IOv0-LbqOCk" title="Module 5: RAG and agentic RAG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>

Use retrieval-augmented generation to ground agents in your data, and let them drive retrieval agentically.

## Labs

### Lab 5: RAG for agents

<Frame>
  <iframe width="100%" height="420" src="https://www.youtube.com/embed/3ueLnUQo8zk" title="Lab 5: RAG for agents" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>

Build a retrieval pipeline for an agent and give it agentic control over what to retrieve.

## Up next

<Card title="Module 6: Agent evaluation" href="/ax/learn/courses/ai-agent-mastery/module-6-agent-evaluation" icon="scale-balanced">
  Measure agent quality with code-based and LLM-as-a-judge evaluations.
</Card>
