> 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/usability-tests/what-are-usability-tests-in-dscout/how-much-should-a-usability-test-pay.md).

# How much should a usability test pay?

{% 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. Expect to pay somewhere between $150 and $600 for just 15 to 30 minutes with a C-suite exec, clinician, etc.
{% endhint %}

When choosing an incentive for usability tests, the overall length of the mission is important, but so is the number of open-ended questions participants will have to answer. Most usability tests offer an incentive between $10 and $50. Use these specific guidelines to determine the right incentive for your mission:

| Question type                                 | Baseline incentive |
| --------------------------------------------- | ------------------ |
| Every task question                           | $8                 |
| Every 3 talk-out-loud or open-ended questions | $5                 |
| Every 10 closed-ended questions               | $5                 |

### Incentive ranges by recruitment approach

How you recruit for your mission determines how much you’re able to offer as an incentive. This is for a few reasons, including the risk associated with each type approach.

Use the table below to understand your options for each recruitment method:

| Recruitment approach                         | Available incentive range                              |
| -------------------------------------------- | ------------------------------------------------------ |
| **Auto-recruit from the Dscout Scout Panel** | $2–200                                                 |
| **Auto-recruit from Partner Panels**         | $5–200                                                 |
| **Add from screeners**                       | $1–200                                                 |
| **Invite via share link**                    | No enforced range as payment happens outside of Dscout |
| **Invite from Partner Panels**               | No enforced range as payment happens outside of Dscout |


---

# 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/usability-tests/what-are-usability-tests-in-dscout/how-much-should-a-usability-test-pay.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.
