# DeluxeMenu

To show an ItemsAdder item with custom texture on **DeluxeMenu** you can add this to your material

```yaml
material: itemsadder-red_dye
```

Instead of `red_dye` you have to set the **ID** of your custom item.

### How to get the ID value?

* run `/iatag` while holding the item you want to use ![image](https://github.com/LoneDev6/Wiki-ItemsAdder/assets/114158743/9af34ddf-2ad4-40f0-9b14-c77125e57a3b)
* copy the `id` name, for example `red_dye`


---

# 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://itemsadder.devs.beer/compatibility-with-other-plugins/compatible/deluxemenu.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.
