> 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/consent-forms.md).

# Consent forms

{% hint style="warning" %}
**Important:** When a Consent Form is attached to a Panel, any panelist who submits (a) Panel Sign Up form, or (b) screener within a Study - will be shown a popup Consent Form, and will be required to fill it out before any data is saved.
{% endhint %}

To create a Consent Form, navigate to the **Settings Forms** page. Within this page, you can create new Consent Forms or Standard Panel Sign Up Forms. Previously, these were housed in the **Panel Panel Sign-up** page.

To create a new Consent Form, either click the "New Form" button in the top right of the page, or press "N" on your keyboard.

![](/files/77a94e47736f0c081c2290016ebf54308d434274)

For creating Consent Forms:

{% stepper %}
{% step %}
Select the Consent form type.
{% endstep %}

{% step %}
Add a **Title** for your form.
{% endstep %}

{% step %}
Add a description for context.
{% endstep %}

{% step %}
Click **Create form**.

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

Within the Form Builder, you'll notice that **three questions** have been added automatically; a Page Title, a Page Paragraph, and a Short Answer with a two way sync with the Email Panel Property. This can be modified, but an email question that syncs with the Email Panel Property **is required** to ensure that the Consent Form is attached to the panelist.

Now that the Consent Form has been built, you can attach the form to a Panel. To do so, navigate to the Panels tab, select "All Panels", and finally chose which Panel you would like to attach the form to.

![](/files/f3d2b5114616afd83b13723f530270feda1191bf)

From the Panel detail page, click "+ Add Consent Forms" and select the form you just created from the drop down. This will attach the Consent Form to the Panel.

![](/files/5632ff39ab21f736ae675a3ab8df7d1619c1e87c)

{% hint style="info" %}
**Note:** If you are looking to attach a Signup Form, use the "+ Add Signup Forms" button above.
{% endhint %}

{% 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/consent-forms.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.
