# Docs

## Docs

- [Zion v2](https://docs.zion.fyi/introduction/zion-v2.md): Abstract
- [Overview](https://docs.zion.fyi/architecture/overview.md)
- [Decentralized Identifiers DIDs](https://docs.zion.fyi/architecture/did.md)
- [Sidetree](https://docs.zion.fyi/architecture/did/sidetree.md)
- [DID Universal Resource Identifier](https://docs.zion.fyi/architecture/did/did-universal-resource-identifier.md)
- [DID Operations](https://docs.zion.fyi/architecture/did/did-operations.md)
- [Verifiable Credentials](https://docs.zion.fyi/architecture/did/verifiable-credentials.md)
- [Decentralized Web Nodes](https://docs.zion.fyi/architecture/decentralized-web-nodes.md)
- [Messages](https://docs.zion.fyi/architecture/decentralized-web-nodes/messages.md)
- [DWN Requests](https://docs.zion.fyi/architecture/decentralized-web-nodes/dwn-requests.md)
- [Bitcoin Lightning Network](https://docs.zion.fyi/architecture/bitcoin-lightning-network.md)
- [Taro](https://docs.zion.fyi/architecture/bitcoin-lightning-network/taro.md)
- [Zion App](https://docs.zion.fyi/social/zion-app.md)
- [DID Account Creation](https://docs.zion.fyi/social/zion-app/did-account-creation.md)
- [Social Profiles](https://docs.zion.fyi/social/zion-app/social-profiles.md)
- [Lightning Wallet](https://docs.zion.fyi/social/zion-app/lightning-wallet.md)
- [Creator Communities](https://docs.zion.fyi/social/zion-app/creator-communities.md)
- [Community Posts](https://docs.zion.fyi/social/zion-app/community-posts.md)
- [Why Web5?](https://docs.zion.fyi/interoperability/why-web5.md)
- [Future Thoughts](https://docs.zion.fyi/interoperability/future-thoughts.md)
- [FAQs](https://docs.zion.fyi/interoperability/faqs.md)
- [Contact Us](https://docs.zion.fyi/contact-and-media/contact-us.md)
- [Social Media](https://docs.zion.fyi/contact-and-media/social-media.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.zion.fyi/introduction/zion-v2.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.
