# Install instructions

## Installation

{% stepper %}
{% step %}

### Unzip the wigtable file

Drag unzipped folder into your resources
{% endstep %}

{% step %}

### Streaming resource

a. create a folder called \[props] to load all your custom prop items. Add a new line in your server cfg

```
ensure [props]
```

{% endstep %}

{% step %}

### Script integration

Now that the prop has been streamed it is ready for use in any script or spawner. use the prop name located in the stream folder. Spawn names for each can be found below

{% tabs %}
{% tab title="Pink Table" %}

```
sasdragon_pinkwigtable
```

{% endtab %}

{% tab title="Purple Table" %}

```
sasdragon_purplewigtable
```

{% endtab %}

{% tab title="Red Table" %}

```
sasdragon_redwigtable
```

{% endtab %}
{% endtabs %}

<div><figure><img src="/files/1iDPydxEo0MvZqL5AEQV" alt=""><figcaption></figcaption></figure> <figure><img src="/files/aNNhqVtWxu9Hw29wrd64" alt=""><figcaption></figcaption></figure> <figure><img src="/files/4w99YqQkmGrEhkIvAeGH" alt=""><figcaption></figcaption></figure> <figure><img src="/files/7ti7UPl0N6tDqBV4Cs6M" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Inventory

If your script calls for an inventory item, an inventory image is included in the folder. Install image into your inventory files

{% tabs %}
{% tab title="ox\_inventory" %}

```
ox_inventory\web\images
```

{% endtab %}

{% tab title="qb-inventory" %}

```
qb-inventory\html\images\
```

{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}

### Restart Server

The prop should now be properly streamed and loaded into any script of your choice!
{% 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/crafting-tables/wig-crafting-table/install-instructions.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.
