# Custom Menu Item Data

Have you ever wanted to add custom item data for your menu items? Well, now you can!

If you have never used custom item data before read over this thread:

{% embed url="<https://www.planetminecraft.com/forums/communities/texturing/new-1-14-custom-item-models-tuto-578834>" %}

## Adding To Menus

### Step 1

Add the following to the item

```
customData: true
```

### Step 2

Add the following to the item

```
customModelData: YOURIDHERE
```


---

# 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://punishmentgui.bghddevelopment.com/custom-menu-item-data.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.
