# Installation

* Make sure to install and configure av\_laptop first. [Laptop v3](/laptop-pack-v3/laptop-v3.md)
* Please read the entire config files, every config field is explained.
* Run the file **import\_first.sql** on your database.
* If using filezille or any other FTP software, verify the .json files were uploaded correctly.
* **Translate:** If you want to translate the script modify the **config/\_lang.lua**\
  To translate the UI go to **ui/dist/lang.json** be extremely careful with this file or you can break the entire UI.
* If not using ESX/QBCore/Qbox official versions read [Custom Framework/Inventory](/laptop-pack-v3/laptop-v3/installation/custom-framework-inventory.md)


---

# 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/laptop-pack-v3/business/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.
