# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.red4ext.com/mod-developers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
