# Pathcheck

## Pathcheck

- [PathCheck: Privacy-Preserving Crowdsourcing for Citizen Engagement](https://prep.pathcheck.org/master.md)
- [Background](https://prep.pathcheck.org/background.md)
- [Problem](https://prep.pathcheck.org/problem.md)
- [Stakeholders](https://prep.pathcheck.org/stakeholders.md)
- [Solution](https://prep.pathcheck.org/solution.md)
- [The Three Step Process](https://prep.pathcheck.org/solution/the-three-step-process.md)
- [How do we solve the grand challenge?](https://prep.pathcheck.org/solution/how-do-we-solve-the-grand-challenge.md)
- [Unique parts of our solution](https://prep.pathcheck.org/solution/unique-parts-of-our-solution.md)
- [Core Technical Innovation](https://prep.pathcheck.org/solution/core-technology.md)
- [Testimonials](https://prep.pathcheck.org/testimonials.md)
- [Academicians](https://prep.pathcheck.org/testimonials/academicians.md)
- [Policymakers/States/Cities](https://prep.pathcheck.org/testimonials/policymakers.md)
- [Public](https://prep.pathcheck.org/testimonials/public.md)
- [Privacy Preserved AI for HealthCare](https://prep.pathcheck.org/privacy-preserved-ai-for-healthcare.md)
- [Exposure Notification for Automated Contact Tracing (Download only solution)](https://prep.pathcheck.org/privacy-preserved-ai-for-healthcare/exposure-notification-for-automated-contact-tracing-download-only-solution.md)
- [Risk Calculator](https://prep.pathcheck.org/privacy-preserved-ai-for-healthcare/risk-calculator.md)
- [Secure Multi-Party Computation](https://prep.pathcheck.org/privacy-preserved-ai-for-healthcare/multi-party-computation.md)
- [Differential Privacy](https://prep.pathcheck.org/privacy-preserved-ai-for-healthcare/differential-privacy.md)
- [Federated and Split Learning](https://prep.pathcheck.org/privacy-preserved-ai-for-healthcare/federated-split-learning.md)
- [Solution Videos](https://prep.pathcheck.org/solution-videos.md)
- [The PathCheck Foundation](https://prep.pathcheck.org/the-pathcheck-foundation.md)
- [Team Members](https://prep.pathcheck.org/the-pathcheck-foundation/team-members.md)
- [Accolades](https://prep.pathcheck.org/the-pathcheck-foundation/accolades.md)
- [Frequently Asked Questions (FAQs)](https://prep.pathcheck.org/frequently-asked-questions-faqs.md)
- [Our research papers and articles](https://prep.pathcheck.org/our-research-papers-and-articles.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://prep.pathcheck.org/master.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.
