> 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/de/panels/panel-views.md).

# Panel-Ansichten

## 👀 Was sind Panel-Views?

Panel-Views sind Teilmengen Ihres [panel members](/de/panels/panelists.md) die Sie mithilfe einer Reihe von [rules](/de/form-management/form-designer/condition-rules/conditions-rules.md). Nachdem Sie mithilfe einer Panel-View eine Teilmenge Ihrer Panelisten erstellt haben, können Sie diese beispielsweise wiederverwenden, um [targeted mailing invitations](/de/form-management/campaigns/campaign/panels.md)  oder um [filter](/de/form-management/reports/filters.md) Ihre Umfrageergebnisse basierend auf den [Panelisten](/de/panels/panelists.md) die Teil der View sind.

## ➕ Hinzufügen einer Panel-View

Um eine neue Panel-View hinzuzufügen, klicken Sie auf die **New panel view button** des **Views** Abschnitts.

![](/files/c30f56263811ec54007995126c42939e1445218b)

1. Gesamtanzahl der Panelisten, die Teil der View sind. Sie können die Panelisten dieser View auch anzeigen, indem Sie darauf klicken.
2. [**Bedingungsregeln**](/de/form-management/form-designer/condition-rules/conditions-rules.md) die definieren, welche Panelisten in diese View aufgenommen werden sollen.

## 🚀 Aktionen für Panel-Views

Über die Schaltfläche mit den 3 Punkten können Sie einige Schnellaktionen ausführen, um Ihre Panel-View zu verwalten.

![](/files/2d8e0b6d008f4001199eede5a2494d4ae7671d70)

* **`Löschen`** der Panel-View. Das Löschen einer View entfernt keine Panelisten daraus.


---

# 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/de/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.
