> For the complete documentation index, see [llms.txt](https://tg-dev.gitbook.io/tg-dev-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tg-dev.gitbook.io/tg-dev-docs/tg-bmphone/install.md).

# Install

## Install Order

* Put the resource in your server resources folder.
* Import `Install/data.sql`
* Add the phone item for your inventory from `Install/Item`
* Copy `blackmarket_phone.png` from `Install/Inventory PNG` to your inventory image folder
* Configure `config/config.lua`
* Configure `config/bridge.lua` (**only if you have `custom` framework**)
* Add `ensure tg-bmphone` after all dependencies

{% hint style="info" %}
Note: `community_bridge` must start after `ox_lib`, `oxmysql`, your framework, inventory, target, dispatch, and similar integration resources, but before `tg-bmphone`.

**Example Start Order:**\
ensure oxmysql \
ensure ox\_lib \
ensure <mark style="color:$primary;">community\_bridge</mark> \
ensure es\_extended # or qb-core / qbx\_core \
ensure <mark style="color:$primary;">tg-bmphone</mark>
{% endhint %}
