# Types of NFT sales

For now the only Offer type is "Buy Now". After uploading your NFT - you'll have the option to put it as "Buy Now" from top right corner of NFT details. During the NFT uploading process you'll also have a chance to put the NFT on sale:

<figure><img src="/files/GHBDIo4ucUqGBXM4qn2y" alt=""><figcaption><p>Buy Now is the only available option for listing your NFT - for now </p></figcaption></figure>

In the future we'll implement other Offer types such as:

* Simple Auction
* Dutch Auction
* Dedicated Minting Page


---

# 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://guides.fungies.io/for-developers/types-of-nft-sales.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.
