> For the complete documentation index, see [llms.txt](https://guide.sheepfarm.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.sheepfarm.io/guide/web-3.0/playing-sheepfarm-with-nfts/minting-nfts.md).

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