# Installation

{% hint style="info" %}
Below are some important types and installation contents !
{% endhint %}

{% stepper %}
{% step %}

### Install all resource dependencies

* [<mark style="color:$primary;">oxmysql</mark>](https://github.com/overextended/oxmysql/releases)
* [<mark style="color:$primary;">ox\_lib</mark>](https://github.com/overextended/ox_lib/releases)
* [<mark style="color:$primary;">ox\_doorlock</mark>](https://github.com/overextended/ox_doorlock)
* [<mark style="color:$primary;">\[Minigames\]</mark><br>](https://drive.google.com/file/d/1eNBWhIwYpSurLMChQtv6E3j_3gl5GDbr/view)
  {% endstep %}

{% step %}

#### Resource start order in <kbd><mark style="color:$primary;">Server.cfg<mark style="color:$primary;"></kbd> file&#xD;

<sub>It's important for your resources to start in a logical order to prevent errors from missing dependencies</sub>

{% code title="server.cfg" lineNumbers="true" fullWidth="false" %}

```lua
ensure oxmysql
ensure ox_lib
ensure ox_doorlock
ensure Framework -- ex: the name of your framework (i.e.qb-core , qbx_core)
-- # other resources
ensure [Minigames]
ensure [mtwenty-RobberyPackeg]

```

{% endcode %}
{% endstep %}

{% step %}

### Add items and prepare Data

Installation is complete, the script should start without problems.

{% hint style="info" %}
[File content database.sql](https://app.gitbook.com/o/OF1j7tesFibtRu0W2Slt/s/qyTDThgFtjiPKxfDHXIp/~/edit/~/changes/2/robberys/store-robbery/installation/database.sql)
{% endhint %}

{% hint style="info" %}
[Here are all the items you need to add to your server](https://docs.0resmon.org/0resmon/0r-resources/0r-illegalpack/installation/items)
{% endhint %}
{% endstep %}

{% step %}

### Done

### Enjoy the script.

{% endstep %}
{% endstepper %}


---

# 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://mtwenty.gitbook.io/mtwenty-docs/robberys/mtwenty-robbery-package/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.
