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

# Overview

Zion is a [Web5](https://developer.tbd.website/projects/web5/) Architecture built through the utilization of [DID](/architecture/did.md)s,[ DWN](/architecture/decentralized-web-nodes.md)s, and [Bitcoin Lightning](/architecture/bitcoin-lightning-network.md) Network. The [Zion Architecture ](/introduction/zion-v2.md)paves the way for true interoperability of all data, and with the addition of decentralized financial payments developers can build almost any app and service. Data will no longer be bound to one network or service. DID owners can access other networks using their [DID](/architecture/did.md)s and [DWN](/architecture/decentralized-web-nodes.md)s while utilizing their [Lightning wallets](/architecture/bitcoin-lightning-network.md) for financial services.

The first use case for the [Zion Architecture](/introduction/zion-v2.md) is the [Zion App](broken://pages/1CquTU7hd2ZhZLs3OCD4). With the [Zion App](broken://pages/1CquTU7hd2ZhZLs3OCD4) members create a Zion account that consists of a [DID:ION](https://github.com/decentralized-identity/ion), access to our [DWN](/architecture/decentralized-web-nodes.md), and [Bitcoin Lightning](/architecture/bitcoin-lightning-network.md) wallet. Members can create and join communities, message, post, comment, and support creators by boosting posts with Satoshis. Additionally, the [Zion App ](broken://pages/1CquTU7hd2ZhZLs3OCD4)only acts as an aggregator only and is moderated by individual communities that create their own rules for self governance within their community.

<br>


---

# 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.zion.fyi/architecture/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.
