# Deployment process

In Bunzz, modules have single or multiple smart contracts, so to be able to deploy a module you need basically to deploy a smart contract.

This process in the past has been done through special complicated frameworks or tools, Bunzz is here to make everything more simple, just by clicking a few buttons.

### What does Bunzz do in the deployment process?

Bunzz performs a semi-automatic deployment after the DApp project has been created, as shown in the image below.

![](/files/Vbpnx8AqOUGeuXkmpFtv)

It's asking you to confirm the deploy transaction of the contract, by clicking on the blue "Confirm" button,  you will basically confirm the transaction and metamask will forward it to the blockchain.

After the transactions are confirmed on the blockchain, the smart contract will be deployed on the chain, and you will be able to start interacting with the full capabilities of your Dapp👍

For any questions or feedback you may have, please feel free to contact us on [Bunzz Discord Server](https://discord.gg/XPh4QHuKYE).


---

# 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/module/deployment-process.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.
