# /inote

## Syntax

**/inote add|del # \[comment text]**

## Description

* This is used to add additional text to the display window for a certain item
* The item number # must always be present
* The *comment text* can contain   tags to break the line of text

## Example

```
/inote add 19542 This is found on the Great Saphrophyte in EC<br>Rarity is about 1 in 5
```

The text at the end of the additional information in blue on the item display window will be:

```
Note: This is found on the Great Saphrophyte in EC
Rarity is about 1 in 5
```

## See Also

* [MQ2ItemDisplay](/macroquest/plugins/core-plugins/mq2itemdisplay.md)

[Return to Slash Commands](/macroquest/commands/slash-commands.md)


---

# 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://macroquest.gitbook.io/macroquest/plugins/core-plugins/mq2itemdisplay/inote.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.
