> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/private-panels/panel-management/panel-dashboard-and-metrics.md).

# Panel dashboard and metrics

Each of your [Panels](/private-panels/panel-management/multiple-panels.md) have a Dashboard page, where you can view engagement and segment metrics.

![](/files/37a1f2e39951cf67f1866a5945264b00df4d6109)

### Viewing Dashboards

To access the Dashboard page, you can either:

{% stepper %}
{% step %}
Go to **Panels > All Panels**. Click on **Dashboard** for the panel row you'd like to see the data.

<figure><img src="/files/i4KskjaCB164Ygd7JpXQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Go to a **Panels > Panelists** tab. Under the Panel selection select the **Pie Chart** icon for the panel dashboard you want to view.

![](/files/e527fa5b4e70aafa79f2699d5be19727c5a6df34)
{% endstep %}
{% endstepper %}

### Metrics Explained

By default, Private Panels will show you four sets of metrics in the dashboard from the last 30 days.

* **Total Panelists** - The total number of all panelists in the panel
* **New Panelists** - The total number of panelists that signed up in the selected time period
* **Active Panelists** - The total number of panelists that have completed at least one survey in the selected time period
* **Participated Panelists** - The total number of panelists that have participated in a study in the selected time period

![](/files/fe16ebaf03c3054d403d693cead15a0976dbce27)

### Adding Custom Metrics

In addition to the default four sets of metrics, you can add up to ten additional custom metrics. These metrics must be closed-ended question types, which includes:

* single-select
* checkbox
* number
* boolean

To add a new metric to the dashboard, select "Add Metric" followed by which panel property you'd like to add.

![](/files/afa7bcf1e3cd7feb91850ba853b977521b63b2bb)

![](/files/ae35b1c64139b30421b01d8af83bdd11b5e97aa0)

Two things to note about this experience:

1. The panel properties added to the Dashboard will calculate for the selected time period.
2. All data is calculated at 12AM PST, but you can refresh the custom metric manually as well.

![](/files/9974e10c11661e32a5d575716e9fedb3ebd7e6a3)

{% hint style="info" %}
**Note:** Private Panels was previously managed outside of Dscout, so you may see a different logo and URL in some places. If you have any questions, contact <support@dscout.com>.
{% endhint %}


---

# 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://help.dscout.com/private-panels/panel-management/panel-dashboard-and-metrics.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.
