> 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/screeners/survey-piping.md).

# Survey piping

Piping allows you to display a previously collected answer later in the survey. If you move questions, you will need to update the piping equation. It is best practice to put a piping question **on a new page**.

## Pipe an answer into options

{% stepper %}
{% step %}
Create a new element.

Create a new element **on a new page** which contains options (e.g. Dropdown, Single Select, Checkboxes, or Matrix).
{% endstep %}

{% step %}
Click **Add piping options**.

![](/files/5fb487b1445897ab013ba02ebbd427fc61afef44)
{% endstep %}

{% step %}
Select a previous question.

Select a previous question you'd like to pipe into this question.

![](/files/765995e7c33151e633b989b705aa66482cb39819)
{% endstep %}

{% step %}
Review the result.

Your result will look like this.

![](/files/256a3518d7c6a08f612886c1557e279777cb6475)
{% endstep %}
{% endstepper %}

## Pipe an answer into a question

To insert piping, you can click the **More** button to the right of the Question input field, and then click **Insert Piping**.

You can also do it manually using the equation **{pg=1,q=1}** for the answer from Question 1 on Page 1. To insert the answer from Question 4 on Page 5 you would use **{pg=5,q=4}**.

![](/files/259fc5d287ed4a08767212a95fa9f532085276c4)

This is what it will look like in the survey:

![](/files/71d474299da8e1f4f0665aea1756b74c1889387f)

## Question types you can pipe

* Short Answer
* Long Answer
* Number Input
* Dropdown
* Single Select / Radio
* Checkboxes
* Range
* Rating
* Date
* Matrix

{% 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/screeners/survey-piping.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.
