# Installation Guide

{% hint style="danger" %}
Before we begin, we recommend using any version of **FiveM artifacts above 16636**.\
Earlier versions may restrict the use of certain anticheat features.
{% endhint %}

We've developed a **very simple, fast and efficient installation process** that requires a minimum of effort so that you can benefit from all the features of this anti-cheat.

We've provided a 2-minute tutorial explaining how to install WaveShield perfectly. If you don't understand anything, don't hesitate to contact our [support team](https://discord.gg/waveshield).

{% embed url="<https://www.youtube.com/watch?v=XwDB0L01EBI>" %}

{% code title="server.cfg" %}

```markdown
ensure WaveShield
add_ace resource.WaveShield command allow
add_unsafe_child_process_permission "WaveShield"
```

{% endcode %}

{% hint style="danger" %}
*<mark style="color:orange;">**COMMONS PROBLEMS ENCOUNTERED:**</mark>*

* You can't rename the script, it must be called "WaveShield".
* You need to start the WaveShield resource **first in your server.cfg**, **before any of your other resources**.
* Place the WaveShield folder in `/resources` and not in a subfolder.
  {% endhint %}


---

# 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://ayznnn.gitbook.io/waveshield-v4/getting-started/installation-guide.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.
