> For the complete documentation index, see [llms.txt](https://wxn-studios.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wxn-studios.gitbook.io/documentation/fivecraft-scripts/weapon-repairs.md).

# 🔫 Weapon Repairs

## ✨ Features

* **Multi-Framework**: Works out of the box with ESX, QBCore, and Qbox.
* **Flexible Interaction Options**: Choose between **Third Eye** (ox\_target) or **Classic Text UI** (Press E) interaction modes.
* **Modern User Interface**: A clean, responsive UI built with simplicity in mind, featuring durability bars and dynamic cost calculation, which is all configurable alongside the materials used.
* **Dynamic Pricing**: Repair costs are calculated based on the weapon's specific durability percentage. The lower the durability, the more expensive. The higher the durability, the more expensive.
* **Localization**: Fully localized in **English**, **French**, **Spanish**, and **German**.
* **Secure Code**: I've tested for vulnerabilities and ensured the script is protected.&#x20;
* **Resmon**: The script sits at **0.00ms Idle and 0.00ms In-Use.**

## 📦 Dependencies

{% hint style="info" %}
Before installing, ensure you have the following resources running:

* [ox\_lib](https://github.com/CommunityOx/ox_lib)
* [ox\_inventory](https://github.com/CommunityOx/ox_inventory)
* [ox\_target](https://github.com/CommunityOx/ox_target) (Required only if using 'target' interaction mode)
  {% endhint %}

## 🚀 Next Steps

* [Installation Guide](/documentation/fivecraft-scripts/weapon-repairs/installation.md)
* [Configuration Guide](/documentation/fivecraft-scripts/weapon-repairs/installation/config-file.md)
* [Developer API](/documentation/fivecraft-scripts/weapon-repairs/developer-api.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wxn-studios.gitbook.io/documentation/fivecraft-scripts/weapon-repairs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
