# Installation

## How To Install <a href="#how-to-install" id="how-to-install"></a>

First of all, leave the name of the script as it is, do not change it at all. Because this may cause the script not to work.

Script name should be: "s4-realisticdisease".

### Framework selection <a href="#framework-selection" id="framework-selection"></a>

Set the framework as the framework you use

```
Config.Framework = "ESX" -- ESX or QBCore
```

### Adding items <a href="#adding-items" id="adding-items"></a>

There are a total of 10 items in our script, 1 of which is usable.

Since we cannot adapt the items to every inventory and framework, you will need to add them.

But we have ready-made inventory item lists and sample sql file that we have provided you. If these are not suitable for your server, you will have to introduce the items to your server yourself.

* [For ox\_inventory item list (credit: boltzy)](https://docs.0resmon.com/HealthSystemV2/ox_inventory/)
* [For qb\_inventory item list](https://docs.0resmon.com/HealthSystemV2/qb_inventory/)
* [For esx\_legacy sql item list](https://docs.0resmon.com/HealthSystemV2/esx/)

| name             | label           | image                                                                                                                                         | usable |
| ---------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| bandageg         | Bandage Gauzed  | [![](https://docs.0resmon.com/HealthSystemV2/assets/gauze.png)](https://docs.0resmon.com/HealthSystemV2/assets/gauze.png)                     | true   |
| forceps          | Forceps         | [![](https://docs.0resmon.com/HealthSystemV2/assets/forceps.png)](https://docs.0resmon.com/HealthSystemV2/assets/forceps.png)                 | false  |
| iodine           | Iodine          | [![](https://docs.0resmon.com/HealthSystemV2/assets/iodine.png)](https://docs.0resmon.com/HealthSystemV2/assets/iodine.png)                   | false  |
| scalpel          | Scalpel         | [![](https://docs.0resmon.com/HealthSystemV2/assets/scalpel.png)](https://docs.0resmon.com/HealthSystemV2/assets/scalpel.png)                 | false  |
| pill             | Pill            | [![](https://docs.0resmon.com/HealthSystemV2/assets/pill.png)](https://docs.0resmon.com/HealthSystemV2/assets/pill.png)                       | false  |
| surgical\_gloves | Surgical gloves | [![](https://docs.0resmon.com/HealthSystemV2/assets/surgical-gloves.png)](https://docs.0resmon.com/HealthSystemV2/assets/surgical-gloves.png) | false  |
| surgical\_staple | Surgical staple | [![](https://docs.0resmon.com/HealthSystemV2/assets/surgical-staple.png)](https://docs.0resmon.com/HealthSystemV2/assets/surgical-staple.png) | false  |
| surgical\_tray   | Surgical tray   | [![](https://docs.0resmon.com/HealthSystemV2/assets/surgical-tray.png)](https://docs.0resmon.com/HealthSystemV2/assets/surgical-tray.png)     | false  |
| syringe          | Syringe         | [![](https://docs.0resmon.com/HealthSystemV2/assets/syringe.png)](https://docs.0resmon.com/HealthSystemV2/assets/syringe.png)                 | false  |
| tape             | Tape            | [![](https://docs.0resmon.com/HealthSystemV2/assets/tape.png)](https://docs.0resmon.com/HealthSystemV2/assets/tape.png)                       | false  |


---

# 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.0resmon.org/0resmon/0resmon-1/s4-resources/s4-healthsystem-v2/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.
