# Install

* First, go to <https://keymaster.fivem.net/> and download the purchased files.
* Extract the row-scsnes and row-textUI files in the rar file, install and start on your own server&#x20;
* You can change the language of the file in row-scenes/fxmanifest.lua.&#x20;
* If you are using qbox, please uncomment the fxmanifest playerdata module&#x20;
* And finally edit the server.cfg initialization section like this.&#x20;

```
ensure row-scenes 
ensure row-textUI 
```

* This script will not work without oxmysql.
* [Download oxmysql  ,](https://github.com/overextended/oxmysql/releases/download/v2.13.0/oxmysql.zip) add it to your resources, and in your server.cfg include:

```
 ensure oxmysql
```


---

# 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://rowdevelopment.gitbook.io/docs/script-guides/row-scenes/install.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.
