# What is Bunzz?

Bunzz is a "Smart Contract Hub" or "Smart Contract as a Service".

* A bunch of smart contracts are listed in the smart contract hub
* Deploy every contract only by GUI super easily
* Interact with the deployed&#x20;
* Deploy SDK allows your users to deploy/clone contracts from the smart contract hub
* You can upload your smart contract to the smart contract hub

![](https://lh6.googleusercontent.com/d2UDFCzA2afq1JkOcz4IYnLIuBCDXAMd21TAsRtptnWk41nhI4ZEn2ZyUDe9BPT7iUB-Ws_HyiL1g7IsEWbAG9naj7uermOzhwF23JhzNvGLrt7tQc_rQYuLWqTlgdIXaxSomnlA)

Bunzz provides a lot of functions.

* Bunzz Console - You can deploy smart contracts in minutes.
* Bunzz Smart Contract Hub - You can create your module templates
* User Triggered Deployment - You can implement a functionality to deploy/clone smart contracts by the user action.
* And more (coming soon)

Happy hacking!:handshake:


---

# 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.bunzz.dev/product-docs/introduction/what-is-bunzz.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.
