> For the complete documentation index, see [llms.txt](https://docs.marblex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.marblex.io/guide/mbx-nft/inventory.md).

# Inventory

MBX NFT is the comprehensive NFT platform in the MARBLEX ecosystem.&#x20;

With MBX NFT platform's various features, users can utilize their NFTs in a variety of ways, increase their value, and receive additional benefits.

In this guide,  let’s take a look at how to use the built-in inventory on MBX NFT.

The following guide was created using sample images from the dev page of MBX NFT. Please note that they may differ from the actual website at the launch of MBX NFT.

### How to access your INVENTORY

1\. From the main page of MBX NFT, check the upper right corner and click INVENTORY.

<figure><img src="/files/TguMaWLU4E7oYlDhDyYO" alt=""><figcaption></figcaption></figure>

2\. Your inventory displays NFTs in your MetaMask Wallet or Immutable Passport.

<figure><img src="/files/SrNasYjujEqsGB57AapD" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/BTqTZWGwKW48d3h4i03n" alt=""><figcaption></figcaption></figure>

3\. From the drop down menu, you can filter your NFTs by their type. If any of your NFTs are locked up from AIRDROP, you may check them at Locked up inventory. At Send History, you can view your previous NFT transactions.

<figure><img src="/files/iZPq1zuWiTzgP7Hoav1i" alt=""><figcaption></figcaption></figure>

4\. To import additional NFTs to your inventory, specifically those that exist in the wallet that you used to sign-in, click + NFT add.

<figure><img src="/files/h1UOlRReMflzG3vrpCvM" alt=""><figcaption></figcaption></figure>

5\. The following pop-up will appear. Select the NFT ADD tab and enter the collection address in order to add NFT.

<figure><img src="/files/mwpJ3JTtg4aZMGA7nKCs" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.marblex.io/guide/mbx-nft/inventory.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
