# Zero-Knowledge Proofs

- [Background](https://docs.hollowdb.xyz/zero-knowledge-proofs/background.md): What are zero-knowledge proofs?
- [HollowDB Authentication](https://docs.hollowdb.xyz/zero-knowledge-proofs/hollowdb-authentication.md): Answering "who dis?" with Zero-Knowledge.
- [HollowDB Prover](https://docs.hollowdb.xyz/zero-knowledge-proofs/hollowdb-prover.md): Utility package to generate proofs for HollowDB.
- [Usage with Proofs](https://docs.hollowdb.xyz/zero-knowledge-proofs/usage-with-proofs.md): "Talk is cheap, show me the code."
- [Proofs from Signatures](https://docs.hollowdb.xyz/zero-knowledge-proofs/proofs-from-signatures.md): Generating Proofs via NextJS + Injected Wallet.


---

# 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.hollowdb.xyz/zero-knowledge-proofs.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.
