# Installation

## Installation

### Requirements

* ESX 1.13.4
* ox\_lib
* ox\_target
* qs-inventory

### Resource Installation

1. Place the resource in your resources folder.
2. Add the resource to your `server.cfg`.
3. Copy the included item images to your inventory image directory.
4. Copy the included sound file to: `/interact-sound/client/html/sounds/`
5. Add the provided items to your inventory system.
6. Configure the script according to your server's needs.
7. Restart your server.

### Ensure Order

```cfg
ensure ox_lib
ensure ox_target
ensure ks_minerjob
```


---

# 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://docs.krravox-scripts.com/assets/ks_minerjob/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.
