# Zer0

## Docs

- [Welcome to zer0](https://docs.zer0.build/readme.md)
- [Quick Start Guide](https://docs.zer0.build/getting-started/quick-start.md)
- [Installation](https://docs.zer0.build/getting-started/installation.md)
- [First Steps](https://docs.zer0.build/getting-started/first-steps.md)
- [System Requirements](https://docs.zer0.build/getting-started/system-requirements.md)
- [What is zer0?](https://docs.zer0.build/core-concepts/what-is-zer0.md)
- [Privacy Architecture](https://docs.zer0.build/core-concepts/privacy-architecture.md)
- [AI Agents](https://docs.zer0.build/core-concepts/ai-agents.md)
- [Agent Vault](https://docs.zer0.build/core-concepts/agent-vault.md)
- [Shielded Social](https://docs.zer0.build/core-concepts/shielded-social.md)
- [The $zer0 Flywheel](https://docs.zer0.build/core-concepts/zer0-flywheel.md)
- [Tokenomics Overview](https://docs.zer0.build/token-economics/tokenomics.md)
- [Earning Mechanisms](https://docs.zer0.build/token-economics/earning-mechanisms.md)
- [Staking Guide](https://docs.zer0.build/token-economics/staking.md)
- [Token Distribution](https://docs.zer0.build/token-economics/token-distribution.md)
- [Burn Mechanisms](https://docs.zer0.build/token-economics/burn-mechanisms.md)
- [Architecture Overview](https://docs.zer0.build/technical-documentation/architecture-overview.md)
- [Technology Stack](https://docs.zer0.build/technical-documentation/technology-stack.md)
- [Privacy Layer](https://docs.zer0.build/technical-documentation/privacy-layer.md)
- [Zero-Knowledge Proofs](https://docs.zer0.build/technical-documentation/zero-knowledge-proofs.md)
- [Cross-Chain Integration](https://docs.zer0.build/technical-documentation/cross-chain-integration.md)
- [Security Audits](https://docs.zer0.build/technical-documentation/security-audits.md)
- [Building from Source](https://docs.zer0.build/for-developers/building-from-source.md)
- [Project Structure](https://docs.zer0.build/for-developers/project-structure.md)
- [Agent SDK](https://docs.zer0.build/for-developers/agent-sdk.md)
- [API Reference](https://docs.zer0.build/for-developers/api-reference.md)
- [Creating Custom Agents](https://docs.zer0.build/for-developers/creating-custom-agents.md)
- [Integration Guide](https://docs.zer0.build/for-developers/integration-guide.md)
- [Zer0 Nodes](https://docs.zer0.build/advanced-features/zer0-nodes.md)
- [Running a Mixnode](https://docs.zer0.build/advanced-features/running-a-mixnode.md)
- [Agent Marketplace](https://docs.zer0.build/advanced-features/agent-marketplace.md)
- [zer0 Pro (Enterprise)](https://docs.zer0.build/advanced-features/zer0-pro-enterprise.md)
- [zk-Compliance Dashboard](https://docs.zer0.build/advanced-features/zk-compliance-dashboard.md)
- [Hardware: zer0 Key](https://docs.zer0.build/advanced-features/hardware-zer0-key.md)
- [Product Roadmap](https://docs.zer0.build/roadmap-and-vision/roadmap.md)
- [Market Opportunity](https://docs.zer0.build/roadmap-and-vision/market-opportunity.md)
- [Competitive Analysis](https://docs.zer0.build/roadmap-and-vision/competitive-analysis.md)
- [Partnership Pipeline](https://docs.zer0.build/roadmap-and-vision/partnership-pipeline.md)
- [FAQ](https://docs.zer0.build/resources/faq.md)
- [Whitepaper](https://docs.zer0.build/resources/whitepaper.md)
- [Contributing Guide](https://docs.zer0.build/resources/contributing-guide.md)
- [Community Guidelines](https://docs.zer0.build/resources/community-guidelines.md)
- [Bug Bounty Program](https://docs.zer0.build/resources/bug-bounty-program.md)
- [Support & Help](https://docs.zer0.build/resources/support-and-help.md)
- [Glossary](https://docs.zer0.build/resources/glossary.md)
- [zer0 DAO](https://docs.zer0.build/legal-and-governance/zer0-dao.md)
- [Privacy Policy](https://docs.zer0.build/legal-and-governance/privacy-policy.md)
- [Terms of Service](https://docs.zer0.build/legal-and-governance/terms-of-service.md)
- [License](https://docs.zer0.build/legal-and-governance/license.md)
- [Risk Disclosure](https://docs.zer0.build/legal-and-governance/risk-disclosure.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.zer0.build/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.
