diff --git a/agent-platform/analytics-and-insights.mdx b/agent-platform/analytics-and-insights.mdx
index e78fd788..23160183 100644
--- a/agent-platform/analytics-and-insights.mdx
+++ b/agent-platform/analytics-and-insights.mdx
@@ -1,18 +1,19 @@
---
-title: Project Insights Overview
+title: Analytics and Insights Overview
sidebarTitle: Overview
---
-**Insights** provides analytics and monitoring for your AI agent program. It brings together executive dashboards, evaluation pages, voice channel diagnostics, and a configurable pipeline framework in a single section, giving teams visibility into agent quality, customer sentiment, operational efficiency, and cost performance.
+**Insights** is the analytics and monitoring section for your AI agents. Use it to track agent quality, customer sentiment, operational efficiency, and cost performance across executive dashboards, evaluation pages, voice diagnostics, and analytics pipelines.
-| Insight area | What it covers |
+| Document | What It Covers |
|---------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|
-| [Executive Dashboard and Usage](/agent-platform/analytics-insights/executive-dashboard-usage) | Executive dashboard with KPIs, trend charts, outcome distribution, and ROI. Operational analytics with LLM performance, session/trace exploration, and billing-unit consumption reporting. |
-| [Performance and Quality](/agent-platform/analytics-insights/performance-quality) | Per-agent quality scorecards with side-by-side comparison, status flagging, and quality trends. Aggregated quality health across five evaluation dimensions with trend analysis and issue flagging. |
+| [Usage Insights](/agent-platform/analytics-insights/executive-dashboard-usage) | Executive dashboard with KPIs, trend charts, outcome distribution, and ROI. Operational analytics with LLM performance, session/trace exploration, and billing-unit consumption reporting. |
+| [Quality Insights](/agent-platform/analytics-insights/performance-quality) | Per-agent quality scorecards with side-by-side comparison, status flagging, and quality trends. Aggregated quality health across five evaluation dimensions with trend analysis and issue flagging. |
| [Customer Insights](/agent-platform/analytics-insights/customer-insight) | Intent distribution, sentiment trajectory, frustration detection, and resolution tracking. End-user ratings and verbatim comments captured from chat sessions. |
| [Voice Analytics](/agent-platform/analytics-insights/voice-analytics) | Call quality (MOS), ASR accuracy, end-to-end latency, barge-in, and DTMF fallback metrics for voice-enabled agents. |
| [Agent Transfer](/agent-platform/analytics-insights/agent-transfer) | Efficiency, queue performance, and human-agent metrics for conversations escalated to human operators. |
| [Analytics Pipelines](/agent-platform/analytics-insights/analytics-pipelines) | Built-in and custom analytics pipelines with a visual node-based editor for defining your own evaluation logic. |
+| [Sessions](/agent-platform/sessions) | Runtime observability for all agentic projects. Monitor conversations, inspect execution traces, troubleshoot failures, and analyze performance and token metrics. |
## Before You Begin
@@ -23,10 +24,4 @@ Confirm the following before working with Insights pages:
- **Voice Analytics** requires at least one voice channel deployment to generate data. Without a voice deployment, the page is empty.
- Dashboard KPI cards, such as **Quality Score** and **Avg Sentiment**, display a dash (–) until pipelines evaluate sufficient conversation data.
-## Accessing Insights
-
-**Navigation**: **Project** → **Sidebar** → **Insights**
-
-The Insights sidebar lists all available pages. Click any page name to navigate directly.
-
---
diff --git a/agent-platform/analytics-insights/agent-transfer.mdx b/agent-platform/analytics-insights/agent-transfer.mdx
index 1c1f1e4e..f9bdf6ed 100644
--- a/agent-platform/analytics-insights/agent-transfer.mdx
+++ b/agent-platform/analytics-insights/agent-transfer.mdx
@@ -5,7 +5,7 @@ sidebarTitle: Agent Transfer
This document covers human escalation metrics in Analytics and Insights: transfer efficiency by channel, queue wait times and abandonment rates, and human-agent performance for escalated conversations.
-**Navigation**: **Project** → **Insights** → **Agent Transfer**
+Navigation: **Project** → **Insights** → **Agent Transfer**
**Date range selector**: Use the toggle to select **Today**, **7d**, or **30d**.
diff --git a/agent-platform/analytics-insights/analytics-pipelines.mdx b/agent-platform/analytics-insights/analytics-pipelines.mdx
index 178de8d4..cf47f3c9 100644
--- a/agent-platform/analytics-insights/analytics-pipelines.mdx
+++ b/agent-platform/analytics-insights/analytics-pipelines.mdx
@@ -5,7 +5,7 @@ sidebarTitle: Analytics Pipelines
This document covers the pipeline framework in Analytics and Insights: the built-in pipelines that power Agent Performance, Quality Monitor, and Customer Insights, and the visual node-based editor for building custom evaluation logic.
-**Navigation**: **Project** → **Insights** → **Pipelines**
+Navigation: **Project** → **Insights** → **Pipelines**
Each pipeline card displays its name, description, enabled/disabled status (green "Enabled" badge or gray "Disabled" badge), trigger count, and last processed timestamp (or "Never processed" if the pipeline hasn't run yet). Use the search bar at the top to find pipelines by name.
diff --git a/agent-platform/analytics-insights/customer-insight.mdx b/agent-platform/analytics-insights/customer-insight.mdx
index 18be527e..727a958c 100644
--- a/agent-platform/analytics-insights/customer-insight.mdx
+++ b/agent-platform/analytics-insights/customer-insight.mdx
@@ -9,7 +9,7 @@ This document covers the customer experience layer in Analytics and Insights: th
The **Customer Insights** page helps you understand what customers are asking about and how they feel about the experience. It combines intent classification, sentiment scoring, frustration detection, and resolution tracking into a single view to help you identify emerging topics, detect dissatisfaction early, and measure whether the agent resolves the intents it encounters.
-**Navigation**: **Project** → **Insights** → **Customer Insights**
+Navigation: **Project** → **Insights** → **Customer Insights**
**Date range selector**: Use the toggle to select **7d**, **30d**, or **90d**.
diff --git a/agent-platform/analytics-insights/executive-dashboard-usage.mdx b/agent-platform/analytics-insights/executive-dashboard-usage.mdx
index 8d8854be..a608011d 100644
--- a/agent-platform/analytics-insights/executive-dashboard-usage.mdx
+++ b/agent-platform/analytics-insights/executive-dashboard-usage.mdx
@@ -1,6 +1,6 @@
---
-title: Executive Dashboard and Usage
-sidebarTitle: Dashboard and Usage
+title: Usage Insights
+sidebarTitle: Usage Insights
---
This document covers the core monitoring stack in Analytics and Insights: the Executive Dashboard for high-level KPIs and trend analysis, the Analytics page for operational drill-downs and session-level debugging, and Billing and Usage for cost governance.
@@ -9,7 +9,7 @@ This document covers the core monitoring stack in Analytics and Insights: the Ex
The **Dashboard** page — titled **At a Glance** in the interface — provides a pre-built executive overview of your AI agent program. It aggregates key performance indicators, trend visualizations, outcome breakdowns, and a conversation-level drill-down into a single view, giving stakeholders immediate visibility into agent performance without any configuration. Use it as the starting point for daily operational checks or to prepare data for leadership reviews.
-**Navigation**: **Project** → **Insights** → **Dashboard**
+Navigation: **Project** → **Insights** → **Dashboard**
**Date range selector**: A toggle in the top-right corner lets you select **7d**, **30d** (default), or **90d**. Changing the range refreshes all KPI cards, charts, and conversation data on the page.
diff --git a/agent-platform/analytics-insights/performance-quality.mdx b/agent-platform/analytics-insights/performance-quality.mdx
index 9d467d72..8f017769 100644
--- a/agent-platform/analytics-insights/performance-quality.mdx
+++ b/agent-platform/analytics-insights/performance-quality.mdx
@@ -1,6 +1,6 @@
---
-title: Performance and Quality
-sidebarTitle: Performance and Quality
+title: Quality Insights
+sidebarTitle: Quality Insights
---
This document covers agent evaluation in Analytics and Insights: the Agent Performance page for per-agent quality scorecards and comparison, and the Quality Monitor page for system-wide quality health across five evaluation dimensions.
@@ -9,7 +9,7 @@ This document covers agent evaluation in Analytics and Insights: the Agent Perfo
The **Agent Performance** page lets you monitor and compare the quality of every agent in your project across all evaluation dimensions. It surfaces which agents are performing well, which need attention, and how quality trends over time — useful for multi-agent architectures where different agents handle different conversation types.
-**Navigation**: **Project** → **Insights** → **Agent Performance**
+Navigation: **Project** → **Insights** → **Agent Performance**
**Date range selector**: Use the toggle in the top-right corner to select **7d**, **30d**, or **90d**. A **Compare** button next to the date selector opens a side-by-side agent comparison view.
diff --git a/agent-platform/analytics-insights/project-insights.mdx b/agent-platform/analytics-insights/project-insights.mdx
deleted file mode 100644
index b51a93a2..00000000
--- a/agent-platform/analytics-insights/project-insights.mdx
+++ /dev/null
@@ -1,414 +0,0 @@
----
-title: Project Insights
-sidebarTitle: Project Insights
----
-
-**Insights** provides analytics and monitoring for your AI agent program. It brings together executive dashboards, evaluation pages, voice channel diagnostics, and a configurable pipeline framework in a single section, giving teams visibility into agent quality, customer sentiment, operational efficiency, and cost performance.
-
-| Insight | Purpose |
-|---------------------------------------------|------------------------------------------------------------------------------------------|
-| [Dashboard](#dashboard) | Executive overview with KPIs, trend charts, outcome distribution, ROI metrics, and a filterable conversation list |
-| [Analytics](#analytics) | Event volume, LLM performance, cost tracking, and session/trace exploration with granular time ranges |
-| [Billing and Usage](#billing-and-usage) | Billing-unit consumption reporting with time-range controls for cost governance |
-| [Agent Performance](#agent-performance) | Per-agent quality scorecards with side-by-side comparison, status flagging, and quality trends |
-| [Quality Monitor](#quality-monitor) | Aggregated quality health across five evaluation dimensions with trend analysis and issue flagging |
-| [Customer Insights](#customer-insights) | Intent distribution, sentiment trajectory, frustration detection, and resolution tracking |
-| [Feedback](#feedback) | End-user ratings and verbatim comments captured from chat sessions, with multi-filter controls |
-| [Voice Analytics](#voice-analytics) | Call quality (MOS), ASR accuracy, end-to-end latency, barge-in, and DTMF fallback metrics |
-| [Agent Transfer](#agent-transfer) | Efficiency, queue performance, and human-agent metrics for escalated conversations |
-| [Pipelines](#pipelines) | Built-in and custom analytics pipelines with a visual node-based editor for custom evaluation logic |
-
-## Before You Begin
-
-Confirm the following before working with Insights pages:
-
-- You must have at least **Viewer**-level access to the project.
-- **Agent Performance**, **Quality Monitor**, and **Customer Insights** require analytics pipelines enabled in **Settings**. Without pipelines, these pages display a placeholder prompting you to enable them.
-- **Voice Analytics** requires at least one voice channel deployment to generate data. Without a voice deployment, the page is empty.
-- Dashboard KPI cards, such as **Quality Score** and **Avg Sentiment**, display a dash (–) until pipelines evaluate sufficient conversation data.
-
-## Accessing Insights
-
-**Navigation**: **Project** → **Sidebar** → **Insights**
-
-The Insights sidebar lists all available pages. Click any page name to navigate directly.
-
----
-
-## Dashboard
-
-The **Dashboard** page provides a pre-built executive overview of your AI agent program. It aggregates key performance indicators, trend visualizations, outcome breakdowns, and a conversation-level drill-down into a single view, giving stakeholders immediate visibility into agent performance without any configuration. Use it as the starting point for daily operational checks or to prepare data for leadership reviews.
-
-**Navigation**: **Project** → **Insights** → **Dashboard**
-
-**Date range selector**: A toggle in the top-right corner lets you select **7d**, **30d** (default), or **90d**. Changing the range refreshes all KPI cards, charts, and conversation data on the page.
-
-
-
-**KPI Metric Cards**
-
-Six metric cards appear at the top of the page. Each card displays a primary value and, where applicable, a sub-label with supporting context. Warning icons appear on cards where the metric falls below expected thresholds.
-
-| Metric | Description |
-|----------------------|---------------------------------------------------------------------------------------------------|
-| **Conversations** | Total conversation count in the selected period. The sub-label shows how many conversations pipelines evaluated. |
-| **Containment Rate** | Percentage of sessions the agent resolved without human escalation. A warning icon appears when the rate drops below the platform-configured threshold. The sub-label shows the resolved count versus the total evaluated. |
-| **Quality Score** | Aggregated quality score across all evaluated conversations, derived from pipeline evaluations. Displays a dash (–) if no quality pipeline has processed data yet. |
-| **Avg Sentiment** | Average sentiment score across all conversations in the period. Displays a dash (–) if the sentiment pipeline has not yet run or if the platform lacks sufficient data. |
-| **Cost Savings** | Estimated cost savings compared to human-handled conversations. A positive value indicates cost-efficiency; a negative value indicates the program has not yet reached cost parity with human support. |
-| **Escalation Rate** | Percentage of sessions escalated to a human agent. The sub-label shows the escalated count versus the total evaluated. |
-
-**Tabs**
-
-Below the KPI cards, four tabs organize the dashboard's detailed views:
-
-| Tab | What it shows |
-|-------------------|---------------------------------------------------------------------------------------------------|
-| **Overview** | A **Conversation Volume & Containment Rate** trend chart plotting daily conversation count and containment percentage over the selected period. Below the chart, an **Outcome Distribution** horizontal bar breaks down conversations into three categories: Resolved (green), Contained-unresolved (amber: the AI handled the conversation but resolution remains uncertain), and Escalated (red). Each segment shows its count and percentage. |
-| **Trends** | Longitudinal trend lines for all core KPIs, conversations, containment, quality, sentiment, cost savings, and escalation, over the selected period. Use this tab to identify sustained improvements or regressions across multiple metrics simultaneously. |
-| **ROI** | Return-on-investment metrics comparing agent costs to human-handled baselines. Includes cost-per-conversation, total savings, and efficiency ratios. |
-| **Conversations** | A filterable, sortable list of individual conversations with columns for status, outcome, agent name, duration, and key metrics. Click any row to open the full conversation detail. |
-
----
-
-## Analytics
-
-The **Analytics** page monitors event volume, LLM performance, token consumption, and cost in near real time. Unlike the Dashboard, it offers granular time controls down to 30-minute windows—useful for investigating production incidents, tracking the impact of model changes, or auditing LLM spend during peak traffic.
-
-**Navigation**: **Project** → **Insights** → **Analytics**
-
-**Time range controls**
-Analytics supports the most granular time ranges in the Insights section: **30m**, **1h**, **3h**, **6h**, **12h**, **24h**, **2d**, **7d**, **30d**, or a **Custom** range where you specify exact start and end timestamps. This granularity is especially useful for correlating agent errors or latency spikes with specific deployment events.
-
-
-
-**Overview Tab**
-
-Six metric cards summarize the selected period at a glance:
-
-| Metric | Description |
-|--------------|------------------------------------------------------------------------------------------------|
-| **Sessions** | Total sessions in the selected period. A session represents a single end-to-end interaction between a user and the agent system. |
-| **Messages** | Total messages across all sessions, including both user messages and agent responses. |
-| **LLM Calls** | Total LLM API calls agents made during the period. Includes calls to all configured models (for example, routing, generation, evaluation). |
-| **Errors** | Total errors during agent execution, including LLM failures, timeout errors, and tool invocation errors. |
-| **Tokens** | Total LLM tokens (input + output) across all calls. |
-| **Cost** | Estimated cost based on token usage and per-model pricing. Use this to track spend against budgets or compare cost-efficiency across model configurations. |
-
-**Additional Tabs**
-
-| Tab | Purpose |
-|----------------------|-----------------------------------------------------------------------------------------------|
-| **LLM Performance** | Model-level metrics including per-call latency distributions, average tokens per call, error rates by model, and throughput. Use this tab to benchmark model performance and identify candidates for optimization or replacement. |
-| **Sessions Explorer** | Browse and filter individual sessions with full conversation details, trace counts, token usage, and duration. Each session row expands into a detailed view with turn-by-turn replay, token breakdown, and model information. |
-| **Traces Explorer** | Search and inspect individual trace events across sessions. Filter by event type, agent name, or error status to isolate specific execution paths for debugging. |
-| **Query** | Run custom analytics queries against project event data using a query interface. Useful for ad-hoc investigations that don't fit pre-built views. |
-
-**Session Detail View**
-
-When you open a session from the Sessions Explorer (or from the Trace Viewer under Evaluate), the platform displays a comprehensive session detail page with the following sections:
-
-| Section | Details |
-|----------------------|-----------------------------------------------------------------------------------------------|
-| **Session header** | Session ID, agent name, trace status badge (for example, "history / partial"), total traces, total tokens, and session cost in a summary bar at the top. |
-| **Conversation pane** | Full turn-by-turn dialog replay showing user messages and agent responses. Each agent's turn displays the responding agent's name and response latency. Multi-agent sessions show hand-offs between agents. |
-| **Session Overview tab** | Agent name, session ID, message count, trace event count, connection state (Connected / Disconnected), and timestamps (Started, Finished). |
-| **Token Breakdown** | Tokens In, Tokens Out, Total Tokens, LLM Calls count, and total Cost in a grid of metric cards. |
-| **Models Used** | Lists each LLM model the session invoked, with its model identifier and version string. |
-| **Trace tabs** | Tabbed navigation across: Overview, Traces, Errors, Data, Conversation, Performance, IR (Intermediate Representation), and a Traces download option. |
-| **Timeout Diagnostics** | Browser idle timeout and Access Token TTL values for the session, useful for diagnosing disconnections. |
-
----
-
-## Billing and Usage
-
-The **Billing and Usage** page provides a consolidated view of your project's billing-unit consumption, enabling finance and operations teams to monitor spend, forecast costs, and ensure the project stays within allocated budgets. The platform calculates billing data from materialized processing batches, so there may be a short delay before the most recent usage appears.
-
-**Navigation**: **Project** → **Insights** → **Billing and Usage**
-
-Use the time range selector to view usage for the last **7 days**, **30 days**, or **90 days**. The page displays aggregated billing-unit counts, breakdowns by resource type (LLM calls, token consumption, pipeline executions), and trend lines showing usage over the selected period.
-
----
-
-## Agent Performance
-
-The **Agent Performance** page lets you monitor and compare the quality of every agent in your project across all evaluation dimensions. It surfaces which agents are performing well, which need attention, and how quality trends over time—useful for multi-agent architectures where different agents handle different conversation types.
-
-**Navigation**: **Project** → **Insights** → **Agent Performance**
-
-**Date range selector**: Use the toggle in the top-right corner to select **7d**, **30d**, or **90d**. A **Compare** button next to the date selector opens a side-by-side agent comparison view.
-
-
-
-**Agent Health Summary**
-
-A banner at the top of the page displays the total number of agents, total conversations evaluated, and a status breakdown showing how many agents the system flags as **Critical** (red) versus **Healthy** (green). This gives you an instant read on overall agent health before diving into individual scores.
-
-**KPI Metric Cards**
-
-Five metric cards show aggregated scores across all agents:
-
-| Metric | Description | Scale |
-|-----------------------|---------------------------------------------------------------------------------------------|--------------------|
-| **Quality** | Aggregated quality score across all evaluated conversations. A warning triangle appears if the score falls below the threshold. | 0–5 (avg score) |
-| **Hallucination Rate** | Percentage of agent responses the system flags for unsupported claims, self-contradictions, or factual inaccuracies. | 0–100% (lower is better) |
-| **Knowledge Gaps** | Count of conversations where the agent lacked sufficient knowledge base coverage to answer the query. | Count (lower is better) |
-| **Safety Score** | Guardrail pass rate, the percentage of responses passing all configured safety guardrails. | 0–100% (higher is better) |
-| **Context Score** | Average score for how well agents preserved relevant conversational context across multi-turn interactions. | 0–5 (avg score) |
-
-**Agent Table**
-
-Below the KPI cards, a searchable, sortable table lists every agent with the following columns:
-
-| Column | Description |
-|--------------------|--------------------------------------------------------------------------|
-| **Agent** | Agent name. |
-| **Status** | Health status: Critical (red badge) or Healthy (green badge), based on aggregate scores. |
-| **Conversations** | Number of conversations the agent handled in the selected period. |
-| **Quality** | Agent's individual quality score (0–5). |
-| **Hallucination** | Agent's hallucination rate (%). |
-| **Knowledge Gaps** | Count of knowledge gap detections for this agent. |
-| **Safety** | Agent's guardrail pass rate (%). |
-| **Context** | Agent's context preservation score (0–5). |
-
-Use the search bar to filter by agent name. Toggle between **Critical** and **All** using the filter pills to focus on agents needing immediate attention.
-
-**Quality Trend Chart**
-
-A time-series chart at the bottom of the page plots two lines, **Avg Quality** and **Flagged**, over the selected period. The shaded area between the lines highlights the quality gap, making regressions visually obvious. Hover over any point to see exact values and dates.
-
-
An AI-programmable foundation for building and deploying enterprise AI agents across customer and employee experiences, with certainty:
+\{ **Artemis** \} the next-generation Kore.ai Agent Platform for building, deploying, and governing programmable agent systems at enterprise scale with certainty: