Grounding snippets are query-specific extractive summaries derived from webpage content that AI assistants use to ground their answers in factual source data rather than relying solely on parametric recall.

flowchart LR
    A[Web Page Content] --> B[Extractive Snippet Generator]
    B --> C[Query-Specific Snippet]
    C --> D[LLM Context Window]
    D --> E[Grounded AI Answer with Citations]