# 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
```


---

# 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://f4-studio.gitbook.io/documentation/resources/f4-multicharacter/qbcore-qbox-installation.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.
