> 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/diary-studies/what-are-diary-studies-in-dscout/how-much-should-i-pay-for-diary-studies.md).

# How much should I pay for diary studies?

Diary studies can sometimes span several days or even weeks, depending on what you’re researching. However, we don’t recommend basing incentives on the length of the mission alone. Instead, it’s a good idea to pay on a per-activity and per-entry basis.

{% hint style="info" %}
**A note on niche recruits:** The following guidance does not apply when recruiting from our Partner Panels. Partner Panels offer access to niche, B2B recruits whose expertise is hard to source. Their schedules are tight, and the compensation you offer should reflect that. Budget accordingly.
{% endhint %}

Most diary studies offer an incentive between $50 and $200. Use these specific guidelines to determine the right incentive for your mission:

| Mission component                                  | Baseline incentive |
| -------------------------------------------------- | ------------------ |
| Every activity                                     | $10                |
| Every additional entry (in a multi-entry activity) | $5                 |

So, let’s say your mission has three activities, but the third activity requires two entries. The math for that would look like this:

* Activity 1: $10
* Activity 2: $10
* Activity 3: $15 ($10 for the activity and an additional $5 for the second entry)
* **Base mission incentive:** $35

### When do participants get paid? <a href="#h_01k2fvt1r0wemdaga7zbwzrfg8" id="h_01k2fvt1r0wemdaga7zbwzrfg8"></a>

Participants generally receive their incentive at the conclusion of the Diary mission. You are not expected to issue partial compensation if a participant doesn't complete the full mission, but you can of course accommodate unusual circumstances at your discretion.

### Who is responsible for processing payments? <a href="#h_01k2fvvb014p8yzapsdncq5vws" id="h_01k2fvvb014p8yzapsdncq5vws"></a>

#### If you screen with Dscout, we take care of processing payments. <a href="#h_01k2fzj9j8jdh35xedney3kb65" id="h_01k2fzj9j8jdh35xedney3kb65"></a>

If you build and launch a Dscout screener to find participants for your mission(s), Dscout staff will pay your scouts [via PayPal](https://www.paypal.com/us/home) as soon as you close your mission.

#### If you *don't* screen with Dscout, you're in charge of paying your participants. <a href="#h_01k2fzj9j8ct1s88w3n7sp1tqt" id="h_01k2fzj9j8ct1s88w3n7sp1tqt"></a>

If you do NOT screen with Dscout, you are in charge of paying your participants in whatever way you'd like. Keep in mind that participants expect to be paid soon after you [close your mission](/study-basics/edit-close-or-relaunch-missions/close-a-study.md). You can find the **Close Mission** button at the bottom of a mission's **Setup** page.


---

# 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/diary-studies/what-are-diary-studies-in-dscout/how-much-should-i-pay-for-diary-studies.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.
