PDFs
Citations carry page numbers. Best UX — direct hover-to-page.
Citations make Claude's answers verifiable. You pass documents into a message; Claude returns text where every claim is linked to a span of a source document. Users can hover and see exactly where each statement came from. The same primitive powers RAG-style products without the bespoke retrieval plumbing.
document with citations.enabled = true.citations arrays — page numbers, line ranges, or character offsets back to the source.Citations carry page numbers. Best UX — direct hover-to-page.
Character spans. Easy to highlight inline.
Pre-chunked text with explicit ranges. Lets you control granularity.