diff --git a/integrations/README.md b/integrations/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..1ba59344730f86e1c48b561342548f100f56c2f0
--- /dev/null
+++ b/integrations/README.md
@@ -0,0 +1,13 @@
+# Integration Modules
+This adds support for 3rd party libraries to the engine. These can be included in projects
+to expose modules which can then be used in your applications.
+
+## Integrations Provided
+The following integration modules are povided in this folder. For more information please see the readme for that module.
+
+| Integration | Module Name | Description |
+| ----------- | ----------- |-------------|
+| Bullet      | `fggl::phys::Bullet3` | Provides Bullet3 integration into the game engine. |
+| Lua         | `fggl::script::Lua` | Provides LUA scripting support for the engine |
+
+Modules that cannot be included for legal reasons will be packaged independently of this repository.
\ No newline at end of file