> For the complete documentation index, see [llms.txt](https://help.nightfall.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.nightfall.ai/detection_platform/choosing_detectors/data_protection_use_cases.md).

# Data Protection Use Cases

| Data Protection                  | Configuration                                                                                                                                                                                                                                                                                                                                                                                                        | Considerations                                                                                                                                                                                                                                                        |
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Protected Health Data            | <ul><li>Use the <a href="/pages/uUtA3jECEnMchn7uolWk"><strong>Protected Health Information (PHI)</strong></a> detector</li><li>Set Minimum Confidence level to <strong>Likely</strong></li><li>Set alert to trigger on <strong>Any</strong> Detectors</li></ul>                                                                                                                                                      | <ul><li>Depending on the type of healthcare organization, disclosure of personal information may disclose health status (e.g., a sufficiently uniquely named person going to a health provider like an AIDS clinic would likely disclose the person’s PHI).</li></ul> |
| Secrets & Credentials            | <ul><li><p>Enable all <a href="https://docs.nightfall.ai/docs/detector-glossary#secrets"><strong>Secrets detectors</strong></a>:</p><ul><li>API key</li><li>Cryptographic key</li><li>Database Connection String</li><li>GCP credentials</li><li>Password in code</li></ul></li><li>Set Minimum Confidence level to <strong>Likely</strong></li><li>Set alert to trigger on <strong>Any</strong> Detectors</li></ul> |                                                                                                                                                                                                                                                                       |
| Banking / Financial Transactions | <ul><li>Select applicable <a href="https://docs.nightfall.ai/docs/detector-glossary#finance"><strong>Financial detectors</strong></a></li><li>Set Minimum Confidence level to <strong>Likely</strong></li><li>Set alert to trigger on <strong>Any</strong> Detectors</li></ul>                                                                                                                                       |                                                                                                                                                                                                                                                                       |
|                                  |                                                                                                                                                                                                                                                                                                                                                                                                                      | <p><br></p>                                                                                                                                                                                                                                                           |


---

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

```
GET https://help.nightfall.ai/detection_platform/choosing_detectors/data_protection_use_cases.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.
