> 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/reset-your-password.md).

# Reset your password

If you forgot your Private Panels password, you can reset it using the steps below.

{% 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 %}

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

{% step %}
Click **Forgot password?**

![](/files/b0851070a04bd93ac198c6f9bc22a416d6713839)
{% endstep %}

{% step %}
Enter the email address associated with your account.
{% endstep %}

{% step %}
Click **Send email**. A password reset email is sent to your account.
{% endstep %}

{% step %}
Check your inbox for the password reset email. Then, click the link in the email to reset your password.

![](/files/3c26db9df23d71f53608637e587c4602b7110538)
{% endstep %}

{% step %}
Enter a **new password**, then enter it again to confirm.

![](/files/4e87bd5db5e147e90d0963719e8e4d3c8b45a103)

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

{% step %}
Click **Save new password**. Your new password is saved.
{% endstep %}

{% step %}
On <https://app.dscout.com/panels-ui/login>, use your new password to sign in.
{% endstep %}
{% endstepper %}

Now, your password is reset and you’ve regained access to Private Panels.


---

# 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/reset-your-password.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.
