# Crafting

- [INSTALLATION](https://docs.kojascripts.eu/new/crafting/installation.md)
- [Configuration](https://docs.kojascripts.eu/new/crafting/configuration.md): Welcome to the complete configuration for Koja-Crafting. This guide will help you configure, customize, and optimize your crafting system.
- [General Settings](https://docs.kojascripts.eu/new/crafting/configuration/general-settings.md): This page covers the basic configuration options for Koja-Crafting that control debug mode, language, and player behavior.
- [Server Settings](https://docs.kojascripts.eu/new/crafting/configuration/server-settings.md): This page covers server-side configuration options including database management, crafting recovery, and shared table functionality.
- [Images Settings](https://docs.kojascripts.eu/new/crafting/configuration/images-settings.md): This page explains how to configure item images, add custom graphics, and manage image paths in Koja-Crafting.
- [Player Progression Settings](https://docs.kojascripts.eu/new/crafting/configuration/player-progression-settings.md): This page covers the player progression system including levels, experience points, and how to configure the leveling system in Koja-Crafting.
- [Admin Settings](https://docs.kojascripts.eu/new/crafting/configuration/admin-settings.md): This page covers admin permission configuration and available admin commands for managing Koja-Crafting.
- [Interaction Settings](https://docs.kojascripts.eu/new/crafting/configuration/interaction-settings.md): This page covers how players interact with crafting stations - either through key press or target system (ox\_target,qb-target,).
- [Crafting Queue Settings](https://docs.kojascripts.eu/new/crafting/configuration/crafting-queue-settings.md): This page covers the crafting queue system that manages distance checking, warnings, and crafting cancellation when players move away from stations.
- [Crafting Stations Settings](https://docs.kojascripts.eu/new/crafting/configuration/crafting-stations-settings.md): This comprehensive guide covers how to configure crafting stations, add items, create categories, configure blueprints, and customize your crafting system.
- [Commands](https://docs.kojascripts.eu/new/crafting/configuration/commands.md): This page covers all available commands in Koja-Crafting, their usage, permissions, and examples.
- [API](https://docs.kojascripts.eu/new/crafting/configuration/api.md): This page covers the API exports, events, and triggers that allow you to integrate Koja-Crafting with other scripts and resources.
- [Database](https://docs.kojascripts.eu/new/crafting/configuration/database.md): SQL file needed when automatic database creation does not work properly


---

# 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.kojascripts.eu/new/crafting.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.
