# Custom Weapons

{% stepper %}
{% step %}

### Unzip file

Drag and drop folder into your resources
{% endstep %}

{% step %}

### Ensure files

Create a folder \[weapons] to organize and ensure all your server weapons. Drag and drop this file into the folder. ALL WEAPONS ARE ADD-ONS! Copy and paste into your server cfg!

```
ensure [weapons]
```

{% endstep %}

{% step %}

### Inventory

All weapons come with copy and paste installation setups for ox-inventory and these can be found in the \[installation] folder. All components come enabled! Separate attachments will have their component item in the installations file.

Inventory images for all weapons are provided in the \[images folder]
{% endstep %}

{% step %}

### Spawn

all spawn codes provided in SPAWN CODES.md
{% endstep %}

{% step %}

### Restart Server

{% endstep %}
{% endstepper %}


---

# 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://dragon-lab.gitbook.io/dragons-lab/custom-order-installation/custom-weapons.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.
