> 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/two-way-panel-property-sync.md).

# Two-way panel property sync

Two-way sync is a way for your surveys to communicate with your existing panel data, and vice versa.

#### From panel into survey

For example, you can automatically pre-populate answers in surveys if this data already exists in your panel. An example can be the panelists name, email, phone number, gender, DOB, and much more - they can skim it over to see that it's correct and move on to finish the survey.

#### From survey into panel

You can also save screener answers into the panel. For example, if you launch a new study and you ask a survey question about the types of vehicles people own (and this is not in your panel yet) - you can start saving this data to make your panel more valuable.

#### Turn on Two-way sync

{% stepper %}
{% step %}
When within a study and creating a screener within Screener Builder, click **Add element.**

![](/files/69d6856dc967fd4a846324ed8c4562035d959ee2)
{% endstep %}

{% step %}
Once you have added a question, click on the **Two way sync** button

![](/files/51bd3aa8b3e2f6c70da97b6058fe3412010874f0)
{% endstep %}

{% step %}
Then either choose an existing panelist property, or click **New Panelist Property** (Optional: read a more detailed explanation of [panel properties](/private-panels/panel-management/panel-properties.md)).
{% endstep %}

{% step %}
If your question is Single-select (Dropdown) or Multiple Choice (Checkbox), your next task is to click Populate answer options from this property. The goal of this step is to match the Panel Property Options exactly to the Survey Answers. If you do not do this step, there is a high chance that the survey answers will not properly save to the panel.

![](/files/860e433ab458da35e1a5d79076a04686bdb0e560)
{% endstep %}

{% step %}
When the panel property has been selected to sync with, map the screener values to the Panel Property column values.

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

### FAQ

<details>

<summary>For a multi-select or single-select, how can I capture an "Other" response?</summary>

In order to keep your multi-select and single-select panel property answers clean and consistent, we do not store user generated "Other" responses within panel properties as this will lead to a very messy data set. As a workaround, we suggest:

Add a closed-ended Other option to your Panel Property (e.g. "Favorite Color").Add a new Panel Property of type Text, such as "Other responses to Favorite Color".Within the screener, create 2 questions, one for the closed-ended question (e.g. "Favorite Color"), and another Short Answer for the open-ended "Other" response (e.g. "Other responses to Favorite Color"). Ensure two-way sync is enabled for both questions.Add question logic to link the closed-ended question to the open-ended question.

</details>

{% 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/two-way-panel-property-sync.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.
