# Inventory

The inventory page displays your tez balance and the tokens you own. It will be empty if no wallet is connected.&#x20;

On each of your tokens, there are two actions:&#x20;

* Sell
* Transfer

For these actions, we'll define popups (Material-UI Dialogs) with a form to input the sale or transfer details.

See the next pages for these dialogs.&#x20;


---

# 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://superlouis.gitbook.io/tzombies/front-end/inventory.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.
