# 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 %}


---

# 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://master-mind-store.gitbook.io/dashboard/free-release/radio/insallation/bridge-setup.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.
