> 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/panelist-fatigue-and-eligibility.md).

# Panelist fatigue and eligibility

This is how you can prevent panelist fatigue (i.e. overuse; not reaching out too many times to the same panelists; not scheduling them too many times). Also, this will prevent your team from contacting the same panelists either for two different team's simultaneous efforts, or also too soon after they participated in a session.

**Email Fatigue:** the amount of days to suppress sending emails in a new study, since the last time they were contacted for another study.

**Scheduling Fatigue:** the amount of days to suppress session scheduling in a new study, since the last time they were scheduled for another study.

**Incentive Fatigue:** the amount of money paid out to a panelist for the current year.

## Configure panelist fatigue

{% hint style="warning" %}
Panelists matching the fatigue setting will automatically be hidden in the Panel.
{% endhint %}

In **Settings > Panelist Fatigue**, you can set the number of days.

![](/files/ec9ba254cbffdd60ca4ccdc3c1ec81a1489f9854)

For example, if you send an email invite and schedule Amy to **Study 1**, she won't be eligible to receive emails for **Study 2** for 7 days. She will also **not** be able to be scheduled for another study for 180 days after her **Study 1** session.

## Panelist Fatigue Filter Toggle

To see which panelists are currently being excluded due to fatigue, you can toggle "Show fatigued" in the Panel tab.

![](/files/7e88ac2d87ea83bd2231df25b8f9350e381f5fd9)

## Circumvent fatigue settings within a Study

Within a Study, when viewing a respondent, you are able to manually circumvent the fatigue settings for a single panelist.

## Incentive Fatigue Warning

To ensure that incentive limits are not surpassed for a respondent, the **Panelist Profile** and **Study Participation** will show a **Total annual incentives paid** metric to help you track past payments. The denominator is set in **Settings Panelist Fatigue**.

![](/files/cdc938d8954bdcc084cc9096cf913274469dc261)

{% 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/panelist-fatigue-and-eligibility.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.
