> For the complete documentation index, see [llms.txt](https://unknown-development.gitbook.io/unknown-development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unknown-development.gitbook.io/unknown-development/free-scripts/unknown_banking/installation.md).

# Installation

**Installation difficulty**

**🟣⚫⚫⚫⚫** - very easy

***

### 1. Download Resource

To begin, download your recently purchased resource from [our store](https://corem.tebex.io/)

To do this, log in to your [cfx portal](https://portal.cfx.re/) account and navigate to the '**Asset Grants**' section, where you will find your owned resources.

***

### 2. Dependencies

Before installing **Banking**, you must ensure the following dependencies are installed:

<details>

<summary><a href="https://github.com/esx-framework/esx_core/tree/main">es_extended</a> | <a href="https://github.com/qbcore-framework/qb-core/tree/main">qb-core</a> | <a href="https://github.com/Qbox-project/qbx_core">qbx_core</a></summary>

The script supports **ESX, QBCore, and Qbox**, providing a flexible and versatile solution for different server setups.

</details>

<details>

<summary><a href="https://github.com/overextended/ox_target">ox_target</a> | <a href="https://github.com/qbcore-framework/qb-target">qb-target</a></summary>

The script supports **ox\_target and qb-target**, offering a flexible solution for various server setups.

</details>

***

### 3. Install Banking

Add `unknown_banking` folder to your server `resources` folder and start them by adding the following to your `server.cfg`:\
`ensure unknown_banking`

{% hint style="warning" %}
Dependencies **must** be ensured before `unknown_banking`, otherwise the script may not function correctly.
{% endhint %}

***

### 4. Run SQL file

From `unknown_banking` resource run `sql.sql` file in your database.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://unknown-development.gitbook.io/unknown-development/free-scripts/unknown_banking/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.
