# Minting NFTs

This guide shows you how to turn an in-game item into an NFT using **Minting Vouchers**.

***

### Step 1: Choose an item to mint

Go to your inventory on the [website](https://sheepfarm.io/inventory) and select the in-game item you want to mint as an NFT.

***

### Step 2: Confirm the mint

Check the minting cost and confirm the transaction using **Minting Vouchers**.

***

### Step 3: Sign your wallet

Approve the transaction by signing with your connected wallet.\
This activates the minting process.

***

### Step 4: Minting complete

Once the process is finished, your NFT will appear in your collection on the website.

***

### Using your NFT

You can transfer, trade, or deposit your NFT back into **Meta-land** to use it in the game.


---

# 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://guide.sheepfarm.io/guide/web-3.0/playing-sheepfarm-with-nfts/minting-nfts.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.
