# What is an Item ID

{% hint style="info" %}
You might want to learn more about [Data Assets and their function](/character-builder/data-assets-and-their-function.md) first to have more insight on the topic
{% endhint %}

Every single item provided by the packs has its own unique ID assigned in its respective **Item Data Asset**. \
\
It is an integer of length of 9 digits with a format of **XXYYYZZCC**

**XX** - body type, currently in use - 10 and 20 (female and male) \
**YYY** - pack number item belongs to\
**ZZ** - item number in the pack\
**CC** - variation of the item

<figure><img src="/files/whgSrySVtKIWqpsrzcyN" alt=""><figcaption><p>Example Item Definition Data Asset</p></figcaption></figure>

{% hint style="info" %}
Learn more about [Body Types](/character-builder/body-types.md)
{% endhint %}

ID is used a lot to indirectly and non-destructively reference items across different packs which might or might not be present in your project/selection of items for the character.&#x20;

Usage of Item ID:

* Selection of currently equipped items
* Setting material collection tags
* Picking right alternative meshes for Mesh Replacement System
* Item filtering by body type
* Banning incompatible items from being equipped
* UI interaction with component


---

# 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://docs.lab3.studio/character-builder/what-is-an-item-id.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.
