Citations is an AI UX pattern that attaches verifiable sources to claims in generated answers using inline markers, chips, footnotes, or a source list. Users can inspect where a claim came from without leaving the answer. It is the core trust pattern for research, search, and RAG products.
Essential for research tools, AI search engines, and knowledge applications where source citations build trust and enable verification of AI claims.
| Product | Implementation |
|---|---|
| Perplexity | Domain +N chips inline, research steps, Links tab, and Wrong sources feedback. |
| ChatGPT | Publisher chips, claim popovers with 1/N paging, and a Sources sidebar. |
| Google AI Overviews | Numbered markers in the overview with related source links alongside. |
| Bing Copilot | Inline citations tied to web results in the answer pane. |
Copy this prompt to generate a production-ready implementation in Cursor, Claude Code, Lovable, or any AI coding agent.
Generate a production-ready implementation of the "Citations" AI interface design pattern.
Pattern Definition:How shipped products implement citations, from our teardown guides.
AI citations are UI affordances that show which sources support a generated claim: inline chips, hover previews, footnotes, or a sources panel. They let users verify answers without treating the model as a black box.
Use both when possible. Inline chips keep evidence on the claim for skimmers; a Sources sidebar or Links tab supports full audit. Footnote-only lists are weaker for scanning.
Citations point to external evidence. Confidence indicators show the model’s uncertainty. High confidence without sources is still unverifiable; sources without confidence can still be wrong.
When sourcing quality is a first-class failure mode—news, finance, health, research. Treating “wrong sources” as feedback taxonomy helps the product improve retrieval, not only answer tone.