# Invsee

Entering <mark style="color:green;">/invsee \<Player name></mark> opens a menu.

<figure><img src="/files/edtRy3pVZtwIREhE0DIB" alt=""><figcaption><p>Menu when entering /invsee &#x3C;Player name> .</p></figcaption></figure>

In the top four rows, you can see all the items that the player currently has in his inventory. At the bottom left you can see the item the player is holding in his second hand. \
At the bottom right, you'll see the armor the player is currently wearing.&#x20;

Best of all, this menu is updated live. So if the player gets new items from a crate, you'll see them immediately!

{% hint style="info" %}
So if a player wants to sell all the items in his inventory and you are interested in what he has to offer, you can look it up without any problems with <mark style="color:green;">/invsee \<Player name></mark>.
{% endhint %}


---

# 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://wiki.landania.net/english/trading/invsee.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.
