# ESX

**Step 1: Dependencies**

* Make sure that your server has these dependencies already installed on the server: [es\_extended](https://github.com/esx-framework/esx_core/tree/main/\[core]/es_extended), [ox\_target](https://github.com/overextended/ox_target) and [ox\_lib](https://github.com/overextended/ox_lib)

**Step 2: Configuration**

* Make sure that qb-sanitation/config/shared.lua: Config.ESX is set as true
* Make sure that qb-sanitation/config/shared.lua: Config.Notification is set as ESX or OX
* Add items to the materials shop qb-sanitation/config/server.lua:<br>

  ```lua
  Config.Materials = { -- name = "Item name", price = "Price to buy one item"
      {name = "", price = ""}, 
      {name = "", price = ""},
  }
  ```
