# Privado

## Privado

- [Privado](https://docs.privado.ai/readme.md)
- [Quick Start](https://docs.privado.ai/getting-started-with-privado/getting-started-with-privado.md)
- [Running a Scan](https://docs.privado.ai/getting-started-with-privado/running-a-scan.md)
- [Understanding Results](https://docs.privado.ai/getting-started-with-privado/understanding-the-results.md)
- [Command Reference](https://docs.privado.ai/getting-started-with-privado/command-reference.md)
- [Understanding privado.json](https://docs.privado.ai/getting-started-with-privado/understanding-privado-json.md)
- [Sources](https://docs.privado.ai/getting-started-with-privado/understanding-privado-json/sources.md)
- [Processing](https://docs.privado.ai/getting-started-with-privado/understanding-privado-json/processing.md)
- [Data Flow](https://docs.privado.ai/getting-started-with-privado/understanding-privado-json/data-flow.md)
- [Collections](https://docs.privado.ai/getting-started-with-privado/understanding-privado-json/collections.md)
- [Violations](https://docs.privado.ai/getting-started-with-privado/understanding-privado-json/violations.md)
- [What are Rules?](https://docs.privado.ai/understanding-rules/understanding-rules.md)
- [Sources](https://docs.privado.ai/understanding-rules/sources.md)
- [Sinks](https://docs.privado.ai/understanding-rules/sinks.md)
- [Understanding Sinks](https://docs.privado.ai/understanding-rules/sinks/overview.md)
- [Storages](https://docs.privado.ai/understanding-rules/sinks/storages.md)
- [Third Parties](https://docs.privado.ai/understanding-rules/sinks/third-parties.md)
- [Leakages](https://docs.privado.ai/understanding-rules/sinks/leakages.md)
- [Internal APIs](https://docs.privado.ai/understanding-rules/sinks/internal-apis.md)
- [Collections](https://docs.privado.ai/understanding-rules/collections.md)
- [Policies](https://docs.privado.ai/understanding-rules/policies.md)
- [How to scan a repository using Privado](https://docs.privado.ai/tutorials/command-reference.md)
- [Add a new Source](https://docs.privado.ai/customizing-privado/add-a-new-source.md)
- [Add a new Leakage Sink](https://docs.privado.ai/customizing-privado/add-a-leakage-sink.md)
- [Add a new Storage Sink](https://docs.privado.ai/customizing-privado/add-a-new-storage-sink.md)
- [Add a new Third Party Sink](https://docs.privado.ai/customizing-privado/add-a-third-party-sink.md)
- [Add a new Policy](https://docs.privado.ai/customizing-privado/add-a-policy.md)
- [Generating ROPA Report](https://docs.privado.ai/ropa-report/generate-ropa-report.md)
- [Generate Play Store Data Safety Report](https://docs.privado.ai/play-store-data-safety-report/generate-play-store-data-safety-report.md)
- [Uploading results to Play Store](https://docs.privado.ai/play-store-data-safety-report/uploading-results-to-play-store.md)
- [Configurations](https://docs.privado.ai/extra/configurations.md)
- [Contributing through GitHub](https://docs.privado.ai/extra/contributing.md)
- [LICENSING](https://docs.privado.ai/about-privado/licensing.md)
- [Privacy Policy](https://docs.privado.ai/about-privado/privacy.md)
- [Security](https://docs.privado.ai/about-privado/security.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://docs.privado.ai/readme.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.
