# The Three Step Process

Our privacy-first data-driven approach can be broadly segregated into three main stages - capture, analyze, and act.

![](/files/-MYPw0BOCsrNGcoCYy4L)

Our technology stack uses the “Capture, Analyze, and Engage” loop.

**Capture:** (i) background (age, health history, ...) (ii) status (symptoms/tested/vaccinated, non-user data: mobility data, previous disease data, vaccination trends, social media data) and (iii) Activity: (sensor trail e.g. GPS/BlueTooth trail, ..)  All using NoPeek protocols to preserve privacy.

**Analyze:** This module uses federated learning modules without looking at raw, individual citizen data.  It uses differential privacy, multi-party computation, and split learning for analysis and prediction. It also utilizes novel methodologies such as GPU accelerated Agent-Based Models and representation learning for multimodal data.

**Engage:** This module delivers personalized Information (risk score, cases nearby, precautions, ...), test or vaccine credentials, creates nudges, supports gamification, incentivizes safe actions, and makes recommendations specific to each citizen. Receiver privacy is maintained. With NoPeek, the server never discovers what message was shown to any citizen. <br>


---

# 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://prep.pathcheck.org/solution/the-three-step-process.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.
