# Developer Information

- [Zipper Architecture](https://docs.zipper.trade/developer-information/zipper-architecture.md)
- [APIs and Best Practices](https://docs.zipper.trade/developer-information/apis-and-best-practices.md)
- [Zipper Architecture](https://docs.zipper.trade/developer-information/zipper-architecture-1.md): This section provides an overview of the technical architecture and processes behind Zipper’s functionality.
- [Architecture Overview](https://docs.zipper.trade/developer-information/zipper-architecture-1/images-and-media.md)
- [Minting and Burning Logic](https://docs.zipper.trade/developer-information/zipper-architecture-1/minting-and-burning-logic.md)
- [Transaction Finality](https://docs.zipper.trade/developer-information/transaction-finality.md)
- [Role of Fabric Consensus Mechanism](https://docs.zipper.trade/developer-information/transaction-finality/role-of-fabric-consensus-mechanism.md)
- [Handling Network Delays or Failures](https://docs.zipper.trade/developer-information/transaction-finality/handling-network-delays-or-failures.md)
- [Interoperability](https://docs.zipper.trade/developer-information/interoperability.md)
- [Chain Monitoring for Compliance](https://docs.zipper.trade/developer-information/interoperability/chain-monitoring-for-compliance.md)
- [Differentiation of Wrapped Assets Across Chains](https://docs.zipper.trade/developer-information/interoperability/differentiation-of-wrapped-assets-across-chains.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.zipper.trade/developer-information.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.
