# /itemnotify

## Syntax

**/itemnotify slotname|#||itemname ''notification**''\
\&#xNAN;**/itemnotify in** ***bagslot*** **slot#** ***notification***

## Description

Similar to the /click function, but does not involve the use of the mouse.

* *Slotname* can be any one of the equipment [Slot Names](/macroquest/general-information/slot-names.md).
* *Bagslot* can be pack1-pack8 or bank1-bank16. \*\*Sharedbank1, sharedbank2 and trade1-trade8 are not yet implemented

  in /itemnotify.\*\*

*Notification* can be any one of the following:

|                    |                                                                                                                                  |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| **leftmouseup**    | Puts the item on the cursor, or returns it to *slotname* if its already on the cursor (same as left clicking an inventory item). |
| **leftmouseheld**  | Clicks and holds *slotname*. Used for making hotkeys.                                                                            |
| **rightmouseup**   | Casts the item, or opens the container. This is the same as right clicking an inventory slot.                                    |
| **rightmouseheld** | Opens up the item display window.                                                                                                |

## Examples

Exchange the item in slot1 of pack8 with the item in your main hand:

```
 /itemnotify in pack8 1 leftmouseup
 /itemnotify mainhand leftmouseup
 /itemnotify in pack8 1 leftmouseup
```

Right-click your Shrunken Goblin Skull Earring:

```
 /itemnotify "Shrunken Goblin Skull Earring" rightmouseup
```

## See Also

* [/click](/macroquest/commands/slash-commands/click.md)
* [Slot\_Names](/macroquest/general-information/slot-names.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/commands/slash-commands/itemnotify.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.
