# MSK Bridge

`msk_bridge` is a FiveM bridge resource for MSK Scripts. It connects your scripts to multiple frameworks and third-party systems through one consistent interface.

It simplifies FiveM server integration by handling framework support, target systems, fuel systems, progress bars, and floating notifications.

With `msk_bridge`, you can run the same MSK Scripts across different server setups without rewriting core logic for each dependency.

### Features

* Unified bridge system for MSK Scripts on FiveM
* Automatic framework detection
* Support for ESX, QB, Qbox, PRP, and standalone setups
* Support for multiple target systems
* Support for multiple fuel systems
* Support for multiple progress bar systems
* Floating notification support
* Simple configuration for faster setup

### Why use msk\_bridge?

`msk_bridge` helps standardize how scripts interact with your server resources.

Instead of building separate integrations for every framework or utility system, the bridge handles compatibility for you. This makes FiveM script setup easier, keeps your resources cleaner, and improves long-term maintainability.

It is useful if you run multiple MSK Scripts and want one bridge layer for framework compatibility and shared integrations.

### Installation and configuration

Use these pages to install and configure `msk_bridge`:

* [Installation](/mskscripts/general-information/msk_bridge/installation.md)
* [Configuration](/mskscripts/general-information/msk_bridge/configuration.md)

### Requirements

Before using `msk_bridge`, make sure the required FiveM dependencies are installed and started correctly.

### Notes

* Many supported systems can be detected automatically
* Most bridge options can also be set manually
* Start dependencies before `msk_bridge`
* Start `msk_bridge` before other MSK Scripts that depend on it


---

# 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/msk_bridge.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.
