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

# Dashboard

> The ***Dashboard*** page opens when you log in to Connect AI. It provides a high-level overview of recent queries and account activity.

<Frame>
  <img src="https://mintcdn.com/cdata/_rEUmb6X7-Bo62t-/en/images/dashboard.png?fit=max&auto=format&n=_rEUmb6X7-Bo62t-&q=85&s=5959a01f9ae4a5562c6b64c55dc2e359" alt="Dashboard" width="1211" height="947" data-path="en/images/dashboard.png" />
</Frame>

In the upper-right corner of the page, you can click **1 Day**, **7 Days**, or **30 Days** to adjust the data shown. Connect AI refreshes the page and updates the displayed data accordingly.

## Quick Actions

The quick actions section provides links to the most commonly-used functions in Connect AI.

* **Discover Data with AI:** This action provides links to [**Data Copilot**](/en/Data-Copilot) for AI-generated insights with no setup required, and to [**MCP Integrations**](/en/Integrations#ai-tools) for AI insights via your favorite AI integration tool.
* **Set Up Connection:** This action takes you to the [**Sources**](/en/Sources) page to view and add data connections.
* **Explore Data:** This action takes you to the [**Data Explorer**](/en/Data-Explorer), where you can use the [**Query Builder**](/en/QueryBuilder) or the [**SQL Editor**](/en/Data-Explorer#create-a-query-in-the-sql-editor) to explore your connected data.
* **Connect Integrations:** This action takes you to the [**Integrations**](/en/Integrations) page, where you can visualize data with your favorite integration tool.

## Analytics

The analytics section displays the quantity for each of these four categories in the selected time period:

* **Rows:** The rows that are processed
* **Queries:** The queries that are performed
* **Active Connections:** The active connections on your account
* **Active Users**: The active users in your account
  <Frame>
    <img src="https://mintcdn.com/cdata/rskOtmB_oKRs4KNs/en/images/overview_infobox.png?fit=max&auto=format&n=rskOtmB_oKRs4KNs&q=85&s=80922a2447925a78638aeaa6c349d63c" alt="Information boxes" width="382" height="148" data-path="en/images/overview_infobox.png" />
  </Frame>

Underneath the count, each box displays the percentage change compared to the previous time period. This percentage change adjusts dynamically based on the time period that is selected.

## Data Visuals

Under the analytics section, the **Dashboard** page displays three visuals:

* **Queries Over Time**
* **Queries by Connection**
* **Queries by User**

### Queries Over Time

This bar graph shows the total number of queries that are made through your Connect AI account over the selected time period. The x-axis displays the dates, and the y-axis displays the number of queries.

<Frame>
  <img src="https://mintcdn.com/cdata/xTxaiJsKhHdp03pL/en/images/overview_qot.png?fit=max&auto=format&n=xTxaiJsKhHdp03pL&q=85&s=e013b2994084b76af8177c284787d39e" alt="Queries Over Time" width="692" height="456" data-path="en/images/overview_qot.png" />
</Frame>

Each bar is composed of two sections:

* The number of successful queries, displayed top portion of the bar and colored blue
* The number of failed queries, displayed as the bottom portion of the bar and colored red

Clicking the down arrow icon in the upper-right corner of the section opens an export menu. This menu enables you to export the graph as a data file.

### Queries by Connection

This table displays the number of queries that are made by each connection in the selected time period.

<Frame>
  <img src="https://mintcdn.com/cdata/xTxaiJsKhHdp03pL/en/images/overview_qbc.png?fit=max&auto=format&n=xTxaiJsKhHdp03pL&q=85&s=8b4cb19cd0d3dc4f11413a9e51058c4b" alt="Queries by Connection" width="460" height="422" data-path="en/images/overview_qbc.png" />
</Frame>

There are three columns in this table:

* **Connection:** The name that is given to the connection on the **Connections** tab
* **Queries:** The total number of queries, both successful and failed, that are made by the connection in the selected time period
* **Successful:** The percentage of queries from the connector that succeed in the selected time period

Clicking the name of a column sorts the table by that column. If the table is already sorted by the selected column, the sort function toggles between ascending and descending order.

### Queries by User

This table provides a detailed breakdown of the queries that are made by each user in the selected time period.

<Frame>
  <img src="https://mintcdn.com/cdata/rskOtmB_oKRs4KNs/en/images/overview_qbu.png?fit=max&auto=format&n=rskOtmB_oKRs4KNs&q=85&s=749d6ddaa4ab9fcebf0e9deb865b433a" alt="Queries by User" width="1169" height="411" data-path="en/images/overview_qbu.png" />
</Frame>

There are five columns in this table:

* **User:** The name of the user who performs the queries
* **Queries:** The number of queries that are performed by the user in the selected time period
* **Rows:** The number of rows that are processed by the user in the selected time period
* **Errors:** The number of failed queries for the user in the selected time period
* **Last Query:** The date and time of the user’s last query, formatted as *YYYY*-*MM*-*DD* *HH*:*MM*:*SS* UTC

Clicking the name of a column sorts the table by that column. If the table is already sorted by the selected column, the sort function toggles between ascending and descending order.
