# Crafting Table

## INSTALLATION

### 1.  Resource Download

\
**To get started, you'll need to download your new resource previously purchased from** [**shop**](https://loureiro-stoned.gitbook.io/docs/overview/website-shop)**.** For that we must log in with our account at [`keymaster`](https://keymaster.fivem.net/asset-grants/) and look for the Asset grants section, there we will find our complete package.

{% hint style="info" %}
To get updates you get them from the same website ([keymaster](https://keymaster.fivem.net/asset-grants)).
{% endhint %}

### 2.  Dependencies

{% hint style="warning" %}
**The following dependency is not mandatory.**

You must have this dependency downloaded and started if *"Config.EnableProgressBar"* is <mark style="color:blue;">true</mark> in the configuration file.
{% endhint %}

| Name            | Download Link                                                                                            |
| --------------- | -------------------------------------------------------------------------------------------------------- |
| progressBar     | [https://github.com/EthanPeacock/progressBars/releases/tag/1.0](https://github.com/wowpanda/progressbar) |
| mythic\_progbar | <https://github.com/HalCroves/mythic_progbar>                                                            |
| ox\_lib         | <https://github.com/overextended/ox_lib>                                                                 |

### 3. Asset positioning

It's important to keep a good order on our server, either in folders or in our cfg file. For this, it is always recommended that the scripts be started under your core.

{% hint style="warning" %}
Make sure you have the correct start order of resources to avoid errors in exports of your framework, if you don't you may receive critical errors.
{% endhint %}

{% code title="server.cfg" overflow="wrap" %}

```
ensure stoned-craft
```

{% endcode %}

## CONFIGURATION

### 4. Choose your framework

{% hint style="info" %}
Open your Config.lua
{% endhint %}

<figure><img src="https://3385301882-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6RtuIyKM7kJj3UumLC0%2Fuploads%2FvibgjdssVA96EGIEWqMK%2Fimage.png?alt=media&#x26;token=a840c2ba-80d1-49f5-98dd-7fd586995fa8" alt=""><figcaption><p>config.lua</p></figcaption></figure>

### 4.1 Do your configuration&#x20;

The rest of the configuration must be done by you, as it is based on the recipes you want to create and their restrictions and other details.


---

# 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://loureiro-stoned.gitbook.io/docs/scripts-guides/crafting-table.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.
