# Creating of DApp with modules

In **Bunzz**, we can deploy a single smart contract. In this chapter, we will look at how create DApp.

## Deploy the custom combination of smart contracts

Let's deploy the custom combination of module templates.

* Click "**Create DApp**"

![](/files/7VF9JK39xDOnhXhy184c)

<figure><img src="/files/CV1TdC5LyP8hUpJbp6PA" alt=""><figcaption><p>Write "<strong>DApp name</strong>"</p></figcaption></figure>

<figure><img src="/files/Dd2ENP7mVn3zJ8xxJmC6" alt=""><figcaption><p>Select the network to deploy</p></figcaption></figure>

<figure><img src="/files/Rn2V1sjcUvr7K68QP0f5" alt=""><figcaption><p>And click "Next"</p></figcaption></figure>

* You can click on "**All**" or "**Bunzz Modules**" to view respective module templates. Bunzz can also search module by "**Keywords**".

<figure><img src="/files/BbJvOpF5bvZZf5atKpER" alt=""><figcaption><p>All templates tab</p></figcaption></figure>

<figure><img src="/files/9v1xqEt0c06lXzb8H3Cp" alt=""><figcaption><p>Official Bunzz Module Templates</p></figcaption></figure>

* Click "**Deploy**" to continue.

<figure><img src="/files/Sim1fu1MK9pHdLaiTqOL" alt=""><figcaption></figcaption></figure>

Fill in the arguments field and click deploy to create DApp. Note: click on "**Document**"  to see documentation.

<figure><img src="/files/Zo8mR24T1vi8gszw11bf" alt=""><figcaption><p>Arguments of Smart Contract Module Screen</p></figcaption></figure>

<figure><img src="/files/NLpbkOPW8LpX1YZnPCEi" alt=""><figcaption><p>Creating of DApp</p></figcaption></figure>

* Click "**Confirm**" button when metamask popups appears to confirm the transaction.

![](/files/PVnM1UA3nxbFH7dwqMSx)

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/creating-of-dapp-with-modules.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.
