# How It Works

Jomo uses latest cryptographic technologies such as Multi Party Computation (MPC), Zero Knowledge Proofs (ZKP) and 3 Party Transport Layer Security (3p-TLS) to ensure that the generated proofs represent authentic data, while at the same time fully respects the user's privacy.

To dive into more details, we will divide into 2 sections to introduce

* [How Does Jomo Privately Prove My Data on Another Website](/welcome-to-jomo/how-it-works/how-does-jomo-privately-prove-my-data-on-another-website.md)
* [How Does Jomo Privately Prove My Aggregated Onchain Activities](/welcome-to-jomo/how-it-works/how-does-jomo-privately-prove-my-aggregated-onchain-activities.md)


---

# 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.jomo.id/welcome-to-jomo/how-it-works.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.
