# EllipticPIR

## EllipticPIR

- [Introduction](https://docs.ellipticpir.com/introduction.md): EllipticPIR is a Private Information Retrieval (PIR) implementation that scales and runs on GPUs.
- [Why not Tor?](https://docs.ellipticpir.com/why-not-tor.md)
- [EllipticPIR Cloud](https://docs.ellipticpir.com/cloud/ellipticpir-cloud.md): The SaaS version of EllipticPIR
- [Client Library (MIT)](https://docs.ellipticpir.com/developers/client-library-mit.md)
- [Introduction](https://docs.ellipticpir.com/technology/introduction.md): For non-engineers
- [Code Audit](https://docs.ellipticpir.com/technology/code-audit.md)
- [EC-ElGamal Encryption](https://docs.ellipticpir.com/technology/ec-elgamal-encryption.md)
- [Query Composition](https://docs.ellipticpir.com/technology/query-composition.md)
- [Reply Generation](https://docs.ellipticpir.com/technology/reply-generation.md)
- [Reply Decryption](https://docs.ellipticpir.com/technology/reply-decryption.md)
- [Key Search](https://docs.ellipticpir.com/technology/key-search.md)
- [Why Reply Generation is O(n)](https://docs.ellipticpir.com/technology/why-reply-generation-is-o-n.md)
- [Crypto Wallet Provider](https://docs.ellipticpir.com/applications/crypto-wallet-provider.md): Secure your wealth from the potential leakage of blockexplorer providers.
- [Credit Scoring](https://docs.ellipticpir.com/applications/credit-scoring.md): Inquire users' credit scores to credit scoring services without letting know who you are registering.
- [+ Add Your Service](https://docs.ellipticpir.com/applications/+-add-your-service.md)
- [Contact](https://docs.ellipticpir.com/help/contact.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.ellipticpir.com/introduction.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.
