# NFTs

- [What is an NFT?](https://metaversenw.gitbook.io/user-manual/nfts/what-is-an-nft.md)
- [Craft an Activation Pass?](https://metaversenw.gitbook.io/user-manual/nfts/what-is-an-nft/craft-an-activation-pass.md)
- [Craft a Wearable](https://metaversenw.gitbook.io/user-manual/nfts/what-is-an-nft/craft-a-wearable.md)
- [Mint an NFT Collection](https://metaversenw.gitbook.io/user-manual/nfts/what-is-an-nft/mint-an-nft-collection.md)
- [NFT Marketplace](https://metaversenw.gitbook.io/user-manual/nfts/nft-marketplace.md): There are two types of marketplaces on Bit.Country. The Local NFT Marketplace and the Global NFT Search.
- [Authorize a Collection for Sale on Your Own Metaverse Marketplace](https://metaversenw.gitbook.io/user-manual/nfts/nft-marketplace/authorize-a-collection-for-sale-on-your-own-metaverse-marketplace.md): To list an NFT asset for sale on your own metaverse you must approve the collection first.
- [Authorize Other Users' NFT Collections on Your Metaverse Marketplace](https://metaversenw.gitbook.io/user-manual/nfts/nft-marketplace/authorize-other-users-nft-collections-on-your-metaverse-marketplace.md)
- [Request Permission to List a Collection for Sale on Another Metaverse Marketplace](https://metaversenw.gitbook.io/user-manual/nfts/nft-marketplace/request-permission-to-list-a-collection-for-sale-on-another-metaverse-marketplace.md): To list a collection for sale on another Users Metaverse, the collection creator must request permission and the Metaverse owner must hold and activate the NFT Authorization Activation pass.
- [List an NFT for Sale on a Marketplace](https://metaversenw.gitbook.io/user-manual/nfts/nft-marketplace/list-an-nft-for-sale-on-a-marketplace.md)
- [Transfer an NFT to Another Wallet](https://metaversenw.gitbook.io/user-manual/nfts/nft-marketplace/transfer-an-nft-to-another-wallet.md)
- [Selling an NFT Bundle](https://metaversenw.gitbook.io/user-manual/nfts/nft-marketplace/selling-an-nft-bundle.md)
- [Create an NFT bundle](https://metaversenw.gitbook.io/user-manual/nfts/nft-marketplace/create-an-nft-bundle.md): A bundle is a method that should be used to group multiple NFTs together to be sold as a collective.
- [Anti-snipe Auction Feature](https://metaversenw.gitbook.io/user-manual/nfts/nft-marketplace/anti-snipe-auction-feature.md): The anti-snipe period that prevents bidder trying to place high bid at the last second


---

# 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://metaversenw.gitbook.io/user-manual/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.
