# How to install

{% hint style="info" %}
**Wolf-Shield** was developed to make installation as simple as possible, even for the least experienced users. Here's a video that walks you through all the steps for a trouble-free installation.
{% endhint %}

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

```editorconfig
ensure WOLFSHIELD-RESOURCE-NAME
set onesync_population false
add_unsafe_child_process_permission "WOLFSHIELD-RESOURCE-NAME"
add_ace resource.WOLFSHIELD-RESOURCE-NAME command allow
```

{% endcode %}

## Installation Vidéo

{% embed url="<https://youtu.be/o50tw_d1hbc>" %}


---

# 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://wolf-shield.gitbook.io/doc-wolf-shield/installation/how-to-install.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.
