> For the complete documentation index, see [llms.txt](https://5scripts-1.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://5scripts-1.gitbook.io/docs/assets/5s_gathering/install.md).

# Install

{% hint style="info" %}
**Not using ESX, QBCore, or QBox?** 5s\_gathering runs on any framework, or standalone. See [Standalone](/docs/assets/5s_gathering/standalone.md).
{% endhint %}

## 1. File Installation

Extract the downloaded files copy all folders to the `resources/[5s]/` directory on your server

* `5s_gathering`
* `5s_lib`
* `5s_keyhints_survival`

## 2. Server.cfg Configuration

Add the following lines to your `server.cfg` file:

```cfg
# 5s Gathering System - Required dependencies
ensure ox_lib
ensure 5s_lib
ensure 5s_keyhints_survival


# 5s Gathering System - Main resource
ensure 5s_gathering
```
