> For the complete documentation index, see [llms.txt](https://accelchain.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://accelchain.gitbook.io/docs/design/build-using-modules.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://accelchain.gitbook.io/docs/design/build-using-modules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
