# Slot Data Asset

The module features a dedicated Slot Data Asset that extends from **UMA.SlotDataAsset** which enable its events to interact with the visual scripting capabilities of **Game Creator 2**.

<figure><img src="/files/KrGz8iLbGnJsKVEU5Lxq" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The '**self**' property refers to the **Avatar** to which the slot data is added.\
The '**target**' property refers to the **Character** to which the slot data is added.
{% endhint %}

{% hint style="info" %}
When '**Run Once**' is **checked**, the instructions will run only once, unless you remove and re-add the Slot Data to the Avatar. If **unchecked**, they will run every time the Avatar is built.
{% endhint %}

## Creating Slot Data Asset

Creating Slot Data Assets is now easier with the UMA's Slot Builder. While it generates **UMA.SlotDataAsset**, you can easily convert them into **UMA Integration's Slot Data Asset** using the provided [utility menu](/documentation/game-creator-2/uma-integration/utilities.md#convert-slot-data-asset).&#x20;

you can also manually create **UMA Integration's SlotDataAsset** by following the steps below.

{% stepper %}
{% step %}
Right-click in your project window.
{% endstep %}

{% step %}
Navigate to **Create > Game Creator > UMA > Slot Data Asset** or **Slot Data Asset - WildCard**.
{% endstep %}

{% step %}
Edit your newly created custom Slot Data Asset.
{% 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://niam.gitbook.io/documentation/game-creator-2/uma-integration/slot-data-asset.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.
