> 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/studies/study-overview.md).

# Study overview

The **Overview** page of a study is where you can view, edit, contact, and manage the panelists of that study. It gives you the status and other important details about each of the panelists in a table format.

![](/files/2588733ad86096b64f97fe70388a1d87cfe82aee)

By default, it only shows 20 of your panelists. If you’d like to view more, you can do so by clicking the **Load more** button.

![](/files/65007c7dc722eb8bafc6b0927ffd2062615c2d46)

You can also indicate if you’d like to show 20, 50, or 100 panelists per page by clicking the drop-down button beside the Load more button then selecting your preferred number of panelists per page.

![](/files/4e115865766b34c5456330d4e6c1de287497b746)

To quickly find a specific panelist, type their name, email, or phone number on the search bar. The table will automatically respond to your search and will only show related panelists.

![](/files/26ab4abf49b3f351123974763a932cec620de82b)

To customize your overall view, click the drop-down button at the top-right corner of the Overview page. This is where you can select which columns to show or hide by turning on or off the toggle bar beside the column names on the drop-down, respectively.

![](/files/a0d0a7b844e963b2297f513d3490655f7be9fa82)

Other than these, more actions can be done within the **Overview** page of a study.

{% 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/studies/study-overview.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.
