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

# What are Chat (RAG) agents?

> Chat (RAG) agents let you create chat agents that use a specific set of sources to answer your questions. 

<Info>
  RAG = **R**etrieval **A**ugmented Generation\
  \
  *"Retrieval-augmented generation is a technique for enhancing the accuracy and reliability of generative AI models with information from specific and relevant data sources."* - [NVIDIA](https://blogs.nvidia.com/blog/what-is-retrieval-augmented-generation/)
</Info>

Solari's Chat (RAG) agents let you define a specific set of sources the agent should use to answer the user's questions. Each agent has a specific set of configurable sources.

## Chat (RAG) agent demo
