> ## Documentation Index
> Fetch the complete documentation index at: https://arivu.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Sessions and Chat History

> Deep visibility into user conversations and Arivu session states.

<Frame>
  <img src="https://mintcdn.com/arivu/piekGGEpY74vFGfF/images/arivu-sessions.png?fit=max&auto=format&n=piekGGEpY74vFGfF&q=85&s=45cd0acee12e1f4dcc7ae1ab4be3d602" alt="Sessions" className="rounded-xl border border-gray-200 dark:border-gray-800" width="1916" height="909" data-path="images/arivu-sessions.png" />
</Frame>

## Overview

The Sessions tab aggregates all multi-turn conversations occurring across your integrated channels. It groups requests by `session_id`, making it effortless to trace user intent continuously over time.

<CardGroup cols={2}>
  <Card title="Thread Isolation" icon="server">
    Maintains isolated conversational context. No cross-contamination between users.
  </Card>

  <Card title="Historical Replay" icon="clock-rotate-left">
    Review exact payloads received from Slack, Discord, Telegram, or WhatsApp.
  </Card>
</CardGroup>

## Session Details

<Frame>
  <img src="https://mintcdn.com/arivu/piekGGEpY74vFGfF/images/arivu-sessions-side.png?fit=max&auto=format&n=piekGGEpY74vFGfF&q=85&s=fc9950867c79b4af351f31fbb6187e3b" alt="Session Sidebar" className="rounded-xl border border-gray-200 dark:border-gray-800" width="1919" height="909" data-path="images/arivu-sessions-side.png" />
</Frame>

Click on any session row to open the **Session Drawer**, which shows:

* Full conversation history (question + SQL + response)
* Timestamps and latency metrics for each interaction
* RLHF signals attached to the session
* The database connection used

<Tip>Use the search bar to filter sessions by keyword, date range, or integration channel.</Tip>
