# Installation

Step by step documentation how to properly install script.

## Script

1. Download the script from [portal](https://portal.cfx.re).
2. Open downloaded .zip, copy `[rcore_xmas]` folder and put it in your resources folder.
3. Go to your server.cfg and add `ensure [rcore_xmas]`.
4. All bridge resources should be auto detectable without editing config. If there is any unexpectable issue in console with bridge, go to `[rcore_xmas]/rcore_xmas/config.lua` and edit `Framework`, `Inventory`, `Database` and `Target` by your server specifications.

```lua
Framework = Framework.AUTO_DETECT,
Inventory = Inventories.AUTO_DETECT, 
Target = Target.AUTO_DETECT,
Database = Database.AUTO_DETECT
```

## Configuration

All values are properly described in config file of the script. Configuration files are located in `[rcore_xmas]/rcore_xmas`!

## Debug

If you have any issue with script and you don't know how to solve it, set `Debug = true` in configuration file to see additional informations printed to client console *(F8)* and server console. Screenshots will help our support to solve faster and better your problem in ticket.

{% hint style="info" %}
For beter communication and faster solving your issue, please send a screenshot of the console when the script starts to the ticket to get information about the status of the script.
{% endhint %}


---

# 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://documentation.rcore.cz/paid-resources/rcore_xmas/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.
