# Context Protocol Docs

## Context Protocol

- [About Context Protocol](https://docs.ctx.xyz/protocol-overview/about-context-protocol.md): Context is an AI-Ready, Decentralized Semantic Name Service to organize and verify real-world data in Web3 Storage.
- [Why Context Protocol?](https://docs.ctx.xyz/protocol-overview/why-context-protocol.md)
- [Verified AI-Ready Domains (VARD)](https://docs.ctx.xyz/protocol-overview/why-context-protocol/verified-ai-ready-domains-vard.md)
- [Training AI with verified data](https://docs.ctx.xyz/protocol-overview/why-context-protocol/training-ai-with-verified-data.md)
- [SaaS Solution](https://docs.ctx.xyz/protocol-overview/why-context-protocol/saas-solution.md)
- [Technology behind Context](https://docs.ctx.xyz/protocol-overview/technology-behind-context.md)
- [$TEX Token](https://docs.ctx.xyz/protocol-overview/tex-token.md)
- [Multi-chain token](https://docs.ctx.xyz/protocol-overview/tex-token/multi-chain-token.md)
- [Token Utility](https://docs.ctx.xyz/protocol-overview/tex-token/token-utility.md)
- [Governance](https://docs.ctx.xyz/protocol-overview/tex-token/governance.md)
- [Allocation](https://docs.ctx.xyz/protocol-overview/tex-token/allocation.md)
- [Use Cases and Applications](https://docs.ctx.xyz/protocol-overview/use-cases-and-applications.md)
- [Telegram bot for updates](https://docs.ctx.xyz/protocol-overview/use-cases-and-applications/telegram-bot-for-updates.md)
- [Basenames integration](https://docs.ctx.xyz/protocol-overview/use-cases-and-applications/basenames-integration.md)
- [Dynamic NFTs](https://docs.ctx.xyz/protocol-overview/use-cases-and-applications/dynamic-nfts.md)
- [dWeb: Descentralized Website](https://docs.ctx.xyz/protocol-overview/use-cases-and-applications/dweb-descentralized-website.md)
- [Decentralized Link3](https://docs.ctx.xyz/protocol-overview/use-cases-and-applications/decentralized-link3.md)
- [WikiWine](https://docs.ctx.xyz/protocol-overview/use-cases-and-applications/wikiwine.md)
- [Bill3: Private Invoices](https://docs.ctx.xyz/protocol-overview/use-cases-and-applications/bill3-private-invoices.md)
- [What is Context?](https://docs.ctx.xyz/protocol-overview/what-is-context.md)
- [Semantic Name Service](https://docs.ctx.xyz/protocol-overview/what-is-context/semantic-name-service.md)
- [Context Documents](https://docs.ctx.xyz/protocol-overview/what-is-context/context-documents.md)
- [Context Templates](https://docs.ctx.xyz/protocol-overview/what-is-context/context-templates.md)
- [Why use Context?](https://docs.ctx.xyz/protocol-overview/what-is-context/why-use-context.md)
- [Litepaper](https://docs.ctx.xyz/protocol-overview/what-is-context/litepaper.md)
- [Core Components](https://docs.ctx.xyz/dns3/core-components.md)
- [TLDs](https://docs.ctx.xyz/dns3/core-components/tlds.md)
- [Domains](https://docs.ctx.xyz/dns3/core-components/domains.md)
- [Documents](https://docs.ctx.xyz/dns3/core-components/documents.md)
- [Templates](https://docs.ctx.xyz/dns3/core-components/templates.md)
- [Smart Contracts](https://docs.ctx.xyz/dns3/smart-contracts.md)
- [Registry (TLDs)](https://docs.ctx.xyz/dns3/smart-contracts/registry-tlds.md)
- [Settings](https://docs.ctx.xyz/dns3/smart-contracts/settings.md)
- [Public Gateway](https://docs.ctx.xyz/dns3/public-gateway.md)
- [Curations/verification](https://docs.ctx.xyz/dns3/curations-verification.md)
- [FAQ](https://docs.ctx.xyz/dns3/faq.md)
- [Why build on Context](https://docs.ctx.xyz/developers/why-build-on-context.md)
- [Typescript SDK](https://docs.ctx.xyz/developers/typescript-sdk.md)
- [Initialization](https://docs.ctx.xyz/developers/typescript-sdk/initialization.md)
- [Working with Domains](https://docs.ctx.xyz/developers/typescript-sdk/working-with-domains.md)
- [Managing Documents](https://docs.ctx.xyz/developers/typescript-sdk/managing-documents.md)
- [Creating Templates](https://docs.ctx.xyz/developers/typescript-sdk/creating-templates.md)
- [Assets](https://docs.ctx.xyz/developers/typescript-sdk/assets.md)
- [Error Handling](https://docs.ctx.xyz/developers/typescript-sdk/error-handling.md)
- [Example Workflow](https://docs.ctx.xyz/developers/example-workflow.md): Example workflow to start creating and updating your Documents with Context Protocol.
- [Create your first Domain](https://docs.ctx.xyz/developers/create-your-first-domain.md)
- [Community Program](https://docs.ctx.xyz/community/community-program.md)
- [Social Media](https://docs.ctx.xyz/community/social-media.md)
- [Support](https://docs.ctx.xyz/resources/support.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.ctx.xyz/protocol-overview/about-context-protocol.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.
