# Sensitive / PII Data

Currently, all Select Star users are able to see the same metadata descriptions and query history Select Star has processed. ‌

You can remove any sensitive or[ PII (Personally identifiable information)](https://www.gsa.gov/reference/gsa-privacy-program/rules-and-policies-protecting-pii-privacy-act) values from Select Star with a PII [Tag](/data-management/tag-management.md).

#### Video Tutorial: PII & Auto PII Detection

{% embed url="<https://www.loom.com/share/f531f6a5504d4308a104964262fc5b23?hideEmbedTopBar=true>" %}

{% hint style="success" %}
`PII` is a special tag in Select Star, where the value will be removed in-memory from SQL queries where they are exposed.
{% endhint %}

<figure><img src="/files/hzjhKk0sgTzOYDxyDhXT" alt=""><figcaption></figcaption></figure>

To be sure you are tagging all columns sources, click on the database in the left sidebar. Change the **Data Type** filter to **Columns**, and use `Cmd/Ctrl+F` to filter the results to find the columns you're looking for. You can then bulk select columns and tag them as PII.

<figure><img src="/files/PJul3jtc8jrqJmz4rZR8" alt=""><figcaption></figcaption></figure>

It is possible to write a query which shows PII directly, such as `SELECT * FROM customers c WHERE c.ssn = '555 66 7777'`. In Selct Star, any queries using data with the `PII` tag will be masked as shown.

![](/files/-MhGMmeyNaKeFp0ipuIT)

{% hint style="info" %}
If you need to see the PII data or have tagged something as PII by mistake, remove the tag and the queries will no longer be masked the next time your metadata sync runs.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.selectstar.com/data-management/sensitive-pii-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
