---
layout: wiki
title: 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. Dependencies

{% include dependencies_list.md component="modules" %}

> Note: The Modules module is required by nearly all other modules. Do NOT remove it!

## 3. 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>.