> 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/pii-masking.md).

# PII masking

For sensitive data like PII (Personal Identifiable Information), we offer the ability to "mask" or "hide" panel properties within Private Panels.

To mask PII in a Panel Property, navigate to Panels Panel Properties. From there, any panel property can be masked by clicking the Edit button.

![](/files/0ff89ee9af3472de212363f63123ab6b480eb3b5)

The Edit property modal allows a user to rename a property, change the property type, and also enabled/disable PII masking.

![](/files/7d8e94126f7f80ac8fe28bf2b22961a733d96bad)

When a panel property has been masked, it will show as blurred.

![](/files/2a914166a36a7750b5ded78ec1617a62644ef2bd)

## Temporary unmasking

Admin roles can temporarily unmask PII, which will be logged by the Private Panels system. This temporary unmasking is **unavailable** to non-admin roles.

![](/files/c440ecf0e0f2b4d50a891debb6b69de2a1e74fe2)

Panelists, when logging in to their accounts or viewing screeners with two-way sync can still view all their data, even properties marked as PII

## Exports

If a Panel Property has been masked, exporting data via CSV keeps data masked for all users, and will show the column as PII\_REDACTED.

![](/files/23ad47d102c50abe6b2ea6a1d2e55c0e7d2a4e5b)

{% 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/pii-masking.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.
