# Installation

### Dependencies

* **ox\_lib**: [https://github.com/overextended/ox\_lib/releases](https://github.com/overextended/ox_lib/releases/download/v3.28.1/ox_lib.zip)
* **oxmysql**: <https://github.com/overextended/oxmysql>

#### Optional

> * A compatible Framework like ESX, QBCore or Qbox.
> * For custom Frameworks make sure to edit the files **config/\_framework.lua**, **client/editable/*****framework.lua** and **server/editable/*****framework.lua**
> * **A compatible inventory like the ones listed in config/\_framework.lua**
> * For custom Inventories make sure to edit the files **config/\_framework.lua**, **client/editable/\_inventory.lua** and **server/editable/\_framework.lua**

### Database

* Make sure to import the **database.sql** file into your database.

### Webhooks

* Add your Discord Webhooks for logs:
  * **server/editable/tebex.lua:** sends a log when a player buys a package from your Tebex Store and redeem it in game.
  * **server/editable/webhook.lua:** sends a log when a player buys a product from your in game store.

### Customization

* You can translate the script in **config/\_lang.lua** and **ui/public/lang.json**
* **T**o change the server logo replace the logo.png in ui/public folder.
* You can change the server name in ui/public/lang.json > server\_name
* UI source code is included, is on you to make the design changes you want and build the UI, if you don't know what React is, hire a dev from Fiverr or other platforms.
* There's some default packages and functions in the script, please be aware that all this are just **EXAMPLES** and doesn't mean they will work with your server, is on you to check every category files and edit the code to fit your server. Read [Categories](/guides/vip-script/categories.md)

{% hint style="warning" %}
Framework and Inventory functions are only used for actions like buying a car from the shop,  buying a business, adding items and/or money to players. It's not needed for the VIP part of the script and nothing Framework/Inventory related is behind escrow, everything is in the editable folders.
{% 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://docs.av-scripts.com/guides/vip-script/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.
