> 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/panelists-logged-in-view.md).

# Panelists logged in view

## Panelist Accounts

You can allow panelists to Sign Up to your panel by having them create a panelist account with their email and a password. To get a link to this sign up form, you can go to **Settings Panel Sign Up**. For the panelists to login and update their info, the link can be found **Settings Panel Log In**. The form will look something like this, and of course can be white-labeled.

<img src="/files/0af73c7fadd2bb8fda12adaf1deb8117cc1d495b" alt="" width="375">

Private Panels keeps track of your panelists' information until such time that they [delete their data](/private-panels/panel-management/panelist-consent-and-opt-in.md). They can view their information on a dashboard which contains the following:

* Account details
* Your company's profile introduction (optional)
* Signup forms with the [Show in Profile setting turned on](/private-panels/panel-management/panel-sign-up-forms.md)
* Studies they're participating in and their session schedules

You can place your logo at the top by following our [Custom Branding](/private-panels/organization-settings/custom-branding.md) guide.

<img src="/files/7801e7462802c59acb65980fec30fc4b76d0b4cb" alt="" width="375">

They can click any of the signup forms to answer or update them. The forms will look similar to the image below. Clicking the **Back to profile** button will bring them back to their dashboard.

<img src="/files/96b23e4c9f914b4b11f79e2568d2e28e1614676d" alt="" width="563">

## Adding Profile Introduction

You can use the profile introduction to give your panelists a brief description of your company, let them know about important things they should know about as a panelist, etc. This can be added in **Settings General**, then scroll down to the **Panelist Experience** section. Then, type your profile introduction in the rich text editor beside **Profile Introduction**. Any changes made here are automatically saved.

![](/files/7470304b65e46707dedf89a3040f821eec975ce5)

{% 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/panelists-logged-in-view.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.
