> For the complete documentation index, see [llms.txt](https://learn.doubletick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.doubletick.io/ai-suite/cx-overview/how-to-access-cx-overview-and-understand-the-dashboard.md).

# How to Access CX Overview and Understand the Dashboard

Once CX Overview is enabled, you can easily access it from your DoubleTick dashboard.

This page displays all incidents detected by AI based on the issue rules you have configured.

***

#### <mark style="color:$primary;">**Where to Find CX Overview in DoubleTick**</mark>

<figure><img src="/files/thm0Pk42v9uwhCNw59Sk" alt=""><figcaption></figcaption></figure>

Follow these steps to access CX Overview:

1. Log in to your **DoubleTick account**.
2. On the **left side of the screen**, hover over the navigation panel to expand it.
3. Look for the **CX Overview** section.
4. Click **CX Overview**.

Once opened, you will see a list of chats where AI has detected issues based on your configured conditions.

Each row represents a detected incident.

***

#### <mark style="color:$primary;">**Filters Available in CX Overview**</mark>

<figure><img src="/files/O7yIf02NSJWQWG58wAWJ" alt=""><figcaption></figcaption></figure>

CX Overview provides several filters to help you quickly focus on the incidents that matter most.

**Agent** — View incidents for all agents or filter by one or more specific team members.

**Issue** — Filter by issue type such as Payment Issue, Escalation Needed, or Highly Qualified Lead.

**Status** — Filter by Pending, In Progress, Resolved, or Not an Issue.

**Date** — Choose from Today, Yesterday, This Week, Last Week, or a Custom Date Range.

***

#### <mark style="color:$primary;">**Understanding the Incident Summary**</mark>

<figure><img src="/files/MR3AKehdyCiSG8em3fXN" alt=""><figcaption></figcaption></figure>

At the top of the CX Overview page, you will see an **incident summary section**.

This section provides a quick overview of all detected incidents.

The summary includes:

**Total Incidents**\
The total number of incidents detected in the selected date range.

**Resolved Incidents**\
The number of incidents that have already been handled.

**Pending Incidents**\
The number of incidents that still require action.

**In Progress Incidents**\
The number of incidents that are currently being worked on.

This section helps managers quickly understand the overall status of customer experience incidents.

***

#### <mark style="color:$primary;">**Viewing the Detected Incident**</mark>

<figure><img src="/files/DvhlZqe92miobNiiS0xF" alt=""><figcaption></figcaption></figure>

Each incident row shows key details about the conversation.

This includes:

**Date** — When the incident was detected

**Issue** — The AI-assigned category label

**Incident** — A short AI-generated description of what happened

**Customer** — The customer involved

**Agent** — The team member who handled the conversation

**Message** — A preview of the message that triggered the flag

**Status** — The current resolution state of the incident

***

#### <mark style="color:$primary;">**Viewing the Full Conversation**</mark>

<figure><img src="/files/NNSyWmZ7E6kE3hBCk9Wq" alt=""><figcaption></figcaption></figure>

Click any incident row to open the full conversation in a panel on the right side of the page.

Inside this panel you can:

* Read the complete conversation history between the customer and agent
* Reassign the conversation to a different team member
* Initiate a call to the customer directly
* Search for specific messages within the chat
* Add an internal note for your team

#### <mark style="color:$primary;">**Next Step**</mark>

To learn how to configure issue detection rules for CX Overview, read:

**How to Configure Issues and Incident Detection in CX Overview**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://learn.doubletick.io/ai-suite/cx-overview/how-to-access-cx-overview-and-understand-the-dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
