# Build using Modules

Accelchain simplifies smart contract creation through its built-in modules, offering a versatile range of options tailored for different blockchain functionalities.

#### New Contract Generation

Accelchain provides a suite of built-in modules catering to various blockchain needs:

* **NFTs:** ERC721, ERC721A, ERC1155
* **Tokens:** ERC20
* **Specialized Modules:** NFT Marketplace, Airdrops, Swaps, DAO, and more.

#### Customize with Sub-Modules

Each module comes equipped with feature-rich submodules. For instance, the NFT ERC721 module includes a configurable royalty bonus submodule. These submodules are conveniently drag-and-drop configurable on the UI, automatically incorporating the necessary code into the contract.

<figure><img src="/files/via3KbfyI55vFiP4zjnA" alt="" width="563"><figcaption></figcaption></figure>

#### Built around Stable Openzeppelin Contracts&#x20;

To ensure both security and comprehensive functionality, Accelchain's modules and submodules leverage stable OpenZeppelin contracts. These contracts are essential imports, providing a secure foundation for smart contract development.

{% hint style="info" %}
**Customization for Specific Projects:** While these modules offer powerful out-of-the-box solutions, they may require minor customizations based on the unique requirements of each project. Documentation detailing these customization processes is available to guide developers through the tailored adaptation of modules for specific projects.
{% endhint %}


---

# 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://accelchain.gitbook.io/docs/design/build-using-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.
