# zkPass

## zkPass

- [Get Started](https://docs.zkpass.org/get-started.md)
- [User Guidelines](https://docs.zkpass.org/user-guidelines.md)
- [VRS](https://docs.zkpass.org/vrs.md): Verifiable Reputation Score (VRS): A Coverage-Penalized Multi-Source Reputation Scoring Framework
- [Introduction](https://docs.zkpass.org/overview/introduction.md): What is zkPass and what makes it stand out
- [Technical Overview](https://docs.zkpass.org/overview/technical-overview.md): Introducing Hybrid mode of zkTLS oracle protocol
- [Technical Whitepaper](https://docs.zkpass.org/overview/technical-whitepaper.md): Updated: May 22, 2023
- [Use Cases](https://docs.zkpass.org/overview/use-cases.md): Proof of everything with zkPass
- [Identity and Compliance](https://docs.zkpass.org/overview/use-cases/identity-and-compliance.md)
- [Finance and Governance](https://docs.zkpass.org/overview/use-cases/finance-and-governance.md)
- [Reputation and Achievements](https://docs.zkpass.org/overview/use-cases/reputation-and-achievements.md)
- [Industries and Society](https://docs.zkpass.org/overview/use-cases/industries-and-society.md)
- [AI and Data Economy](https://docs.zkpass.org/overview/use-cases/ai-and-data-economy.md)
- [DePIN and Machine Economy](https://docs.zkpass.org/overview/use-cases/depin-and-machine-economy.md)
- [Supply Chain and Enterprise Data](https://docs.zkpass.org/overview/use-cases/supply-chain-and-enterprise-data.md)
- [Government and Public Services](https://docs.zkpass.org/overview/use-cases/government-and-public-services.md)
- [Content Authenticity](https://docs.zkpass.org/overview/use-cases/content-authenticity.md)
- [JS-SDK](https://docs.zkpass.org/developer-guides/js-sdk.md)
- [How It Works](https://docs.zkpass.org/developer-guides/js-sdk/how-it-works.md)
- [Quick Start](https://docs.zkpass.org/developer-guides/js-sdk/quick-start.md)
- [Generate proof and verify the result](https://docs.zkpass.org/developer-guides/js-sdk/generate-proof-and-verify-the-result.md): After running Transgate through the SDK, a proof will be returned. You can verify it locally or on-chain. We currently support the EVM ecosystem and the Solana ecosystem.
- [EVM](https://docs.zkpass.org/developer-guides/js-sdk/generate-proof-and-verify-the-result/evm.md)
- [Solana](https://docs.zkpass.org/developer-guides/js-sdk/generate-proof-and-verify-the-result/solana.md): Only supports SDK version 0.2.0 and above.
- [Ton](https://docs.zkpass.org/developer-guides/js-sdk/generate-proof-and-verify-the-result/ton.md): Only supports SDK version 0.3.0 and above.
- [Schema](https://docs.zkpass.org/developer-guides/js-sdk/schema.md)
- [Custom Schema](https://docs.zkpass.org/developer-guides/js-sdk/schema/custom-schema.md)
- [Quick Start for Creating Custom Schema](https://docs.zkpass.org/developer-guides/js-sdk/schema/quick-start-for-creating-custom-schema.md)
- [API References](https://docs.zkpass.org/developer-guides/js-sdk/api-references.md)
- [Error Handling](https://docs.zkpass.org/developer-guides/js-sdk/error-handling.md)
- [References](https://docs.zkpass.org/developer-guides/js-sdk/references.md)
- [Integration on Intract Quest](https://docs.zkpass.org/developer-guides/integration-on-intract-quest.md)
- [ZKP](https://docs.zkpass.org/zkpass-dao/zkp.md): Introducing $ZKP, the Utility Token of the Verifiable Internet
- [Governance](https://docs.zkpass.org/zkpass-dao/governance.md): zkPass DAO Governance Framework
- [VAAP](https://docs.zkpass.org/zkpass-dao/vaap.md)
- [Introduction](https://docs.zkpass.org/booster/introduction.md): Introducing the zkPass × Binance Wallet Booster Campaign
- [Phase 1](https://docs.zkpass.org/booster/phase-1.md): Tutorial: zkPass Booster Campaign Phase 1
- [Phase 2](https://docs.zkpass.org/booster/phase-2.md): Tutorial: zkPass Booster Campaign Phase 2
- [Phase 3](https://docs.zkpass.org/booster/phase-3.md): Tutorial: zkPass Booster Campaign Phase 3
- [FAQ](https://docs.zkpass.org/supports/faq.md): Frequently asked questions list
- [Roadmap](https://docs.zkpass.org/supports/roadmap.md)
- [Terms & Conditions](https://docs.zkpass.org/supports/terms-and-conditions.md): Effective Date: Apr 20, 2025
- [Privacy Policy](https://docs.zkpass.org/supports/privacy-policy.md): Effective Date: \[Apr 6 2025]


---

# 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.zkpass.org/get-started.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.
