# Guides

This section contains everything you need to set up, customize, and expand your crafting system for your FiveM server.

Whether you're placing static benches, configuring portable crafting kits, or building an XP-based progression system—these guides have you covered.

***

### ✅ Check out the following guides:

* 🔧 [**Installation & Configuration**](/dynyx-scripts/crafting-system/installation-and-configuration.md)\
  Learn how to install the script, connect it to your inventory/target systems, and get it up and running.
* 📈 [**XP & Level System**](/dynyx-scripts/crafting-system/guides/xp-and-level-system-guide.md)\
  Understand how crafting XP works, how players level up, and how to control recipe access.
* 📘 [**Blueprint Items**](/dynyx-scripts/crafting-system/guides/blueprint-items-guide.md)\
  Make crafting dependent on special blueprint items for progression and roleplay immersion.
* 🛠️ [**Creating a New Crafting Table**](/dynyx-scripts/crafting-system/guides/creating-a-crafting-table.md)\
  Step-by-step instructions to create new tables from scratch.
* 🪑 [**Pre-Set Crafting Tables**](/dynyx-scripts/crafting-system/guides/pre-set-crafting-tables-guide.md)\
  Set up static benches at fixed locations, with access based on jobs, gangs, or specific players.
* 🧱 [**Placeable Crafting Tables**](/dynyx-scripts/crafting-system/guides/placeable-crafting-tables-guideled.md)\
  Let players place their own benches using inventory items.


---

# 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://dynyx-scripts.gitbook.io/dynyx-scripts/crafting-system/guides.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.
