# Human ID (by human.tech)

## Human ID

- [Private Identity Verification](https://docs.holonym.id/introduction/readme.md)
- [The Issue of Regulatory Compliance & Non-Consensual Data Sharing](https://docs.holonym.id/introduction/the-issue-of-regulatory-compliance-and-non-consensual-data-sharing.md): While Zero Knowledge Proofs are helpful, they aren't enough...
- [Need Support?](https://docs.holonym.id/introduction/need-support.md): If you need support with using the Human ID application, please follow the instructions on this page
- [FAQs](https://docs.holonym.id/for-users/faqs.md): You got questions? We got answers!
- [Verifying Identity with Human ID](https://docs.holonym.id/for-users/user-flow.md): Using Human ID to privately prove your identity
- [Identity Verification User Flow](https://docs.holonym.id/for-users/how-to-use-holonym.md): Using Human ID to privately prove your identity
- [Verifying ePassport](https://docs.holonym.id/for-users/how-to-verify-epassport.md): You need to have NFC-enabled passport to complete this verification
- [Using Human ID with NEAR](https://docs.holonym.id/for-users/using-with-near.md)
- [Using Human ID with Stellar](https://docs.holonym.id/for-users/using-with-stellar.md)
- [Getting Refunded](https://docs.holonym.id/for-users/getting-refunded.md)
- [Integrating Human ID](https://docs.holonym.id/for-developers/start-here.md): What you can do with Human  ID and how to start
- [Custom Sybil Resistance](https://docs.holonym.id/for-developers/custom-sybil-resistance.md)
- [API Reference](https://docs.holonym.id/for-developers/api-reference.md): Reference for https://api.holonym.io
- [Dry Runs](https://docs.holonym.id/for-developers/dry-runs.md): (Coming soon)
- [Sign Protocol Attestations](https://docs.holonym.id/for-developers/sign-protocol-attestations.md): How to read Holonym attestations on Sign Protocol
- [Verax Attestations](https://docs.holonym.id/for-developers/verax-attestations.md): How to read Holonym attestations on Verax
- [Off-Chain Proofs](https://docs.holonym.id/for-developers/off-chain-proofs.md)
- [Clean Hands Attestations](https://docs.holonym.id/for-developers/clean-hands.md): How to read Clean Hands attestations
- [Stellar](https://docs.holonym.id/stellar.md): How to read Human ID SBTs on Stellar
- [Run an Observer](https://docs.holonym.id/for-node-operators/run-an-observer.md)
- [Overview](https://docs.holonym.id/architecture/overview.md): How Holonym works
- [Flow of Data](https://docs.holonym.id/architecture/flow-of-data.md)
- [Flow of Data: KYC Proof of Personhood](https://docs.holonym.id/architecture/flow-of-data-kyc-proof-of-personhood.md)
- [Where Data Is(n't) Stored](https://docs.holonym.id/architecture/where-data-is-nt-stored.md)
- [VOLE-based ZK](https://docs.holonym.id/architecture/vole-based-zk.md)
- [On-Chain Proofs](https://docs.holonym.id/architecture/on-chain-proofs.md)
- [Clean Hands Architecture](https://docs.holonym.id/architecture/clean-hands.md)
- [Modularity of the Stack](https://docs.holonym.id/how-it-works/modularity-of-the-stack.md): Holonym creates modular infrastructure for privacy, flexibility, and security.
- [Issuer](https://docs.holonym.id/how-it-works/issuer.md)
- [Credentials](https://docs.holonym.id/how-it-works/credentials.md): Credentials are signed attestations by an issuer. While it supports legacy credential types, Human  ID has a standard format for such credentials designed for simplicity and efficiency in a ZKP.
- [Hub](https://docs.holonym.id/how-it-works/hub.md): The contract where everything happenson-chain


---

# Agent Instructions: 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.holonym.id/introduction/readme.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.
