# FAQ

## Q: What "only one root contract is allowed" error?

Ans: Currently **Bunzz** supports smart contracts which does have only one root contract.

## Q: Why I'm getting compiling error?

Ans: Your uploaded smart contract's solidity version must be `0.8.1`

## Q: Can I use external modules?

Ans: Yes, but only `openzeppelin(v4.3.2)` is supported for external modules.

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/introduction/faq.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.
