# MXO Scripts

## MXO Scripts

- [Welcome!](https://docs.mxo-scripts.com/welcome.md): This is the official documentation for every fivem script by mxo-scripts
- [MXO Notify](https://docs.mxo-scripts.com/mxo-notify.md): This is the official documentation for the mxo-notify FiveM script
- [Installation](https://docs.mxo-scripts.com/mxo-notify/installation.md): Here you will learn how to install the script correctly to avoid errors.
- [Integration](https://docs.mxo-scripts.com/mxo-notify/integration.md): To be able to include the notifications now, here is how you trigger the notifications in other scripts
- [MXO Revivestation](https://docs.mxo-scripts.com/mxo-revivestation.md): This is the official documentation for the mxo-moneywash FiveM script
- [Installation](https://docs.mxo-scripts.com/mxo-revivestation/installation.md): Here you will learn how to install the script correctly to avoid errors.
- [Configuration](https://docs.mxo-scripts.com/mxo-revivestation/configuration.md): To avoid errors, we explain here how to configure the script correctly
- [MXO Moneywash](https://docs.mxo-scripts.com/mxo-moneywash.md): This is the official documentation for the mxo-moneywash FiveM script
- [Installation](https://docs.mxo-scripts.com/mxo-moneywash/installation.md): Here you will learn how to install the script correctly to avoid errors.
- [Configuration](https://docs.mxo-scripts.com/mxo-moneywash/configuration.md): To avoid errors, we explain here how to configure the script correctly


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.mxo-scripts.com/welcome.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.
