# Installation

### DEPENDENCIES

> **REQUIRED DEPENDENCIES**

| Type               | Resource                                                                  | Alternatives                                                                                         | Download                                                                                                                                                                                                                                                                                                                                                |
| ------------------ | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Framework          | [Compatibility](/dragonheartstudios/compatibility.md)                     | <ul><li>NA</li></ul>                                                                                 | (INCLUDED IN BRIDGE)                                                                                                                                                                                                                                                                                                                                    |
| Bridge             | DHS-Bridge                                                                | <ul><li>NA</li></ul>                                                                                 | (INCLUDED IN KEYMASTER)                                                                                                                                                                                                                                                                                                                                 |
| MLO                | <ul><li>Prompt Prison</li><li>Gabz Prison</li><li>Molo Alcatraz</li></ul> | Any Prison MLO                                                                                       | <ul><li><a href="https://fivem.prompt-mods.com/package/5771366"><https://fivem.prompt-mods.com/package/5771366></a></li><li><a href="https://fivem.gabzv.com/package/4724793"><https://fivem.gabzv.com/package/4724793></a></li><li><a href="https://www.molo-modding.com/package/5415822"><https://www.molo-modding.com/package/5415822></a></li></ul> |
| Interaction System | [Compatibility](/dragonheartstudios/compatibility.md)                     | <ul><li>NA</li></ul>                                                                                 | (INCLUDED IN BRIDGE)                                                                                                                                                                                                                                                                                                                                    |
| Menu System        | <ul><li>ox\_lib</li></ul>                                                 | <ul><li>(More Coming Soon)</li></ul>                                                                 | <https://github.com/overextended/ox_lib>                                                                                                                                                                                                                                                                                                                |
| Input System       | <ul><li>ox\_lib</li></ul>                                                 | <ul><li>ox\_lib</li></ul>                                                                            | <https://github.com/overextended/ox_lib>                                                                                                                                                                                                                                                                                                                |
| Radial Menu System | qb-radialmenu                                                             | <ul><li>ox\_lib</li></ul>                                                                            | <https://github.com/qbcore-framework/qb-radialmenu>                                                                                                                                                                                                                                                                                                     |
| Notify System      | [Compatibility](/dragonheartstudios/compatibility.md)                     | <ul><li>NA</li></ul>                                                                                 | (INCLUDED IN BRIDGE)                                                                                                                                                                                                                                                                                                                                    |
| Dispatch System    | qb-policejob                                                              | <ul><li>ps-dispatch</li><li>cd-dispatch</li></ul>                                                    | <https://github.com/qbcore-framework/qb-policejob>                                                                                                                                                                                                                                                                                                      |
| Workout Minigame   | <ul><li>ox\_lib</li></ul>                                                 | <ul><li><a data-mention href="/pages/p4Ss37vZJVUM6orcNiLn">/pages/p4Ss37vZJVUM6orcNiLn</a></li></ul> | <https://github.com/overextended/ox_lib>                                                                                                                                                                                                                                                                                                                |
| Phone System       | <ul><li>LB Phone</li></ul>                                                | Any Phone System                                                                                     | <https://lbscripts.com>                                                                                                                                                                                                                                                                                                                                 |
| MDT System         | <ul><li>Redutzu MDT</li><li>LB-Tablet</li></ul>                           | Any MDT System                                                                                       | <ul><li><a href="https://store.redutzu.com/package/5107489"><https://store.redutzu.com/package/5107489></a></li><li><a href="https://lbscripts.com/phone"><https://lbscripts.com/phone></a></li></ul>                                                                                                                                                   |

### RESOURCE INSTALLATION GUIDE

> **1) RESOURCE DOWNLOAD**

{% hint style="info" %}
Download your resource from [FiveM's Keymaster](https://keymaster.fivem.net/asset-grants).
{% endhint %}

***

> **2) ADD THE ITEMS**

```lua
["metalbar"] = {
        label = "Metal Bar",
        weight = 100,
        stack = true,
        close = true,
        description = "A Metal Bar",
        client = {
            image = "metalbar.png"
        }
    },
    ["metalplate"] = {
        label = "Metal Plate",
        weight = 100,
        stack = true,
        close = true,
        description = "A Metal Plate",
        client = {
            image = "metalplate.png"
        }
    },
    ["licenseplate"] = {
        label = "License Plate",
        weight = 100,
        stack = true,
        close = true,
        description = "A License Plate",
        client = {
            image = "licenseplate.png"
        }
    },
    ["woodlog"] = {
        label = "Wood Log",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wood Log",
        client = {
            image = "woodlog.png"
        }
    },
    ["woodplank"] = {
        label = "Wood Plank",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wood Plank",
        client = {
            image = "woodplank.png"
        }
    },
    ["wooden_chair"] = {
        label = "Wooden Chair",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wooden Chair",
        client = {
            image = "wooden_chair.png"
        }
    },
    ["wooden_table"] = {
        label = "Wooden Table",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wooden Table",
        client = {
            image = "wooden_table.png"
        }
    },
    ["wooden_storage_box"] = {
        label = "Wooden Storage Box",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wooden Storage Box",
        client = {
            image = "wooden_storage_box.png"
        }
    },
    ["prison_jump_suit_clean_folded"] = {
        label = "Clean Folded Prison Jumpsuit",
        weight = 100,
        stack = true,
        close = true,
        description = "A Clean Folded Prison Jumpsuit",
        client = {
            image = "prison_jump_suit_clean_folded.png"
        }
    },
    ["prison_jump_suit_clean"] = {
        label = "Clean Prison Jumpsuit",
        weight = 100,
        stack = true,
        close = true,
        description = "A Clean Prison Jumpsuit",
        client = {
            image = "prison_jump_suit_clean.png"
        }
    },
    ["prison_jump_suit_wet"] = {
        label = "Wet Prison Jumpsuit",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wet Prison Jumpsuit",
        client = {
            image = "prison_jump_suit_wet.png"
        }
    },
    ["prison_jump_suit_dirty"] = {
        label = "Dirty Prison Jumpsuit",
        weight = 100,
        stack = true,
        close = true,
        description = "A Dirty Prison Jumpsuit",
        client = {
            image = "prison_jump_suit_dirty.png"
        }
    },
    ["guard_uniform_clean_folded"] = {
        label = "Clean Folded Guard Uniform",
        weight = 100,
        stack = true,
        close = true,
        description = "A Clean Folded Guard Uniform",
        client = {
            image = "guard_uniform_clean_folded.png"
        }
    },
    ["guard_uniform_clean"] = {
        label = "Clean Guard Uniform",
        weight = 100,
        stack = true,
        close = true,
        description = "A Clean Guard Uniform",
        client = {
            image = "guard_uniform_clean.png"
        }
    },
    ["guard_uniform_wet"] = {
        label = "Wet Guard Uniform",
        weight = 100,
        stack = true,
        close = true,
        description = "A Wet Guard Uniform",
        client = {
            image = "guard_uniform_wet.png"
        }
    },
    ["guard_uniform_dirty"] = {
        label = "Dirty Guard Uniform",
        weight = 100,
        stack = true,
        close = true,
        description = "A Dirty Guard Uniform",
        client = {
            image = "guard_uniform_dirty.png"
        }
    },
    ["laundry_detergent"] = {
        label = "Laundry Detergent",
        weight = 100,
        stack = true,
        close = true,
        description = "Laundry Detergent",
        client = {
            image = "laundry_detergent.png"
        }
    },
    ["pickaxe"] = {
        label = "Pickaxe",
        weight = 100,
        stack = true,
        close = true,
        description = "A Pickaxe",
        client = {
            image = "pickaxe.png"
        }
    },
    ["rock"] = {
        label = "Rock",
        weight = 100,
        stack = true,
        close = true,
        description = "A Rock",
        client = {
            image = "rock.png"
        }
    },
    ["recyclable_material"] = {
        label = "Recyclable Material",
        weight = 100,
        stack = true,
        close = true,
        description = "Recyclable Material",
        client = {
            image = "recyclable_material.png"
        }
    },
    ["recyclable_material_block"] = {
        label = "Recyclable Material Block",
        weight = 100,   
        stack = true,
        close = true,
        description = "Recyclable Material Block",
        client = {
            image = "recyclable_material_block.png"
        }
    },

    ["bagged_lunch"] = {
        label = "Bagged Lunch",
        weight = 1,
        stack = true,
        close = true,
        description = "A Simple Bagged Lunch",
        client = {
            image = "bagged_lunch.png"
        }
    },
```

***

> **3) ADD THE IMAGES TO YOUR INVENTORY**

{% hint style="info" %}

* Open DHS-PrisonSim > images
* Copy files from the folder and add them into your inventory image folder
  {% endhint %}

***

> **4) INSTALL COMPLETE**

{% hint style="success" %}
The Install is now complete, you may move onto looking at the config.
{% endhint %}


---

# 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://dragon-heart-studios.gitbook.io/dragonheartstudios/scripts/dhs-prisonsim/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.
