# Need an extra support ?

At MadonneStudio, we primarily create scripts for **FiveM**, **Minecraft**, and **Garry's Mod**, as well as resources for other game servers. We know that configuring and using these tools can sometimes be challenging, which is why we have put together all the help you need to get started and troubleshoot issues on your own.

***

## 📖 Check the Documentation First

If you encounter any issue when using one of our scripts or resources, your first stop should always be our documentation. For each resource, you will find:

* 📥 **Installation guides** — Step-by-step setup instructions
* ⚙️ **Configuration references** — Detailed explanations of every option
* 🧩 **Usage guides & API references** — How to use exports, events, and integrations
* ❓ **Common Errors** — Solutions to the most frequently encountered problems

> 💡 Most issues can be resolved by carefully reading the **Common Errors** page of the relevant script. We recommend checking it before reaching out.

***

## 💬 Contact Us on Discord

If you can't find the answer to your question in the documentation, feel free to reach out to us directly on our Discord server. Our team and community are active and will do their best to assist you as quickly as possible.

👉 [**discord.gg/madonne**](https://discord.gg/madonne)

When opening a support request, please provide as much context as possible:

* The **name and version** of the resource you are using
* A **description of the issue** and the steps to reproduce it
* Any **error messages** from your server console
* Your **server configuration** (framework, inventory, permission system…)

This helps us resolve your issue much faster.

***

## 📧 Contact Us by Email

If you do not have access to Discord, you can also reach us by email:

📩 [**contact@madonnestudio.com**](mailto:contact@madonnestudio.com)

Please include the same information listed above in your message so we can assist you efficiently.

***

## 🌐 Other Resources

* 🌐 **Website:** [madonnestudio.com](https://madonnestudio.com/)
* 🛒 **Scripts Store:** [scripts.madonnestudio.com](https://scripts.madonnestudio.com/)
* 📊 **Service Status:** [status.madonnestudio.com](http://status.madonnestudio.com/)

***

We are passionate about creating quality tools for game servers, and we want you to get the most out of them. We are here to help you at every step of the way — don't hesitate to reach out whenever you need 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://documentation.madonnestudio.com/need-an-extra-support.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.
