# Required Dependencies

{% hint style="warning" %}
**Attention!**

* Do not change the name of the script
* Prefer to start it manually in server.cfg as below.
* Put the script in the resources folder, do not use a folderization other than \[casino].
* Be careful to manually launch the script after core.
* You will also need [*ox\_lib*](https://github.com/overextended/ox_lib/) and [*ox-target*](https://github.com/overextended/ox_target) *or* [*qb-target*](https://github.com/qbcore-framework/qb-target) scripts!
  {% endhint %}

### Server CFG Confugration

This is the layout and appearance that should be in server.cfg

<pre class="language-markup"><code class="lang-markup"><strong>ensure [core]
</strong>ensure ox_lib
ensure [target]
ensure [casino]
</code></pre>


---

# 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/0r-resources/0r-manageable-casino/required-dependencies.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.
