# RED4ext

## RED4ext Plugin Dev

- [Home](https://docs.red4ext.com/readme.md)
- [Installing RED4ext](https://docs.red4ext.com/getting-started/installing-red4ext.md): Guide how to install RED4ext.
- [Installing a Plugin](https://docs.red4ext.com/getting-started/installing-a-plugin.md)
- [Configuration](https://docs.red4ext.com/getting-started/configuration.md): Description about the configuration file.
- [Uninstalling](https://docs.red4ext.com/getting-started/uninstalling.md): Guide how to uninstall RED4ext.
- [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.
