> For the complete documentation index, see [llms.txt](https://docs.blockcast.network/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockcast.network/main/overview.md).

# Overview

- [What is Blockcast?](https://docs.blockcast.network/main/overview/what-is-blockcast.md)
- [Overall architecture](https://docs.blockcast.network/main/overview/publish-your-docs.md)
- [Downstream CDN](https://docs.blockcast.network/main/overview/publish-your-docs/downstream-cdn.md)
- [Capacity Marketplace](https://docs.blockcast.network/main/overview/publish-your-docs/capacity-marketplace.md)
- [DePIN Network](https://docs.blockcast.network/main/overview/publish-your-docs/depin-network.md)
- [Mission And Values](https://docs.blockcast.network/main/overview/mission-and-values.md)
- [The Blockcast CDN](https://docs.blockcast.network/main/overview/the-blockcast-cdn.md)
- [How Blockcast Works](https://docs.blockcast.network/main/overview/how-blockcast-works.md)
- [Building Blocks](https://docs.blockcast.network/main/overview/control-plane.md)
- [dCDN Controller](https://docs.blockcast.network/main/overview/control-plane/dcdn-controller.md)
- [CDN Interconnect](https://docs.blockcast.network/main/overview/control-plane/cdn-interconnect.md)
- [Challenge Coordination](https://docs.blockcast.network/main/overview/control-plane/challenge-coordination.md)
- [Service Contracts](https://docs.blockcast.network/main/overview/control-plane/service-contracts.md)
- [TreeDN: Multicast Content Delivery](https://docs.blockcast.network/main/overview/control-plane/treedn-multicast.md)
- [AMT Relays & Multicast Backbone](https://docs.blockcast.network/main/overview/control-plane/treedn-multicast/amt-relays.md)
- [MAHP: Multicast Adaptive HTTP Proxy](https://docs.blockcast.network/main/overview/control-plane/treedn-multicast/mahp.md)
- [MoQ & MMT: Streaming Delivery Paths](https://docs.blockcast.network/main/overview/control-plane/treedn-multicast/moq.md)
- [Traffic Router](https://docs.blockcast.network/main/overview/control-plane/traffic-router.md)
- [Ecosystem Roles](https://docs.blockcast.network/main/overview/ecosystem-roles.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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.blockcast.network/main/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.
