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

# Mod Developers

- [RED4ext & RED4ext.SDK](https://docs.red4ext.com/mod-developers/red4ext-and-red4ext.sdk.md)
- [Browse Red4Ext: NativeDB](https://docs.red4ext.com/mod-developers/red4ext-and-red4ext.sdk/browse-red4ext-nativedb.md): Where to find the documentation
- [Creating a Plugin](https://docs.red4ext.com/mod-developers/creating-a-plugin.md)
- [Creating a Custom Native Class](https://docs.red4ext.com/mod-developers/creating-a-custom-native-class.md)
- [Adding a Native Function](https://docs.red4ext.com/mod-developers/adding-a-native-function.md)
- [Custom game states](https://docs.red4ext.com/mod-developers/custom-game-states.md)
- [Logging](https://docs.red4ext.com/mod-developers/logging.md)
- [Creating a plugin with RedLib](https://docs.red4ext.com/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](https://docs.red4ext.com/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.
