> For the complete documentation index, see [llms.txt](https://docs.hogwarp.com/hogwarp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hogwarp.com/hogwarp/scripting/server-side/plugin.md).

# Plugin

- [Creating a Plugin](https://docs.hogwarp.com/hogwarp/scripting/server-side/plugin/creating-a-plugin.md): A general tutorial for creating a Hogwarp plugin. Version: 0.8.0 beta 2
- [Structure / Lifecycle](https://docs.hogwarp.com/hogwarp/scripting/server-side/plugin/structure-lifecycle.md): The following page describes the general layout and lifecycle of a plugin.
- [Plugin ↔ Plugin](https://docs.hogwarp.com/hogwarp/scripting/server-side/plugin/plugin-plugin.md): The following page describes how a plugin may interact with another plugin, e.g. calling functions.
