> For the complete documentation index, see [llms.txt](https://docs.monsterra.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monsterra.io/legend-isla/convert-and-trade-nft-items/convert-in-game-items-into-nft-items-for-trading.md).

# Convert in-game items into NFT items for trading

NFT items can be created by converting in-game items following below steps:

**Step 1:** Click on "Inventory" button of main UI.

<figure><img src="/files/7m8svzX9zvQciKtupbY4" alt=""><figcaption></figcaption></figure>

**Step 2:** Click on "Convert to NFT" button of "In-game" tab of Inventory UI.

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

**Step 3:** Click on **Available** items to choose which items you want to convert into NFT items.

***Notice that you can only convert items that are the same type as the first chosen one for each conversion progression.***

<figure><img src="/files/8bA7mpH1dvRT1jT3VUoA" alt=""><figcaption></figcaption></figure>

**Step 4:Select supported chain &** Confirm the transaction and wallet address.

<figure><img src="/files/1Lzj8Orp1EzhxGyUdDVX" alt=""><figcaption></figcaption></figure>

**Step 5:** Waiting for the conversion complete.

**Step 6:** Converted items are NFT items now. You can take a quick look in the "On Chain" tab of Inventory UI.

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

**Step 7:** You can manage the NFT items in the [**"Inventory"**](https://testnet-marketplace.monsterra.io/#/inventory) page for trading.

![](/files/4yOeWUJhE9dOt6dyOPZu)


---

# 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.monsterra.io/legend-isla/convert-and-trade-nft-items/convert-in-game-items-into-nft-items-for-trading.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.
