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

# Overview

> Insights is the analytics and quality layer for the agents you build on Prisme.ai.

<Frame>
  <img src="https://mintcdn.com/prismeai/C1y4E8zihxFJ6QR0/images/insights/dashboard.png?fit=max&auto=format&n=C1y4E8zihxFJ6QR0&q=85&s=d8097ae6c9d5f666ae26a78fd110c78b" alt="Insights organization dashboard with KPI cards for users, interactions, ratings, cost, tokens, and the agent grid" width="1440" height="900" data-path="images/insights/dashboard.png" />
</Frame>

Insights tells you what your agents are doing, how well they're doing it, and where they're falling short. It pulls every conversation that runs through Agent Creator (and other connected products), evaluates them against criteria you define, and rolls the results up into dashboards you can act on.

You don't configure ingestion. As soon as an agent has conversations, Insights picks them up.

## Video Tour: Insights

<Note>
  This video is currently available in French.
</Note>

<Frame>
  <iframe width="560" height="315" src="https://www.loom.com/embed/112b5f18b3644d01823bbe33889e38bc" title="Insights tour" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## What you can do

<CardGroup cols={2}>
  <Card title="Watch the whole organization" icon="chart-line" href="/products/ai-insights/dashboard">
    KPIs for users, interactions, ratings, cost, tokens and carbon, plus a ranked list of your top agents.
  </Card>

  <Card title="Drill into one agent" icon="bot" href="/products/ai-insights/agent-overview">
    Per-agent score, resolution rate, sentiment mix, and the most recent insights.
  </Card>

  <Card title="Define what 'good' means" icon="list-check" href="/products/ai-insights/criteria">
    Author Yes/No, score, or category criteria with weights — applied automatically to every analyzed conversation.
  </Card>

  <Card title="Read the LLM-as-judge results" icon="magnifying-glass-chart" href="/products/ai-insights/insights">
    Per-conversation summary, sentiment progression, key moments, and your custom evaluations.
  </Card>

  <Card title="See user feedback" icon="thumbs-up" href="/products/ai-insights/feedback">
    Likes, dislikes, dislike categories, and recent comments — globally or per agent.
  </Card>

  <Card title="Track adoption" icon="users" href="/products/ai-insights/adoption">
    Power / Regular / Basic user segments, personalization depth, and AI-generated recommendations.
  </Card>

  <Card title="Mine memories and topics" icon="brain" href="/products/ai-insights/memories">
    What your agents are learning about users, what topics are trending, and where memory gaps exist.
  </Card>

  <Card title="Map your agent fleet" icon="diagram-project" href="/products/ai-insights/graph">
    Interactive network of agents, tools, and categories, with similarity-based clusters.
  </Card>

  <Card title="Honor GDPR requests" icon="shield-halved" href="/products/ai-insights/gdpr">
    Export or permanently delete a user's conversations, insights, and memories — Article 15 and 17.
  </Card>
</CardGroup>

## Two views: organization and agent

Insights has two navigation contexts. The sidebar swaps depending on whether you're looking at the whole org or a single agent.

<Tabs>
  <Tab title="Organization view (default)">
    Open Insights and you land here. The sidebar shows cross-agent analytics: **Overview**, **Memories**, **Agent Graph**, **Clusters**, **Topics**, **Adoption**, **Feedback**, **Queue Monitor**, **GDPR**.

    Use it to compare agents, watch fleet-wide trends, and run platform operations.
  </Tab>

  <Tab title="Agent view">
    Click any agent (from the dashboard or the graph) to enter its scoped workspace. The sidebar swaps to: **Overview**, **Conversations**, **Insights**, **Criteria**, **Feedback**.

    Use it to evaluate one agent, browse and analyze its conversations, define how it's scored, and read the per-conversation results. The "← all agents" button returns you to the organization view.
  </Tab>
</Tabs>

## Core concepts

<AccordionGroup>
  <Accordion title="Conversation analysis" icon="microscope">
    A conversation is the unit of analysis. Insights asks an LLM to read each conversation, then produces an **insight**: a numeric evaluation score (0–100), a resolution flag, an overall sentiment with progression, the topics discussed, key moments, and your custom criterion answers.

    Analysis can run automatically (batch on inactivity, real-time where enabled) or on demand from the **Conversations** page.
  </Accordion>

  <Accordion title="Evaluation criteria" icon="list-check">
    Criteria are the questions the LLM answers about each conversation. You define them per agent. Three types are supported: **Yes/No**, **Score** (numeric range), **Category** (multiple choice). Each carries a weight that contributes to the agent's evaluation score.

    If you don't define any, four defaults apply: `resolution` (Yes/No), `clarity` (1–5), `accuracy` (1–5), `sentiment` (positive / neutral / negative).
  </Accordion>

  <Accordion title="Memories and topics" icon="brain">
    When an agent has memory enabled, Insights aggregates what it stores: **facts**, **preferences**, **relationships**, **instructions**. The Memories page shows volume, type breakdown, and the gaps where users are asking about topics the agent doesn't know yet. Topics groups memories by subject and shows trending up/down.
  </Accordion>

  <Accordion title="Adoption signals" icon="users">
    Users are bucketed into **Power**, **Regular**, **Basic** based on usage. Adoption combines that segmentation with personalization depth (memories per user), quality scores, sentiment, and the patterns users converge on — plus AI-generated recommendations to grow each segment.
  </Accordion>

  <Accordion title="Agent network and clusters" icon="diagram-project">
    The Graph visualizes how agents relate to one another via shared tools, shared categories, similarity, and delegation edges. The Clusters page formalizes that into similarity-based groupings, plus a list of isolated agents that don't fit anywhere — usually a hint that they should be merged or reframed.
  </Accordion>

  <Accordion title="Queue, retention, and GDPR" icon="gear">
    Analysis runs through a managed queue with rate limits and a daily budget. Operators can watch the queue depth and throughput on the **Queue Monitor** page. Retention windows and anonymization horizons are configured at the workspace level. The **GDPR** page lets data controllers export or hard-delete a single user's footprint across conversations, insights, agents, shares, and ratings.
  </Accordion>
</AccordionGroup>

## What gets analyzed automatically

By default, Insights runs a batch analysis pass that evaluates conversations once they go inactive — typically after a couple of hours of silence and a minimum number of messages. Conversations that grow significantly after analysis are re-evaluated.

You can also analyze on demand: open a conversation, click **Analyze**, or batch-select rows from the **Conversations** list and click **Analyze Selected**.

## Where to go next

<CardGroup cols={2}>
  <Card title="Getting started" icon="play" href="/products/ai-insights/getting-started">
    First-time access and a five-minute walkthrough.
  </Card>

  <Card title="Define evaluation criteria" icon="pen-to-square" href="/products/ai-insights/criteria">
    Tell the LLM exactly how to score your agent's conversations.
  </Card>
</CardGroup>
