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

# RAG Management

> Manage data sources and collections used to ground agents.

## Overview

RAG enables agents to reference enterprise knowledge. You’ll attach curated collections to each agent in the Inspector.

<CardGroup cols={2}>
  <Card title="Adding Data Sources" href="/graph-studio/rag-management/data-sources" icon="folder">Connect or register data sources.</Card>
  <Card title="Creating Collections" href="/graph-studio/rag-management/collections" icon="layers">Curate and organize source items.</Card>
  <Card title="Referencing in Agents" href="/graph-studio/rag-management/referencing" icon="link">Attach collections to specific agents.</Card>
</CardGroup>
