> For the complete documentation index, see [llms.txt](https://distance.gitbook.io/distance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://distance.gitbook.io/distance/getting-started/dashboard.md).

# Dashboard

### **Introduction**

The **Dashboard** gives your team a clear view of activity across chat, calls, and tickets. Metrics, charts, and key performance indicators help monitor trends, agent activity, and response efficiency at a glance.&#x20;

<div data-with-frame="true"><figure><img src="/files/nFjPMZUbW6b8DMi4z9L1" alt=""><figcaption></figcaption></figure></div>

Sections like knowledge base ratings, team management, and My Tickets provide immediate access to operational insights and actionable tasks.

***

### **Why the Dashboard matters**

**Monitor overall activity**. See chats, calls, and tickets across different time ranges.

**Track response efficiency**. Average chat and call durations, and median response time highlight workflow bottlenecks.

**Identify trends**. Visualizations like conversations per channel, conversation volume, active agents, and ticket types make patterns easy to spot.

**Manage your team**. Quickly invite team members, assign responsibilities, and configure notifications.

**Improve performance**. Knowledge base ratings and actionable insights highlight areas for training or process improvement.

***

### **Overview section**

The **Overview** section summarizes your key metrics for the selected time range. Metric cards provide quick insight into your activity, including chats, calls, and service requests, as well as average chat and call durations and median response time.

<div data-with-frame="true"><figure><img src="/files/20bIxB6dIYtLmij70QFB" alt=""><figcaption></figcaption></figure></div>

**Metric cards** - Displays cards summarizing activity over the selected time range. Metrics include:

* **# of Chats** - Total number of chat conversations in the last 30 days.
* **# of Calls** - Total number of phone calls in the last 30 days.
* **# of Service Requests** - Total number of service request tickets in the last 30 days.
* **Avg Chat Duration** - Average length of chat conversations in the last 30 days.
* **Avg Call Duration** - Average length of phone calls in the last 30 days.
* **Median Response Time** - Median time to first response across all conversations in the last 30 days.

<div data-with-frame="true"><figure><img src="/files/Sdlz8NctiiUgTDg1pN0G" alt=""><figcaption></figcaption></figure></div>

**Charts and visualizations** - Help you analyze performance and trends.

* **Conversations per channel** - Donut chart showing message volume per channel.
* **Conversation volume** - Vertical bar chart showing chat, call, and ticket trends over time.
* **Most active agents** - Shows agents with the highest conversation counts.
* **Ticket types** - Horizontal bar chart summarizing ticket categories.

The default view is set to the **last 30 days**, but you can switch to **Today** or **All Time** to analyze different time ranges.

***

### **Knowledge base rating**

<div data-with-frame="true"><figure><img src="/files/qN1alZIjfuWsFuBRvJES" alt=""><figcaption></figcaption></figure></div>

This section displays the percentage of positive ratings for your Knowledge Base articles. Use the **Improve** (redirects to **Knowledge Base** page) button to quickly update or refine content for better customer satisfaction.

***

### **Manage your team**

Add and configure your team members to control ticket assignments and notifications.

<div data-with-frame="true"><figure><img src="/files/clU0ZpmuMSEj2DnAfUJH" alt=""><figcaption></figcaption></figure></div>

* **Invite your team members** - Click **Invite** to send invites (redirects to **Settings** → **Team**).
* **Configure assignment rules and notifications** – Click **Configure** to set rules and alerts (redirects to **Settings** → **Notifications**).

This section ensures the right team members handle the right conversations while keeping notifications tailored to their workflow.

***

### **My tickets**

<div data-with-frame="true"><figure><img src="/files/KasP92zXXLCaestEWx0c" alt=""><figcaption></figcaption></figure></div>

The **My Tickets** section shows tickets assigned to you or linked to your activity. Quickly view, manage, and follow up on ongoing tickets without leaving the Dashboard.

The **Dashboard** helps your team make faster, more informed decisions by turning activity data into clear, actionable insight. With visibility into performance trends and workload at a glance, teams can respond more efficiently, spot issues early, and continuously improve the customer experience.


---

# 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://distance.gitbook.io/distance/getting-started/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.
