# Item

The `AnvilGUI.Item` option specifies the item to be placed on the Anvil GUI.

{% hint style="info" %}
Can only be materials found [here](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html).
{% endhint %}

#### Usage

You can configure the `AnvilGUI.Item` by editing the "prompt-config.yml" file as follows:

```yaml
AnvilGUI:
  Item:
    Material: Paper
    Custom-Model-Data: 0
```

In this example, the item on the Anvil GUI is set to `Paper` with a custom model data of `0`.

#### Explanation

The `AnvilGUI.Item` option allows you to define the specific item that appears on the Anvil GUI. You can customize the material and additional properties, such as custom model data, to enhance the visual representation of the item for users.

#### Example

To change the item on the Anvil GUI to a different material with custom model data, use the following configuration:

```yaml
AnvilGUI:
  Item:
    Material: Diamond
    Custom-Model-Data: 123
```

This will display a `Diamond` item with custom model data `123` on the Anvil GUI.


---

# 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://cyr1en.gitbook.io/commandprompter/configuration/prompts-configuration/anvil-ui/item.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.
