# How To Install Dependencies

#### Before using this resource, make sure you have installed all required dependencies:

* [ox\_lib](https://github.com/overextended/ox_lib)
* [msk\_bridge](https://github.com/Mrmisio345/msk_bridge)
* [oxmysql](https://github.com/overextended/oxmysql)

#### Installation Steps

**1. Download all required dependencies**\
Download `ox_lib`, `msk_bridge`, and `oxmysql`.

**2. Place them in your server resources folder**\
Upload all dependencies to your server’s `resources` folder.

**3. Add them to your `server.cfg`**\
Make sure these lines are included in your `server.cfg`:

```
ensure ox_lib
ensure oxmysql
ensure msk_bridge
```

**4. Restart your server**\
Restart your server after adding all dependencies.

#### Note

All dependencies must be started before any MSK Scripts resource.

Lepsze mogą też być nazwy:

* **Installing Dependencies**
* **Required Dependencies**
* **Dependencies Installation**


---

# 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://mskscripts.gitbook.io/mskscripts/general-information/quickstart.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.
