# developer guides

- [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)


---

# 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.zkpass.org/developer-guides.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.
