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

# IoTeX Documentation

Build AI and DePIN applications grounded in real-world data, trusted identity, and secure, decentralized infrastructure.

<a href="/blockchain/quick-start.md" class="button primary" data-icon="rectangle-terminal">Developers Quick Start</a> <a href="https://iotex.io/" class="button secondary" data-icon="laptop-code">Visit iotex.io →</a>

## Discover IoTeX

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>IoTeX L1</strong> <mark style="color:purple;">Blockchain</mark></td><td>Discover a <strong>lightning-fast Layer-1</strong> blockchain optimized for DePIN and real-world AI applications.</td><td><a href="https://3055876942-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtwDJKOp49mezMEya46Tu%2Fuploads%2Fcz1eWN8Y3GiZnyPVe5TZ%2FIoTeX%20L1%20Blockchain.png?alt=media&amp;token=d60d5774-9920-4d3b-98fb-93b1fb41f0f1">IoTeX L1 Blockchain.png</a></td><td><a href="https://docs.iotex.io/blockchain/">Blockchain</a></td></tr><tr><td><strong>ioID</strong> <mark style="color:purple;">On-chain Identity</mark></td><td>A decentralized <strong>identity framework</strong> that gives machines and agents secure, verifiable identities.</td><td><a href="https://3055876942-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtwDJKOp49mezMEya46Tu%2Fuploads%2FvA3MyACAj918HlblwEBS%2FioID%20On-chain%20Identity.png?alt=media&amp;token=53d62063-bfaa-405f-81fe-cb026acf86ee">ioID On-chain Identity.png</a></td><td><a href="https://docs.iotex.io/ioid/">IoID</a></td></tr><tr><td><strong>QuickSilver</strong> <mark style="color:purple;">AI Framework</mark></td><td>A real-time AI interaction layer that transforms raw machine data into <strong>verifiable AI context</strong>.</td><td><a href="https://3055876942-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtwDJKOp49mezMEya46Tu%2Fuploads%2FVhm34IuPyGUiJK8d1xdL%2FQuickSilver%20AI%20Framework.png?alt=media&amp;token=1a0f01bd-66fa-42f2-92a0-fdbb9a91fa00">QuickSilver AI Framework.png</a></td><td><a href="https://docs.iotex.io/quicksilver/">Quicksilver</a></td></tr><tr><td><strong>W3bstream</strong> <mark style="color:purple;">Verifiable Computing</mark></td><td>A real-time data attestation and compute layer that connects smart devices to smart contracts.</td><td><a href="https://3055876942-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtwDJKOp49mezMEya46Tu%2Fuploads%2F6CfjcfhoE2QH6OExiqls%2FW3bstream%20Verifiable%20%20Computing.png?alt=media&amp;token=dde73965-54d2-4373-97a8-b4c07628b21a">W3bstream Verifiable  Computing.png</a></td><td><a href="/depin/iotex-depin-modules/w3bstream/overview-of-w3bstream.md">Overview of W3bstream</a></td></tr><tr><td><strong>DIMs</strong>  <mark style="color:purple;">DePIN Infra Modules</mark></td><td>A suite of modular infrastructure tools purpose-built for DePINs. From data attestation and identity to staking and coordination.</td><td><a href="https://3055876942-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtwDJKOp49mezMEya46Tu%2Fuploads%2Fy9UaM7xZRtltZUGp5cA0%2FDIMs%20%20DePIN%20Infra%20Modules.png?alt=media&amp;token=69961357-8f2e-441e-ade6-71201d492285">DIMs  DePIN Infra Modules.png</a></td><td><a href="https://docs.iotex.io/depin/">DIMs</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.iotex.io/iotex-documentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
