# MindCP AI Docs

## MindCP AI Docs

- [Overview of MindCP](https://docs.mindcp.ai/introduction/overview-of-mindcp.md): Smarter Agents, Sharper Context
- [Pitch Deck](https://docs.mindcp.ai/introduction/pitch-deck.md): The official MindCP pitch deck
- [The Problems We Are Solving](https://docs.mindcp.ai/introduction/the-problems-we-are-solving.md)
- [Roadmap](https://docs.mindcp.ai/introduction/roadmap.md)
- [Important Links](https://docs.mindcp.ai/introduction/important-links.md)
- [Neural Dashboard](https://docs.mindcp.ai/technology/neural-dashboard.md): Manage your AI agents and neural networks
- [MindCP Neural Network](https://docs.mindcp.ai/technology/mindcp-neural-network.md)
- [System Architecture](https://docs.mindcp.ai/technology/system-architecture.md)
- [Intent Parsing and Routing](https://docs.mindcp.ai/technology/system-architecture/intent-parsing-and-routing.md)
- [Decentralized Context Protocol](https://docs.mindcp.ai/technology/system-architecture/decentralized-context-protocol.md)
- [Agent Runtime Environment](https://docs.mindcp.ai/technology/system-architecture/agent-runtime-environment.md)
- [Cryptographic Attestation & Verification Model (CAVM)](https://docs.mindcp.ai/technology/system-architecture/cryptographic-attestation-and-verification-model-cavm.md)
- [Developer Integration](https://docs.mindcp.ai/developer-integration.md)
- [Token Economy](https://docs.mindcp.ai/usdmcp-token/token-economy.md)
- [Token Utility](https://docs.mindcp.ai/token-utility.md)
- [Progressive Fee System](https://docs.mindcp.ai/progressive-fee-system.md)
- [Revenue Model](https://docs.mindcp.ai/revenue-model.md)
- [Revenue Sharing](https://docs.mindcp.ai/revenue-model/revenue-sharing.md)
- [References](https://docs.mindcp.ai/other/references.md)
- [KYC & Audit](https://docs.mindcp.ai/other/kyc-and-audit.md)
- [Privacy Policy](https://docs.mindcp.ai/other/privacy-policy.md)
- [Terms of Use](https://docs.mindcp.ai/other/terms-of-use.md)
- [Token Disclaimer](https://docs.mindcp.ai/other/token-disclaimer.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.mindcp.ai/introduction/overview-of-mindcp.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.
