# QBCore / Qbox Installation

This guide will help you install and configure **F4 Multicharacter** for **QBCore Framework** using **any MySQL wrapper**\
(oxmysql, ghmattimysql, or mysql-async), and connect it with your **Discord bot** for profile photo system.

***

### 📦 Requirements

Make sure your server meets the following requirements:

* ✅ Latest version of **QBCore Framework**
* ✅ One of the following database systems installed:
  * [oxmysql](https://github.com/overextended/oxmysql)
  * [ghmattimysql](https://github.com/FrazzIe/ghmattimysql)
  * [mysql-async](https://github.com/brouznouf/fivem-mysql-async)
* ✅ Basic understanding of your server configuration
* ✅ Optional: a **Discord Bot Token** for future integrations

***

### ⚙️ Installation Steps

#### 1. Download & Extract

* [Purchase](https://f4studio.tebex.io/) and download the resource from [portal.cfx.re](https://portal.cfx.re/).
* Extract the folder `f4-multicharacter` into your `resources` directory.

#### 2. Add to Server.cfg

Make sure your `server.cfg` includes:

```cfg
ensure f4-multicharacter
```
