> For the complete documentation index, see [llms.txt](https://kb.criticalscripts.shop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.criticalscripts.shop/paid-resources/fivem-hashed-events/installation-instructions.md).

# Installation Instructions

{% stepper %}
{% step %}

### Download the resource

Download `cs-hashed-events` and place it in your `resources` folder.
{% endstep %}

{% step %}

### Ensure the resource

Add `ensure cs-hashed-events` to your server's configuration file **before any other ensure**.
{% endstep %}

{% step %}

### Include in Lua resources

Edit the `fxmanifest.lua` file of every resource in your server that executes Lua scripts and add:

{% code title="fxmanifest.lua" %}

```lua
shared_script '@cs-hashed-events/include.lua'
```

{% endcode %}
{% endstep %}

{% step %}

### Adjust configuration

Adjust the resource configuration via its `config.lua` file and [ConVars](/paid-resources/fivem-hashed-events/convars.md).
{% endstep %}

{% step %}

### Restart server

Restart your server.
{% endstep %}
{% endstepper %}
