# Decontext Documentation

## Decontext Docs

- [Overview](https://docs.dctx.ai/overview.md)
- [What is Decontext?](https://docs.dctx.ai/what-is-decontext.md)
- [Key Highlights](https://docs.dctx.ai/key-highlights.md)
- [Vision and Mission](https://docs.dctx.ai/vision-and-mission.md)
- [DMCP Modules](https://docs.dctx.ai/key-components/dmcp-modules.md)
- [DMCP Structure](https://docs.dctx.ai/key-components/dmcp-modules/dmcp-structure.md)
- [Security & Integrity](https://docs.dctx.ai/key-components/dmcp-modules/security-and-integrity.md)
- [Why DMCP Matters](https://docs.dctx.ai/key-components/dmcp-modules/why-dmcp-matters.md)
- [Interaction Methods](https://docs.dctx.ai/key-components/dmcp-modules/interaction-methods.md)
- [Context Graph Layer](https://docs.dctx.ai/key-components/context-graph-layer.md)
- [Features](https://docs.dctx.ai/key-components/context-graph-layer/features.md)
- [Security and Ownership](https://docs.dctx.ai/key-components/context-graph-layer/security-and-ownership.md)
- [How Developers Use It](https://docs.dctx.ai/key-components/context-graph-layer/how-developers-use-it.md)
- [Agent Context Interface (ACI)](https://docs.dctx.ai/key-components/agent-context-interface-aci.md)
- [Core Capabilities](https://docs.dctx.ai/key-components/agent-context-interface-aci/core-capabilities.md)
- [Architecture Diagram](https://docs.dctx.ai/key-components/agent-context-interface-aci/architecture-diagram.md)
- [SDK/API Example](https://docs.dctx.ai/key-components/agent-context-interface-aci/sdk-api-example.md)
- [Access and Permissions](https://docs.dctx.ai/key-components/agent-context-interface-aci/access-and-permissions.md)
- [Integration Points](https://docs.dctx.ai/key-components/agent-context-interface-aci/integration-points.md)
- [ZK Context Layer (Future Upgrade)](https://docs.dctx.ai/key-components/zk-context-layer-future-upgrade.md)
- [Developer Guid](https://docs.dctx.ai/guide/developer-guid.md)
- [Ecosystem Flow](https://docs.dctx.ai/guide/ecosystem-flow.md)
- [Tokenomics](https://docs.dctx.ai/decontext-coin/tokenomics.md)
- [Privacy Policy](https://docs.dctx.ai/other/privacy-policy.md)
- [Useful Links](https://docs.dctx.ai/other/useful-links.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.dctx.ai/overview.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.
