# Installation

## 1. Upload the Resource

Place the folder:

`yuu2k_properties`

inside your server resources directory.

**Example:**

`resources/[scripts]/yuu2k_properties`<br>

### 2. Import the SQL File

Import the following file into your database:

`yuu2k_properties.sql`

**You can import it with:**

* phpMyAdmin
* HeidiSQL
* DBeaver
* Any MySQL client

### 3. Required Dependencies

Make sure the following resources are installed and started before this script:

* es\_extended
* ox\_lib
* oxmysql
* ox\_inventory
* ox\_doorlock
* ox\_target (optional)


---

# 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.yuu2k.com/yuu2k-properties/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.
