# Panel Members Distribution

## 👪 **What is a panel members distribution ?**

The panel members distribution is a powerful feature that will use the [panelists](/panels/panelists.md) of your [panels](/panels.md) as recipients.&#x20;

This way you can for example create a [panel ](/panels.md)that acts as a contact list and send out invitations to members of that panel or you could link a panel to one an existing SQL table that has contacts and re-use that existing information to send out your invitations.

{% hint style="info" %}
Panelist attributes can be pipe anywhere in the invitation text using the `++yourpanelattributepipe++` tag that can be found in the panel attribute settings page.&#x20;
{% endhint %}

## 🚀 **Panel Campaign Setup**&#x20;

![](/files/-MBNKlV3JyTCrqsC5rf-)

1. Select the panel having the panelists that will be used as recipients.
2. Select the attribute that will be used as recipient value (email / phone) for your campaign.
3. Send your invitations to all panel members or only to a few selected one.&#x20;

{% hint style="warning" %}
While automatically enabled by ngSurvey during the campaign launch its important to note that the i[nvitation code security item](/form-management/security/security-items/invitation-code.md) must be enabled on your survey to validate the invitation codes and to link the email to the respondent.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.ngsurvey.com/form-management/campaigns/campaign/panels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
