> 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/interview-studies/create-an-interview-study/manage-incentives-in-an-interview-study.md).

# Manage incentives in an interview study

Your study incentive determines how much each participant will receive for completing an interview session. The incentive should reflect the time and effort required on their part, and it should also be enticing enough to encourage active participation.

You have the following incentive options in an interview study:

* **Monetary:** Participants will receive the designated dollar amount for the study.
  * **Paid via Dscout:** You approve participant payments in the Dscout platform, which Dscout then processes on your behalf through PayPal.
  * **Not paid via Dscout:** You are responsible for processing any and all payments for participants who take part in your study.
* **Non-monetary:** Participants will receive a reward in some form other than money. For example, a piece of thank-you merchandise from your company.
* **No reward:** Participants will not receive any reward for the study.

{% hint style="info" %}
For advice on what to offer your participants, see [How much should an interview study pay?](/interview-studies/what-are-interview-studies-in-dscout/how-much-should-an-interview-study-pay.md)
{% endhint %}

To set your study’s incentive:

{% stepper %}
{% step %}
Navigate to the **Setup** tab of your study. Then, select **Details**.
{% endstep %}

{% step %}
Click anywhere in the **Incentive** section.

![](/files/46601ac53a80eac8fc3a1ac562f32357086fa5ae)
{% endstep %}

{% step %}
Select a **Reward type**.

![](/files/786ffe0dd1a8f858373ec34a28f1de5f95ddb782)
{% endstep %}

{% step %}
Depending on your selection, enter the following:

* **Monetary:** Enter a dollar amount participants will receive, and select whether the reward will be paid via Dscout or not.
* **Non-monetary:** Enter a brief description of the reward participants will receive.
* **No reward:** No entry needed. Participants will not see any mention of a reward for this study.
  {% endstep %}

{% step %}
Click **Done**.
{% endstep %}
{% endstepper %}

Now, your incentive is set. Any incentives will be shown to participants when they join your study. If you’ve selected **No reward**, no mention of an incentive will be made to participants.

{% hint style="info" %}
For information on issuing incentives to your participants, see [Request payments in an interview study](/interview-studies/manage-an-interview-study/request-payments-in-an-interview-study.md)
{% 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/interview-studies/create-an-interview-study/manage-incentives-in-an-interview-study.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.
