> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/guides/vip-script/installation.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.av-scripts.com/guides/vip-script/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
