# Unbrowse

## Docs

- [Unbrowse](https://docs.unbrowse.ai/readme.md)
- [Where This Goes](https://docs.unbrowse.ai/vision.md)
- [Catalogue — all docs & code](https://docs.unbrowse.ai/catalogue.md)
- [What Is Unbrowse](https://docs.unbrowse.ai/start-here/what-is-unbrowse.md)
- [The Browser-Discovery Tax](https://docs.unbrowse.ai/start-here/the-browser-discovery-tax.md)
- [The Shared Route Graph](https://docs.unbrowse.ai/start-here/the-shared-route-graph.md)
- [In Plain English](https://docs.unbrowse.ai/start-here/in-plain-english.md)
- [How an Agent Uses Unbrowse](https://docs.unbrowse.ai/for-agents/how-an-agent-uses-unbrowse.md)
- [Hole Contract and Legacy Route View](https://docs.unbrowse.ai/for-agents/resolve-and-execute.md)
- [MCP Integration](https://docs.unbrowse.ai/for-agents/mcp-integration.md)
- [When It Uses a Browser](https://docs.unbrowse.ai/for-agents/when-it-uses-a-browser.md)
- [Search on Top](https://docs.unbrowse.ai/for-agents/search-on-top.md)
- [Wallets and Payments](https://docs.unbrowse.ai/for-agents/wallets-and-payments.md)
- [Integration Surfaces](https://docs.unbrowse.ai/for-developers/integration-surfaces.md)
- [The Route Lifecycle](https://docs.unbrowse.ai/for-developers/the-route-lifecycle.md)
- [SDK Quickstart](https://docs.unbrowse.ai/for-developers/sdk-quickstart.md)
- [Architecture — Start Here](https://docs.unbrowse.ai/architecture/architecture.md)
- [System Overview](https://docs.unbrowse.ai/architecture/overview.md)
- [CLI & Local Engine](https://docs.unbrowse.ai/architecture/cli.md)
- [Backend](https://docs.unbrowse.ai/architecture/backend.md)
- [Frontend](https://docs.unbrowse.ai/architecture/frontend.md)
- [Security](https://docs.unbrowse.ai/architecture/security.md)
- [Privacy & Data Handling](https://docs.unbrowse.ai/architecture/privacy.md)
- [Identity, Auth & Wallets](https://docs.unbrowse.ai/architecture/auth.md)
- [Performance & Speed](https://docs.unbrowse.ai/architecture/performance.md)
- [Shadow APIs](https://docs.unbrowse.ai/concepts/shadow-apis.md)
- [The Route Graph as a Productive Asset](https://docs.unbrowse.ai/concepts/route-graph-as-asset.md)
- [Trust and Accountability](https://docs.unbrowse.ai/concepts/trust-and-accountability.md)
- [How Quality Is Evaluated](https://docs.unbrowse.ai/concepts/evaluation-framing.md)
- [Verification and Proofs](https://docs.unbrowse.ai/concepts/verification-and-proofs.md)
- [Fare Splits](https://docs.unbrowse.ai/concepts/fare-splits.md)
- [Claiming a Website](https://docs.unbrowse.ai/concepts/claiming-a-website.md)
- [The Wedge](https://docs.unbrowse.ai/for-investors/the-wedge.md)
- [Market Framing](https://docs.unbrowse.ai/for-investors/market-framing.md)
- [Built on Unbrowse](https://docs.unbrowse.ai/built-on-unbrowse/built-on-unbrowse.md)
- [Aiko: The Reference Consumer Agent](https://docs.unbrowse.ai/built-on-unbrowse/aiko-agent.md)
- [Build on Unbrowse](https://docs.unbrowse.ai/sdk-reference/build-on-unbrowse.md)
- [Developer Recipes](https://docs.unbrowse.ai/sdk-reference/developer-recipes.md)
- [Onboarding Users](https://docs.unbrowse.ai/sdk-reference/onboarding-users.md)
- [Onboarding Validators](https://docs.unbrowse.ai/sdk-reference/onboarding-validators.md)
- [Rewards and Economics](https://docs.unbrowse.ai/sdk-reference/rewards-and-economics.md)
- [Whitepaper: Internal APIs Are All You Need](https://docs.unbrowse.ai/research/whitepaper.md)
- [How Unbrowse Pays](https://docs.unbrowse.ai/research/how_unbrowse_pays.md)
- [Open Source Notice](https://docs.unbrowse.ai/reference/open-source-notice.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.unbrowse.ai/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.
