Skip to main content

Citations and sessions

Citations tell your app where a grounded answer came from. Sessions carry conversation context across turns so follow-up questions inherit prior context.

Citations

Retrieve-and-generate responses include citations that reference the specific KB passages an answer was grounded in. Your app renders them alongside the answer so users can verify the source.

Sessions

A session is a container for a multi-turn conversation over one or more KBs. Send follow-up questions in the same session id and the platform treats them as continuations of the same grounded exchange.

The endpoint contracts (/v1/retrieve-and-generate, /v1/chat-sessions, and the citation shape) are in the interactive OpenAPI.