> For the complete documentation index, see [llms.txt](https://giantgrey.gitbook.io/flowreactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://giantgrey.gitbook.io/flowreactor/in-depth/node-modules.md).

# Node Modules

Node modules are a great way for expanding the functionality of your nodes.\
Currently there are two available modules which can be implemented to your custom nodes.\
**FRNodeControllable**\
**FRNodeEventDispatcher**\
Both modules can be added by the node wizard or manually by code.
