# Scripts doc's

- [Medical Reanimation Script](https://docs.pingouin.dev/scripts-docs/medical-reanimation-script.md)
- [General config](https://docs.pingouin.dev/scripts-docs/medical-reanimation-script/general-config.md): This guide will help you to config your script
- [Frameworks and compatibility](https://docs.pingouin.dev/scripts-docs/medical-reanimation-script/general-config/frameworks-and-compatibility.md): This part will help with the framework part of the config (ESX/QB/Custom ...) and my others scripts compatibility
- [Miscellaneous](https://docs.pingouin.dev/scripts-docs/medical-reanimation-script/general-config/miscellaneous.md): This will explain the most important configs of the script.
- [Medical](https://docs.pingouin.dev/scripts-docs/medical-reanimation-script/general-config/medical.md): This will list all the medical actions related configs
- [Errors and Troubleshooting](https://docs.pingouin.dev/scripts-docs/medical-reanimation-script/general-config/errors-and-troubleshooting.md): This section is related to configs for troubleshooting and common errors
- [Features and How to use](https://docs.pingouin.dev/scripts-docs/medical-reanimation-script/features-and-how-to-use.md)
- [Advanced Water Pumps](https://docs.pingouin.dev/scripts-docs/advanced-water-pumps.md)
- [General config](https://docs.pingouin.dev/scripts-docs/advanced-water-pumps/general-config.md): This guide will help you to config your script
- [Frameworks and compatibility](https://docs.pingouin.dev/scripts-docs/advanced-water-pumps/general-config/frameworks-and-compatibility.md): This part will help with the framework part of the config (ESX/QB/Custom ...) and my others scripts compatibility
- [Miscellaneous](https://docs.pingouin.dev/scripts-docs/advanced-water-pumps/general-config/miscellaneous.md): This will explain the most important configs of the script.
- [NUI config](https://docs.pingouin.dev/scripts-docs/advanced-water-pumps/general-config/nui-config.md): This will explain the UI related options from the script, especially the NUI containing the flooding management map
- [Errors and Troubleshooting](https://docs.pingouin.dev/scripts-docs/advanced-water-pumps/general-config/errors-and-troubleshooting.md): This section is related to configs for troubleshooting and common errors
- [Features](https://docs.pingouin.dev/scripts-docs/advanced-water-pumps/features.md): This page will describe briefly the features of the script
- [\[DLC\] Pump Trailer](https://docs.pingouin.dev/scripts-docs/advanced-water-pumps/dlc-pump-trailer.md): Infos on the Pump Trailer DLC
- [Configuration infos](https://docs.pingouin.dev/scripts-docs/advanced-water-pumps/dlc-pump-trailer/configuration-infos.md)
- [Decapitation script](https://docs.pingouin.dev/scripts-docs/decapitation-script.md): Here you will be able to find the docs related to the decapitation script !
- [General config](https://docs.pingouin.dev/scripts-docs/decapitation-script/general-config.md): This page will explain all the config fields and integrations needed !
- [Integrate with death scripts](https://docs.pingouin.dev/scripts-docs/decapitation-script/integrate-with-death-scripts.md): "Oh no ! My player ped lost his head forever, now that i respawned, everyone sees me without an head"
- [Facial Recognition](https://docs.pingouin.dev/scripts-docs/facial-recognition.md): Here you will be able to find the docs related to the facial recognition script !
- [General config](https://docs.pingouin.dev/scripts-docs/facial-recognition/general-config.md): This page will explain all the config fields and integrations needed !
- [Frameworks](https://docs.pingouin.dev/scripts-docs/facial-recognition/general-config/frameworks.md): This part will help with the framework part of the config (ESX/QB/Custom ...)
- [Miscellaneous](https://docs.pingouin.dev/scripts-docs/facial-recognition/general-config/miscellaneous.md): This will explain the most important and features related configs of the script.
- [Errors and Troubleshooting](https://docs.pingouin.dev/scripts-docs/facial-recognition/general-config/errors-and-troubleshooting.md): This section is related to configs for troubleshooting and common errors
- [Utils](https://docs.pingouin.dev/scripts-docs/facial-recognition/utils.md): Nothin' to see here
- [Homeless tent script](https://docs.pingouin.dev/scripts-docs/homeless-tent-script.md): Here you will be able to find the docs related to the homeless tent script !
- [General config](https://docs.pingouin.dev/scripts-docs/homeless-tent-script/general-config.md): This page will explain all the config fields and integrations needed !
- [Frameworks](https://docs.pingouin.dev/scripts-docs/homeless-tent-script/general-config/frameworks.md): This part will help with the framework part of the config (ESX/QB/Custom ...)
- [Miscellaneous](https://docs.pingouin.dev/scripts-docs/homeless-tent-script/general-config/miscellaneous.md): This will explain the most important and features related configs of the script.
- [Keybinds](https://docs.pingouin.dev/scripts-docs/homeless-tent-script/general-config/keybinds.md): These are the keys you want to use for the script !
- [Utils](https://docs.pingouin.dev/scripts-docs/homeless-tent-script/utils.md): Nothin' to see here


---

# 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.pingouin.dev/scripts-docs.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.
