> 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/get-started/sign-in-to-private-panels.md).

# Sign in to Private Panels

Users who have been invited to join their organization’s Private Panels account can sign in by following the link in their invitation email. Once they’ve created their account, they can sign in directly through the platform.

{% hint style="info" %}
If your subscription includes both the core Dscout platform *and* Private Panels, you can access Private Panels directly from your Dscout account. For more information, see [Add panelists to a Dscout study from Private Panels](/private-panels/get-started/add-panelists-to-a-dscout-study-from-private-panels.md).
{% endhint %}

## First-time user

If you’re new to Private Panels and have been invited to join your organization’s account, you’ll be prompted to set up your account.

**To sign in as a first-time user:**

{% stepper %}
{% step %}
In your invitation email, click **Join Private Panels**. The account creation page is displayed.

![](/files/005e06b8aff5f486ccad4054fa306aa6994e2ed3)
{% endstep %}

{% step %}
Choose a sign-up method from the following options:

* **Sign up with Google**.
* **Sign up with Microsoft**.
* **Sign up with email**.

<img src="/files/61fa49d80aed63291bd4a08a30a7d0cab363c49d" alt="" width="375">
{% endstep %}

{% step %}
**(Google and Microsoft only)** Agree to the [Terms of Service](https://dscout.com/legal/master-access-agreement), then complete the steps as prompted to connect your account to Private Panels.
{% endstep %}

{% step %}
**(Email only)** Enter your **name**, **email address**, and a **password**. Then, agree to the [Terms of Service](https://dscout.com/legal/master-access-agreement) and click **Sign up**.

![](/files/43ce6e6844a19bad9838608aab4b4028834f30eb)

{% hint style="info" %}
**Note:** Passwords must be a minimum of 12 characters in length.
{% endhint %}
{% endstep %}

{% step %}
**(Email only)** Check your inbox for a verification email. Then, click the link in the email to verify your account.
{% endstep %}
{% endstepper %}

Now, welcome to Private Panels! Browse the other sections in our help center for advice on how to get started. Or, check in with your collaborators to see what needs to be completed.

## Returning user

If you’ve accessed Private Panels before and just need a refresher on how to sign in, we’ve got you covered.

**To sign in to Private Panels:**

{% stepper %}
{% step %}
Navigate to <https://app.dscout.com/panels-ui/login>.
{% endstep %}

{% step %}
Select a single sign-on option (Google or Microsoft). Or, enter your **email** and **password**, then click **Log in with email**.

![](/files/0a7b2c0ba735a3b554a7b9293978fcdea352dde2)
{% endstep %}
{% endstepper %}

Now, you’ve successfully signed in to Private Panels.

If you need help resetting your password, see [Reset a Private Panels password](/private-panels/get-started/reset-your-password.md).


---

# 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/get-started/sign-in-to-private-panels.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.
