# Build a Rollup Application

This document is suppose to be a complete reference for ZKWASM users that would like to make their own rollup application. Following topics will be covered:

1. The architecture of a reference implementation of ZKWASM rollup application.
2. The proof generation architecture.
3. Customize and define your ZKWASM by extending host APIs.
4. Customize your proof generation via proof batching scripts.
5. Define settlement protocol and deploy your rollup verifier.


---

# 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://zkwasmdoc.gitbook.io/delphinus-zkwasm/c2_advance.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.
