# Setting Up

The script has 4 main files (script file, outfit file, animation file and map file)

There is also an independent supporting script that is required for the script to work. ( polyzone )

***

## (1) - Keymaster

You can access these main base files by searching for football in the search section under Keymaster > Granted Assets tab.

{% hint style="success" %}
You must **download all the files** on the keymaster one by one.
{% endhint %}

> [Click and go to the keymaster](https://keymaster.fivem.net/asset-grants?search=football)

<figure><img src="/files/cpOfm61Vhf2VjzfmWkQh" alt=""><figcaption></figcaption></figure>

***

## (2) - GitHub

You need to download the supporting file PolyZone from Github.

> [ Click And Download](https://github.com/mkafrin/PolyZone/releases)

{% hint style="danger" %}
You must download it with the .zip extension (PolyZone.zip). You should not download the source code.
{% endhint %}

<figure><img src="/files/6xT5J86HnoIz0mFj6l8O" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9u3xLrVEWmeKiQuTrayr" alt=""><figcaption></figcaption></figure>

***

## (3) - File operation

### After downloading all the files;

* **1-)** Create a folder named <mark style="color:blue;">**\[football]**</mark> inside the **resources folder in the file where your server is located**

<figure><img src="/files/9u3xLrVEWmeKiQuTrayr" alt=""><figcaption></figcaption></figure>

* **2-)** Put all downloaded files into the \[football] folder as shown in the image below.

<figure><img src="/files/LWkAEDvfr3zORnAon5hl" alt=""><figcaption></figcaption></figure>

* **3-)** <mark style="color:red;">Insert the .sql file</mark> in the ak4y-football folder into your database.
* **4-)** Initialize the \[football] folder in server.cfg with the following code

> ensure \[football]

<figure><img src="/files/ChG4uX1Oq2S4XWkKIlCE" alt=""><figcaption></figcaption></figure>


---

# 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.ak4y.com/scripts/ak4y-football/setting-up.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.
