# PropScreen

## PropScreen

- [PropScreen Overview](https://propscreen.gitbook.io/propscreen/propscreen-overview.md): Short for time? Here is an overview of what Propscreen is!
- [The Problem](https://propscreen.gitbook.io/propscreen/introduction/the-problem.md)
- [Problem Importance and Impact](https://propscreen.gitbook.io/propscreen/introduction/problem-importance-and-impact.md)
- [Solution Overview](https://propscreen.gitbook.io/propscreen/introduction/solution-overview.md)
- [How Propscreen Addresses the Problem](https://propscreen.gitbook.io/propscreen/introduction/solution-overview/how-propscreen-addresses-the-problem.md)
- [Use Cases](https://propscreen.gitbook.io/propscreen/introduction/solution-overview/use-cases.md)
- [User Personas](https://propscreen.gitbook.io/propscreen/introduction/solution-overview/user-personas.md)
- [Core Components of Propscreen](https://propscreen.gitbook.io/propscreen/system-architecture/core-components-of-propscreen.md)
- [PropScreen's Checks](https://propscreen.gitbook.io/propscreen/system-architecture/core-components-of-propscreen/propscreens-checks.md)
- [Context Strings Database](https://propscreen.gitbook.io/propscreen/system-architecture/core-components-of-propscreen/context-strings-database.md)
- [Hashed Organizational Sensitive Information](https://propscreen.gitbook.io/propscreen/system-architecture/core-components-of-propscreen/hashed-organizational-sensitive-information.md)
- [Interdiction Log Database (Reports)](https://propscreen.gitbook.io/propscreen/system-architecture/core-components-of-propscreen/interdiction-log-database-reports.md)
- [Architecture Overview](https://propscreen.gitbook.io/propscreen/system-architecture/architecture-overview.md)
- [Sequence Diagrams by Use Case](https://propscreen.gitbook.io/propscreen/system-architecture/sequence-diagrams-by-use-case.md)
- [Use Case 1 Sensitive Information Disclosure Interdiction](https://propscreen.gitbook.io/propscreen/system-architecture/sequence-diagrams-by-use-case/use-case-1-sensitive-information-disclosure-interdiction.md)
- [Use Case 2 Logging of Interdiction Events](https://propscreen.gitbook.io/propscreen/system-architecture/sequence-diagrams-by-use-case/use-case-2-logging-of-interdiction-events.md)
- [Threat Modeling](https://propscreen.gitbook.io/propscreen/project-considerations/threat-modeling.md)
- [Key Threats](https://propscreen.gitbook.io/propscreen/project-considerations/threat-modeling/key-threats.md)
- [Key Threat 1](https://propscreen.gitbook.io/propscreen/project-considerations/threat-modeling/key-threat-1.md)
- [Key Threat 2](https://propscreen.gitbook.io/propscreen/project-considerations/threat-modeling/key-threat-2.md)
- [Key Threat 3](https://propscreen.gitbook.io/propscreen/project-considerations/threat-modeling/key-threat-3.md)
- [Secure by Design](https://propscreen.gitbook.io/propscreen/project-considerations/secure-by-design.md)
- [Alternative Solutions](https://propscreen.gitbook.io/propscreen/project-considerations/alternative-solutions.md)
- [NER and Regex Based Scans](https://propscreen.gitbook.io/propscreen/project-considerations/alternative-solutions/ner-and-regex-based-scans.md)
- [Traditional Data Loss Prevention](https://propscreen.gitbook.io/propscreen/project-considerations/alternative-solutions/traditional-data-loss-prevention.md)
- [PropScreen's LLM Implementation](https://propscreen.gitbook.io/propscreen/project-considerations/propscreens-llm-implementation.md)
- [Demo Video](https://propscreen.gitbook.io/propscreen/the-proof-of-concept/demo-video.md)
- [Try the Proof of Concept](https://propscreen.gitbook.io/propscreen/the-proof-of-concept/try-the-proof-of-concept.md)
- [SIEM Integration](https://propscreen.gitbook.io/propscreen/going-forward.../siem-integration.md)
- [Role Based Access Control Dependent   Response Filtering](https://propscreen.gitbook.io/propscreen/going-forward.../role-based-access-control-dependent-response-filtering.md)
- [The Good, The Bad, and the Learning](https://propscreen.gitbook.io/propscreen/going-forward.../the-good-the-bad-and-the-learning.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://propscreen.gitbook.io/propscreen/propscreen-overview.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.
