# Bonsol

## Bonsol

- [Welcome](https://docs.bonsol.org/readme.md)
- [Introduction](https://docs.bonsol.org/core-concepts/introduction.md): An introduction to Bonsol, its underlying technologies, and how it integrates with Solana.
- [Architecture](https://docs.bonsol.org/core-concepts/architecture.md): Overview of Bonsol's architecture for enabling verifiable off-chain computation on Solana.
- [Installation](https://docs.bonsol.org/getting-started/installation.md): Start by installing the Bonsol CLI which provides you with all the necessary tools for starting a new project. The Bonsol CLI is compatible with both Linux and macOS operating systems.
- [Quickstart](https://docs.bonsol.org/getting-started/quickstart.md): Let's create a hello world project using our newly installed Bonsol CLI.
- [CLI Commands](https://docs.bonsol.org/cli-commands.md): The Bonsol CLI is a command-line interface for creating, building, deploying, and interacting with verifiable programs on Solana.
- [Setup a local environment](https://docs.bonsol.org/developers/setup-a-local-environment.md): This guide provides instructions for setting up a local Bonsol development environment. Whether you're contributing to the project or building with Bonsol, this documentation will help.
- [Tutorial: Simple Program](https://docs.bonsol.org/developers/tutorial-simple-program.md): This tutorial guides you through creating, building, and deploying a zero-knowledge program using Bonsol on Solana. By the end, you'll understand how to create ZK proofs that can be verified on-chain.
- [Input Format Guide](https://docs.bonsol.org/developers/input-format-guide.md): A practical guide to formatting inputs for Bonsol ZK programs, covering common pitfalls and working solutions for different input scenarios.
- [Bonsol Calculator Example](https://docs.bonsol.org/developers/bonsol-calculator-example.md): Building a Calculator DApp with Bonsol CLI
- [AI OCR Example](https://docs.bonsol.org/developers/ai-ocr-example.md): Building Zero-Knowledge Applications with Bonsol
- [Setup a prover node](https://docs.bonsol.org/provers/setup-a-prover-node.md)
- [Manually Provision a Bonsol Node](https://docs.bonsol.org/provers/setup-a-prover-node/manually-provision-a-bonsol-node.md)
- [QCash](https://docs.bonsol.org/qcash/overview.md): Quantum-Safe Private Transfer on Solana
- [Contributor guidelines](https://docs.bonsol.org/contributing/contributor-guidelines.md)
- [Contributing to Documentation](https://docs.bonsol.org/contributing/contributing-to-docs.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.bonsol.org/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.
