RAG
Retrieval-augmented generation. Ground answers in your documents and knowledge base.
Details
RAG skill lets your agent retrieve relevant chunks from a vector store and use them in answers. For custom knowledge and internal docs.
When to use
Use when the agent must answer from your private docs or knowledge base. Requires vector store; good for internal Q&A and support.