> For the complete documentation index, see [llms.txt](https://master-mind-store.gitbook.io/dashboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://master-mind-store.gitbook.io/dashboard/free-release/radio/insallation/bridge-setup.md).

# Bridge Setup

#### Step 1: Download the latest [release](https://github.com/Byte-Labs-Project/bl_bridge/releases) of BL Bridge

**Step 2: Extract the contents of the zip file into your `resources` folder**

Step 3: Add `ensure bl_bridge` to your `server.cfg` file

Step 4: Add these lines in your `server.cfg`

```editorconfig
# Frameworks 'ox' | 'qb' | 'esx' | 'custom'
setr bl:framework 'qb' 
 
# Inventories 'ox' | 'qb' | 'esx' | 'ps' | 'custom'
setr bl:inventory 'ox'
 
# Context 'ox' | 'qb' | 'custom'
setr bl:context 'ox'
 
# Target 'ox' | 'qb' | 'custom'
setr bl:target 'ox'
 
# Progress 'ox' | 'qb' | 'custom'
setr bl:progressbar 'ox'
 
# Radial 'ox' | 'qb' | 'custom'
setr bl:radial 'ox'
 
# Notification 'ox' | 'qb' | 'esx' | 'custom'
setr bl:notify 'ox'
 
# TextUI 'ox' | 'qb'
setr bl:textui 'ox'
```

Step 5: Configure each of the `setr` as per your resource requirement

{% hint style="danger" %}
If you find these errors in your console like

`No such export inventory in resource bl_bridge` \
`No such export core in resource bl_bridge`

This signifies, that setr config is not set properly and you missed something / set incorrect options in the bridge
{% endhint %}
