# NFT Marketplace

- [Introduction & Fees](https://docs.paintswap.io/nft-marketplace-1/introduction.md)
- [Creating NFTs](https://docs.paintswap.io/nft-marketplace-1/minting.md): Creating NFTs has never been easier, with the new NFT Creation section featuring all an artist needs to get started
- [Contract Factory](https://docs.paintswap.io/nft-marketplace-1/minting/contract-factory.md): The Paintswap contract factory deploys an ERC1155 contract that is owned by the user. The minting can be done the same way as the community contract, directly on Paintswap, but with lower fees.
- [Bulk Mint](https://docs.paintswap.io/nft-marketplace-1/minting/bulk-mint.md): In order to mint in bulk, data is uploaded to a Paintswap server, processed and then uploaded with IPFS.
- [Interactive NFTs](https://docs.paintswap.io/nft-marketplace-1/minting/interactive-nfts.md): Find out everything about this new kind of NFT, now available to create and trade on Paintswap.
- [Metadata](https://docs.paintswap.io/nft-marketplace-1/minting/metadata.md): Describes the rich metadata support for NFTs on Paintswap
- [Supported NFTs](https://docs.paintswap.io/nft-marketplace-1/minting/supported-nfts.md)
- [NFT Vaults](https://docs.paintswap.io/nft-marketplace-1/nft-vaults.md)
- [Trading NFTs](https://docs.paintswap.io/nft-marketplace-1/trading.md): Discover, collect, and sell extraordinary NFTs
- [Marketplace Mechanics](https://docs.paintswap.io/nft-marketplace-1/trading/marketplace-mechanics.md)
- [Bulk / Batch Actions](https://docs.paintswap.io/nft-marketplace-1/trading/bulk-batch-actions.md)
- [Royalties](https://docs.paintswap.io/nft-marketplace-1/trading/royalties.md)
- [Collections](https://docs.paintswap.io/nft-marketplace-1/collections.md): Tracked collections are featured in the marketplace and they provide additional functionality to users. They are shown in the "My Collection" page even if they were never sold on Paintswap


---

# 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://docs.paintswap.io/nft-marketplace-1.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.
