# Item \[item]

***

```yaml
  item-show:
    enabled: true
    prefix: '[item]' # What users must type in chat or in private messages
    parser: <white>[%item%<reset><white>]</white> # Only supports MiniMessage formats
```

ZelChat will fully render the player's item in main hand and also the full lore of that item.\
\
We also have a unique feature, if the item is not a custom one, players will see the render in their Minecraft language!

***

<figure><img src="/files/Pi2E3JEP6CGcmjVh4UPF" alt=""><figcaption><p>A classic item will be rendered in different languages!</p></figcaption></figure>

***

<figure><img src="/files/dxDRNRKv4XPs2Rzbz1kL" alt=""><figcaption><p>A custom item fully rendered</p></figcaption></figure>


---

# 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://natorog.gitbook.io/render-features/item-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.
