> 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/recruit-participants/dscout-scout-panel/ethnicity-balance.md).

# Ethnicity balance

<table><thead><tr><th>Study type</th><th data-type="checkbox">Availability</th></tr></thead><tbody><tr><td><strong>Screeners</strong></td><td>true</td></tr><tr><td><strong>Usability tests (auto-recruit)</strong></td><td>true</td></tr><tr><td><strong>Media surveys (auto-recruit)</strong></td><td>true</td></tr><tr><td><strong>Intercept studies</strong></td><td>true</td></tr><tr><td><strong>AI moderated studies (auto-recruit)</strong></td><td>true</td></tr></tbody></table>

You may already be familiar with the [Participant balance](/recruit-participants/dscout-scout-panel/participant-balance.md) control which ensures a balanced sample across major demographics (i.e. age, ethnicity, gender) by limiting samples within each segment to 65%. The **Ethnicity Balance** feature allows you to further customize your participant pool by editing the maximum number of responses allowed per ethnicity group in a given screener, usability test, or media survey.

To access this feature, navigate to the **Overview** tab of your screener or **Screener** tab in your study, and toggle on the Balance feature.

In screeners, you can click Customize Ethnicity Balance to view the percentages grid and further customize.

![](/files/c3a5eca78857a2bfa947bf10f1364f1e3f73dc0d)

This feature gives you more flexibility in creating a well-balanced mix of participants or narrowing your focus on one or more specific ethnic groups. For example, if you wanted to see no more than 25% of responses from participants who identify as White, you’d set the percentage next to “White” to be 25%. From there, you’d be able to customize the percentages for all other groups. Once the maximum percentage you set is reached, participants in that ethnicity group will no longer be able to view your screener or studies.

Similarly, if you wanted to see only responses from participants who identify as Black or African American, you’d set the percentage next to “Black or African American” to be 100%, and all other percentages to be 0%.

{% hint style="info" %}
**Note:** Sum of percentages must be equal to or greater than 100%.
{% 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/recruit-participants/dscout-scout-panel/ethnicity-balance.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.
