> For the complete documentation index, see [llms.txt](https://docs.sirecstudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sirecstudio.com/ss-weapons/change-logs/ss-weapons-v1.0.md).

# SS-Weapons V1.0

## Update Summary

Initial GitBook documentation release for SS-Weapons, covering weapon stores, ammo boxes, gunsmith customization, weapon templates, cleaning, repair, weapon wear, HUD, preview sync, and configuration setup.

***

## Added

* Added full GitBook documentation for SS-Weapons.
* Added setup and configuration guide for server owners.
* Added weapon store and gunsmith configuration documentation.
* Added weapon catalog and ammo catalog documentation.
* Added weapon cleaning, repair, and wear documentation.
* Added weapon HUD and preview sync documentation.
* Added troubleshooting and live checklist.

***

## Weapon Store System

* Documented configurable stores through `Config.Stores`.
* Documented weapon and ammo filtering through `WichWeapons` and `WichAmmo`.
* Documented custom serial and custom label settings.

***

## Gunsmith System

* Documented gunsmith benches and job restrictions.
* Documented component edit pricing.
* Documented payment type selection between `gold` and `money`.
* Documented template save, apply, and delete workflow.

***

## Weapon Condition System

* Documented persistent condition storage in `ss_weapons`.
* Documented cleaning item flow.
* Documented repair kit flow.
* Documented permanent wear and degradation behavior.

***

## Config & Translations

* Documented `config.lua`, `cfg/weapons.lua`, `cfg/ammo.lua`, `l/l.lua`, and `config.js`.
* Added setup notes for `EN`, `IT`, `ES`, `FR`, `DE`, `PT`, `RU`, and `RO`.

***

## Preview

* Added GitBook preview images for the catalog, gunsmith UI, weapon book UI, weapon icon, and ammo icon.


---

# 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://docs.sirecstudio.com/ss-weapons/change-logs/ss-weapons-v1.0.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.
