advancedChapter 12 of 12Exercise 1 of 1

RAG Prompt with Citations

Write a prompt that takes retrieved document chunks as context and answers a user question grounded in that context, with citations.

Your Task

Write a RAG prompt template that takes 2-3 retrieved documents and a user question. Claude should answer using only the provided context, cite which document(s) it drew from, and gracefully handle cases where the answer isn't in the documents.

Success Criteria

Prompt must ground answers in provided context, include citation instructions, and define fallback behavior for missing information.

Recommended Background

Review Avoiding Hallucinations before attempting this exercise for the best experience.

Cmd/Ctrl + Enter to submit