# Base Installation

## Step 1: Download the Resources

{% hint style="warning" %}
**1)** Download Paleto Bank Robbery from[ ***Keymaster***](https://keymaster.fivem.net/asset-grants).

2\) Download the dependencies ([***PolyZone***](https://github.com/mkafrin/PolyZone), [***interact-sound***](https://github.com/plunkettscott/interact-sound)).

**3)** Extract both files inside your server's resource folder. Make sure to name the downloaded resources correctly as needed (without *-master* suffix).

**4)** Ensure all resources inside server config file.

```
ensure interact-sound
ensure PolyZone
ensure cis_paletoBankRobbery
```

{% endhint %}

***

## Step 2: Setup Configuration

{% hint style="warning" %}
Configure the settings based on your framework in the ***/configs/*** directory.

For detailed configuration explanations, please click the link below.
{% endhint %}

{% content-ref url="configuration-settings" %}
[configuration-settings](https://docs.cisoko.net/paleto-bank-robbery/configuration-settings)
{% endcontent-ref %}

***

## Step 3: Review Framework  Based Code

{% hint style="danger" %}
*<mark style="background-color:red;">These files are responsible for giving money, items, and checking jobs.</mark>*

If you are utilizing a custom framework on your server, modify the code inside ***server/framework.lua and client/framework.lua*** to suit your preferences. These files contain a reference to the core you've downloaded.
{% endhint %}

***

## Step 4: Extras (Optional)

{% hint style="info" %}
To explore additional integration options and gain in-depth insights into our exports and explanations, please follow the links provided below. These resources will guide you through the process, ensuring that you can fully leverage our system to enhance your server's functionalities.
{% endhint %}

{% content-ref url="exports" %}
[exports](https://docs.cisoko.net/paleto-bank-robbery/exports)
{% endcontent-ref %}


---

# 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.cisoko.net/paleto-bank-robbery/base-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.
