# X721 Marketplace

- [Create NFT](https://docs.x721.io/guides/x721-marketplace/create-nft.md)
- [Mint A Single NFT](https://docs.x721.io/guides/x721-marketplace/create-nft/mint-a-single-nft.md)
- [ERC721 Single NFT](https://docs.x721.io/guides/x721-marketplace/create-nft/mint-a-single-nft/erc721-single-nft.md)
- [ERC1155 Single NFT](https://docs.x721.io/guides/x721-marketplace/create-nft/mint-a-single-nft/erc1155-single-nft.md)
- [Create A Collection](https://docs.x721.io/guides/x721-marketplace/create-nft/create-a-collection.md)
- [ERC721 NFT Collection](https://docs.x721.io/guides/x721-marketplace/create-nft/create-a-collection/erc721-nft-collection.md)
- [ERC1155 NFT Collection](https://docs.x721.io/guides/x721-marketplace/create-nft/create-a-collection/erc1155-nft-collection.md)
- [Buying NFT](https://docs.x721.io/guides/x721-marketplace/buying-nft.md)
- [Buying Fixed Price NFT](https://docs.x721.io/guides/x721-marketplace/buying-nft/buying-fixed-price-nft.md)
- [Offer on One NFT](https://docs.x721.io/guides/x721-marketplace/buying-nft/offer-on-one-nft.md)
- [Selling NFT](https://docs.x721.io/guides/x721-marketplace/selling-nft.md)
- [Listing an NFT for a Fixed Price](https://docs.x721.io/guides/x721-marketplace/selling-nft/listing-an-nft-for-a-fixed-price.md)
- [Accepting an offer on your NFT](https://docs.x721.io/guides/x721-marketplace/selling-nft/accepting-an-offer-on-your-nft.md)


---

# 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.x721.io/guides/x721-marketplace.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.
