# Minting NFTs

## Minting Fixed Price NFTs

#### Buy Single NFT

1. To purchase an NFT with a fixed price, open the detail page of a fixed price listed NFT, and click the Mint now button displayed below the price.
2. If this is your first purchase on Windvane, a dialogue will pop up for your to accept the terms of service.
3. A confirmation dialogue will appear. If everything looks correct, then click the Mint button to start the payment.
4. Once you confirmed the payment, a waiting for transaction banner will appear and automatically refreshes the page when the transaction is processed.

#### Mint multiple NFTs at Once

1. To purchase NFTs with fixed price, open the detail page of fixed price listed NFT, and click the Mint now button displayed below the price.
2. If this is your first purchase on Windvane, a dialogue will pop up for your to accept the terms of service.
3. Choose the amount you want to mint(only need to pay once gas fee). If everything looks correct, then click the Mint button to start the payment.If the NFTs are from different chains, you need to make multiple payments.
4. Once you confirmed the payment, a waiting for transaction banner will appear and automatically refreshes the page when the transaction is processed.

{% hint style="info" %}
**Good to know:** your product docs aren't just a reference of all your features! use them to encourage folks to perform certain actions and discover the value in your product.
{% endhint %}


---

# 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://windvane.gitbook.io/windvane/guides/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.
