# Installation

{% hint style="warning" %}
Please buy the script only on <https://store.ayk-script.com> if you find the script elsewhere, it's a scam! Once you have purchased the script download it only via keymaster
{% endhint %}

{% hint style="danger" %}
Please note that if you have no knowledge of development, please follow all the steps without skipping them, and if you have any questions, don't hesitate to open a ticket!
{% endhint %}

{% hint style="info" %}
Welcome to the Ayk-Blackout installation guide

Please follow all installation steps and apply them correctly. We hope the documentation will be easy to use for everyone! If after following all the instructions you still can't launch the script correctly, you can open a ticket.
{% endhint %}

## Guide Line

### Fisrt

*First download the asset via keymaster*

{% hint style="warning" %}
Be sure to download the latest version!
{% endhint %}

### Secondly

*Drop script in server resources and ensure file in server.cfg*

{% hint style="info" %}
Be sure to unzip the file
{% endhint %}

### Thirdly

Make sure you have dependent scripts

**Asset dependencies :**&#x20;

* qb-weathersync or other weather system
* qb-menu or ox\_lib
* QB-Inventory or Ox-Inventory
* qb-target or ox\_target

### CONFIG :&#x20;

```lua
Config.WeatherSystem = "qb-weathersync"                                  -- qb-weathersync or other
Config.Inventory = "qb-inventory"                                        -- qb-inventory or ox-inventory
Config.Notif = "qb"                                                      -- qb or ox
Config.Target = "qb-target"                                              -- qb-target or ox-target
Config.Menu = 'qb-menu'                                                  -- qb-menu or ox_lib
Config.ProgressBar = 'qb-progressbar'                                    -- qb-progressbar or ox_lib
Config.MiniGame = 'qb-minigame'                                          -- qb-minigame or ox_lib
```


---

# 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://ayk-script.gitbook.io/ayk-script-docs/installation-assets/ayk-blackout/installation.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.
