# Installation

***

### Description: 0Resmon Caravan Installation Document and Basic Concepts

## Installation

This installation guide covers both <mark style="color:red;">ESX</mark> and <mark style="color:blue;">QBCore</mark> frameworks.

### What is required for installation

* **0r\_lib** <mark style="color:blue;">(You can find it on your Keymaster.)</mark>
* **Map Files** <mark style="color:blue;">(You can find it script files)</mark>

#### Supported Inventories

* qb-inventory
* qs\_inventory
* ox\_inventory

#### ESX

```
start es_extended
start 0r_lib
start 0r-caravan
--- esx resources --
```

#### QBCore

```
start qb-core
start 0r_lib
start 0r-caravan
--- qbcore resources --
```


---

# 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/0r-resources/0r-caravan/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.
