> 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-filters-and-segments.md).

# Panel filters and segments

## Filtering the panel

If your company has a large pool of panelists, filtering the panel can come in handy when you're looking for panelists with specific attributes or [panel properties](/private-panels/panel-management/panel-properties.md). It can also be used to find emails that weren't received by panelists in their inbox, i.e. bounced emails or spam complaints, discussed in our [Find bounced emails and spam complaints](/private-panels/panel-management/find-bounced-emails-and-spam-complaints.md) guide.

Here's how you can filter the panel:

{% stepper %}
{% step %}
In **Panel Panelists**, click the **+ Add Filter** button.
{% endstep %}

{% step %}
Select the panel property or custom panel property that you'd like to filter by from the drop-down options. A set of options will appear based on the property you choose.
{% endstep %}

{% step %}
You can add multiple filters. By default, they will be joined by an AND operand but you can change this to an OR operand by clicking it.

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

## Filter groups

Additionally, you can create filter groups by selecting the **+** icon next to the filter. This allows you to group filters with and/or, and compare them to other filter groups. (eg: TRUE in column A and TRUE in column B *or* TRUE in column A and TRUE in column C.)

![](/files/286b1b307996acccfcdecd12148f5a03cfb6b492)

## Switching between panels

To switch between Panels on the **Panelists** page, click on the large bold text at the top of the page to reveal a list of your [Multiple Panels](/private-panels/panel-management/multiple-panels.md).

<img src="/files/d16b433fc6be61a923785fee938d0bee34f1bfdc" alt="" width="375">

## Saving a Segment

Once you've filtered the panel, you can save the filters you've created so you can use them for next time. To do this, follow the steps below:

{% stepper %}
{% step %}
Click **Segments**.
{% endstep %}

{% step %}
The drop-down options will appear, click **+ New Segment**.
{% endstep %}

{% step %}
Type what you'd like to name the segment on the pop-up that appears at the top of the screen, then click **OK**.

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

## Loading a Segment

If you have a saved filter, you can load it by following the steps below:

{% stepper %}
{% step %}
In **Panel Panelists**, click the **Segments** drop-down button.
{% endstep %}

{% step %}
Select the **Segment** from the drop-down options.

<div align="left"><img src="/files/9b6fe9dec2f8db4da86e03afe7e1ca37b286df53" alt="" width="375"></div>
{% endstep %}
{% endstepper %}

{% 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-filters-and-segments.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.
