# Architecture

- [Mazze Node Architecture](https://docs.mazze.io/architecture/architecture.md)
- [Overview](https://docs.mazze.io/architecture/overview.md)
- [Block structure](https://docs.mazze.io/architecture/block-structure.md)
- [Transaction pool](https://docs.mazze.io/architecture/transaction-pool.md)
- [Block generation](https://docs.mazze.io/architecture/block-generation.md)
- [PoW and mining](https://docs.mazze.io/architecture/pow-and-mining.md)
- [DAG and DETS](https://docs.mazze.io/architecture/dag-and-dets.md)
- [Consensus](https://docs.mazze.io/architecture/consensus.md)
- [Execution and state](https://docs.mazze.io/architecture/execution-and-state.md)
- [Verification](https://docs.mazze.io/architecture/verification.md)
- [Storage and snapshots](https://docs.mazze.io/architecture/storage-and-snapshots.md)
- [Synchronization](https://docs.mazze.io/architecture/synchronization.md)
- [Networking](https://docs.mazze.io/architecture/networking.md)
- [RPC and APIs](https://docs.mazze.io/architecture/rpc-and-apis.md)
- [Genesis and params](https://docs.mazze.io/architecture/genesis-and-params.md)
- [Rewards and fees](https://docs.mazze.io/architecture/rewards-and-fees.md)
- [Node types and light protocol](https://docs.mazze.io/architecture/node-types-and-light-protocol.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.mazze.io/architecture.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.
