---
layout: wiki
title: Modules
component: modules
description: Framework for module handling.
group: feature
category: general
parent: wiki
mod: ace
version:
  major: 3
  minor: 0
  patch: 0
---

## 1. Overview

This is taking care of module initialization. It lets us ensure that modules placed in the editor run when they are supposed to.

## 2. Usage

For technical usage and instructions, please refer to our <a href="{{site.baseUrl}}/wiki/framework/modules-framework.html">framework documentation about the module component</a>.