Live web-grounded citations track when AI models retrieve web search results to answer queries, parsing both selected and unselected sources along with exact text-segment attributions to quantify brand visibility and source authority in real-time answers.

flowchart TD
    Q[User Query] --> S[LLM Live Web Search]
    S --> R[Retrieved Sources]
    R --> C[Selected Sources]
    R --> U[Unselected Sources<br/>Browsed Only]
    C --> A[Final Generated Answer]
    A --> T[Text-Segment Attribution<br/>Linked to Sources]