> For the complete documentation index, see [llms.txt](https://docs.algebra.finance/algebra-integral-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algebra.finance/algebra-integral-documentation/algebra-integral-technical-reference/guides/plugin-modules.md).

# Plugin Module Development

Guides for building a module for the Algebra Integral default plugin.

A **module** adds a new feature to the default plugin. Each module has an Implementation contract and a Connector, and can be composed into the assembled `AlgebraUpgradeablePlugin`.

* [Module Development](/algebra-integral-documentation/algebra-integral-technical-reference/guides/plugin-modules/module-development.md) - how to build an Implementation contract and a Connector from scratch
