# 3. Creating and Listing NFTs

## <mark style="color:blue;">**Q: How can I create an NFT on the marketplace?**</mark>

### A: You can create NFTs in two ways:

* Manual creation – upload your digital artwork or file and provide metadata.
* AI-assisted creation – use our AI tool to generate unique artworks.

<figure><img src="/files/2vFm54hKZDdbdhO0UR3q" alt=""><figcaption></figcaption></figure>

## <mark style="color:blue;">**Q: How do I list an NFT for sale?**</mark>

### A: After creating your NFT, set the price, choose fixed price or auction mode, and publish it.


---

# 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://nft-pointpay.gitbook.io/nft-pointpay/3.-creating-and-listing-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.
