> 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/panel-points.md).

# Panel points

When paying Private Panels participants, you have the option to pay using “panel points,” which participants can accumulate and then redeem when they choose. When redeeming panel points, participants can choose from Tremendous’s catalog of available rewards.

{% hint style="info" %}
Panel points require you have the Tremendous integration configured. For more information, see [Tremendous integration](/private-panels/integrations/tremendous-integration.md).
{% endhint %}

## Enable panel points in an organization

To use panel points as an incentive for your studies, you must first enable it at the organization level.

**To enable panel points in an organization:**

{% stepper %}
{% step %}
In Private Panels, open the **Settings** tab.

![](/files/fba3aa4fb0c1c333133db795a9d468ff36f57453)
{% endstep %}

{% step %}
Under **Panelist experience**, set the **Show panel points** toggle to **ON**. Additional fields are displayed.

![](/files/928ed7d2d216e871f5f7aaf3a97ac6e7a5edd8e0)
{% endstep %}

{% step %}
**(Optional)** Select a **Tremendous campaign** to use when issuing points for a study. For more information on adding Tremendous campaigns, see [Tremendous integration](/private-panels/integrations/tremendous-integration.md).
{% endstep %}

{% step %}
Under **Points equal to $1**, set how many points you want to equal one dollar when redeemed by participants.
{% endstep %}

{% step %}
Under **Minimum points to redeem**, set how many points participants must accumulate before they can be redeemed.

![](/files/1a81ff88ee8941c0e9e7f852f39a43839ba135c2)
{% endstep %}
{% endstepper %}

Now, panel points are enabled for your organization and can be set as the incentive type for your Private Panels studies.

## Set incentive type to points

To pay participants using points, you must first set your study’s incentive type to points.

**To set a study’s incentive type to points:**

{% stepper %}
{% step %}
Navigate to the study where you want to issue incentives using points.
{% endstep %}

{% step %}
Click **Study settings**.

![](/files/d3b1310c9bcdaa7c360646f8c6361a56a73795d8)
{% endstep %}

{% step %}
Under **Incentive**, select **Points**.
{% endstep %}

{% step %}
Enter the number of points participants will receive for participating in the study.

{% hint style="info" %}
When issuing incentives, you can issue a different number of points than what is set as the study’s incentive. If you need to issue a partial reward, for example, you can do that regardless of what is set in this field.
{% endhint %}

![](/files/9cc545e183a50149fcabf57b6ad1c80ea917be35)
{% endstep %}
{% endstepper %}

Now, the study’s incentive is set to points, and participants will see this advertised as the incentive they’ll receive for participating.

## Pay with points

When you’re ready to issue incentives, you can do so following the standard Private Panels payment process. For more information, see [Pay incentives in Private Panels](/private-panels/studies/pay-incentives-in-private-panels.md).

## View points for a panelist

You can view the total number of points awarded to a given panelist across all studies they’ve participated in.

**To view issued points by panelist:**

{% stepper %}
{% step %}
In Private Panels, open the **Panels** tab.

![](/files/e7a4d4b28373195e346256722797513d80133ffa)
{% endstep %}

{% step %}
Find and select the participant you want to view. The participant’s details are displayed.
{% endstep %}

{% step %}
Under **Points**, you can see the total points awarded as well as any recent issuances.

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

## What do participants see?

When participants log in to their panelist account, they’ll see their available points on their profile page:

<img src="/files/cc9f059bc77d8ff67345f27f173ee3694b45d2cc" alt="" width="375">

Here, they can click **Redeem points** to redeem their points through Tremendous.

{% hint style="info" %}
Panelists can only redeem up to $500 USD using panel points.
{% 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/panel-points.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.
