# Mod Developers

- [RED4ext & RED4ext.SDK](/mod-developers/red4ext-and-red4ext.sdk.md)
- [Browse Red4Ext: NativeDB](/mod-developers/red4ext-and-red4ext.sdk/browse-red4ext-nativedb.md): Where to find the documentation
- [Creating a Plugin](/mod-developers/creating-a-plugin.md)
- [Creating a Custom Native Class](/mod-developers/creating-a-custom-native-class.md)
- [Adding a Native Function](/mod-developers/adding-a-native-function.md)
- [Custom game states](/mod-developers/custom-game-states.md)
- [Logging](/mod-developers/logging.md)
- [Creating a plugin with RedLib](/mod-developers/creating-a-plugin-with-redlib.md): This guide will show you how you can write a plugin with beautiful code thanks to RedLib and RED4ext.SDK. If you haven't, you should learn the fundamentals of writing a plugin (see Creating a Plugin).
- [Installing a plugin with red-cli](/mod-developers/installing-a-plugin-with-red-cli.md): This guide will show you how you can quickly install a plugin in your game's folder after building it.
