# Privacy & Data Security

- [Cut your agent observability costs and make every trace auditor-proof](https://docs.icme.io/documentation/privacy-and-data-security/cut-your-agent-observability-costs-and-make-every-trace-auditor-proof.md)
- [ISO 42001 Enforcement: Evidence Your Auditor Will Actually Accept](https://docs.icme.io/documentation/privacy-and-data-security/iso-42001-enforcement-evidence-your-auditor-will-actually-accept.md)
- [Protect Your Inbox from Rogue AI Agents](https://docs.icme.io/documentation/privacy-and-data-security/protect-your-inbox-from-rogue-ai-agents.md): An AI email assistant that forgets its instructions can delete your entire inbox in seconds. PreFlight makes sure that never happens - even when the agent ignores you.
- [HIPAA Patient Data Sharing](https://docs.icme.io/documentation/privacy-and-data-security/hipaa-patient-data-sharing.md): This page walks through a complete HIPAA compliance policy for a healthcare AI agent — the policy, the tests, and the key learnings that make it work reliably with automated reasoning.
- [Personal Data Access Agent](https://docs.icme.io/documentation/privacy-and-data-security/personal-data-access-agent.md)
- [Venice AI + Preflight](https://docs.icme.io/documentation/privacy-and-data-security/venice-ai-+-preflight.md): Private AI guardrails for private AI inference. Every prompt encrypted, every policy hidden, verifiable decisions that reveal nothing.
- [MikeOSS Legal AI](https://docs.icme.io/documentation/privacy-and-data-security/mikeoss-legal-ai.md): Open source legal AI document assistant with cryptographic guardrail verification.


---

# 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.icme.io/documentation/privacy-and-data-security.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.
