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

# Managing Research

> Monitor and analyze your research sessions

# Managing Research Sessions

Learn how to monitor ongoing research and analyze results.

## Live Chat Interface

<Frame>
  \[Placeholder for chat interface screenshot]
</Frame>

### Key Features

* Clean, professional design
* Natural conversation flow
* Automatic follow-up questions
* Smart probing for deeper insights

## Monitoring Sessions

<Steps>
  <Step title="Active Sessions">
    Monitor ongoing conversations:

    * View live chat sessions
    * Track completion rates
    * Identify drop-off points
  </Step>

  <Step title="Review Responses">
    Analyze completed sessions:

    * Read conversation transcripts
    * Review collected data
    * Export results
  </Step>

  <Step title="Generate Insights">
    Get AI-powered analysis:

    * Pattern identification
    * Common themes
    * Sentiment analysis
    * Recommendation generation
  </Step>
</Steps>

## Data Analysis

<CodeGroup>
  ```json Example Results theme={null}
  {
    "session_id": "rs_123456",
    "completion_rate": 92,
    "key_findings": [
      "73% mentioned shipping costs",
      "User satisfaction score: 8.5/10"
    ],
    "recommendations": [
      "Consider free shipping threshold",
      "Simplify checkout process"
    ]
  }
  ```
</CodeGroup>
