> 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/installation/resource.md).

# Resource

Installing our scripts is straightforward and simple. Just follow these steps:

1. Place the script folder in your server's resources directory
2. Customize the config.lua file according to your preferences
3. Ensure all required dependencies are installed and enabled

## Required Dependencies

All our scripts require:

* 5s\_lib (is included in the package with each of our scripts)
* [ox\_lib](https://github.com/overextended/ox_lib)

## Server.cfg Configuration

Add the following lines to your server.cfg file, maintaining this load order:

```lua
ensure ox_lib
ensure 5s_lib

ensure resource
```
