# Polypay Docs

## Polypay Docs

- [Introduction](https://q3labs.gitbook.io/polypay-docs/readme.md)
- [How to use Polypay App](https://q3labs.gitbook.io/polypay-docs/how-to-use-polipay-app.md)
- [Privacy Architecture](https://q3labs.gitbook.io/polypay-docs/privacy-architecture.md)
- [Zero-Knowledge Implementation](https://q3labs.gitbook.io/polypay-docs/zero-knowledge-implementation.md)
- [ZK Authentication](https://q3labs.gitbook.io/polypay-docs/zk-authentication.md)
- [zkVerify, Horizen & Base Integration](https://q3labs.gitbook.io/polypay-docs/zkverify-horizen-integration.md)
- [Arbitrum Stylus Support](https://q3labs.gitbook.io/polypay-docs/arbitrum-stylus.md)
- [Gasless USDC Deposits (x402)](https://q3labs.gitbook.io/polypay-docs/x402-deposits.md)
- [PolyPay for AI Agents](https://q3labs.gitbook.io/polypay-docs/llms-txt-for-agents.md)
- [Architecture](https://q3labs.gitbook.io/polypay-docs/architecture.md)
- [Developer Documentation](https://q3labs.gitbook.io/polypay-docs/developer-documentation.md)
- [Getting Started](https://q3labs.gitbook.io/polypay-docs/developer-documentation/getting-started.md)
- [API Documentation](https://q3labs.gitbook.io/polypay-docs/developer-documentation/api-documentation.md)
- [Database Connection Guide](https://q3labs.gitbook.io/polypay-docs/developer-documentation/database-connection-guide.md)
- [Circuit Code Walkthrough](https://q3labs.gitbook.io/polypay-docs/developer-documentation/circuit-code-walkthrough.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://q3labs.gitbook.io/polypay-docs/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.
