> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/panels/panel-views.md).

# Panel Views

## 👀 What are panel views ?

Panel views are subsets of your [panel members](/panels/panelists.md) that you can define using a set of [rules](/form-management/form-designer/condition-rules/conditions-rules.md). Once you have created a subset of your panelists using a panel view you could reuse it for example to create [targeted mailing invitations](/form-management/campaigns/campaign/panels.md)  or to [filter](/form-management/reports/filters.md) out your survey results based on the [panelists](/panels/panelists.md) that are part of the view.

## ➕ Adding a panel view

To add a new panel view click on the **New panel view button** of the **Views** section.

![](/files/-MC68jaADX6zmqmU3IHy)

1. Total panelist count that are part of the view. You may also view the panelists of this view by clicking on it.
2. [**Condition rules**](/form-management/form-designer/condition-rules/conditions-rules.md) defining what panelist should be included in this view.

## 🚀 Panel view actions

Using the 3 dots button you can trigger some quick actions to manage your panel view.

![](/files/-MC697XuQWjpj_Auuz_0)

* **`Delete`** the panel view. Deleting a view will not delete any panelists from it.


---

# 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://docs.ngsurvey.com/panels/panel-views.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.
