# Technical Specs

- [Via Network protocol Overview](https://docs.vianetwork.xyz/technical-specs/via-network-protocol-overview.md): Learn about Via Network Protocol architecture and key system components.
- [Core Functionalities](https://docs.vianetwork.xyz/technical-specs/core-functionalities.md): Explore the Core Functionalities of the Via Network Protocol.
- [Transaction Flows Overview](https://docs.vianetwork.xyz/technical-specs/transaction-flows-overview.md): Learn about the main Transaction Flows in Via Network Protocol.
- [L2 Transactions](https://docs.vianetwork.xyz/technical-specs/transaction-flows-overview/l2-transactions.md)
- [Deposits](https://docs.vianetwork.xyz/technical-specs/transaction-flows-overview/deposits.md)
- [Withdrawals](https://docs.vianetwork.xyz/technical-specs/transaction-flows-overview/withdrawals.md)
- [Inscription Standard](https://docs.vianetwork.xyz/technical-specs/inscription-standard.md): Check the Bitcoin Inscription Standard used by Via Network Protocol.
- [Verifier Network](https://docs.vianetwork.xyz/technical-specs/verifier-network.md)
- [Data Availability](https://docs.vianetwork.xyz/technical-specs/data-availability.md): An in-depth look at how Via Network ensures data availability.
- [Finality](https://docs.vianetwork.xyz/technical-specs/finality.md): Explore the concept of finality in blockchain systems and learn about the steps involved in achieving transaction settlement.
- [Via Network Architecture](https://docs.vianetwork.xyz/technical-specs/via-network-architecture.md)
- [Fee model](https://docs.vianetwork.xyz/technical-specs/fee-model.md)


---

# Agent Instructions: 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.vianetwork.xyz/technical-specs.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.
