# Marketplace

- [Quick Start](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/marketplace/quick-start.md): This page will help you understand how an NFT marketplace works
- [NFT Market](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/marketplace/nft-market.md): These are NFT contracts that allows you to mint and
- [NFT Music Market](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/marketplace/nft-music-market.md)
- [NFT Ticket Market](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/marketplace/nft-ticket-market.md): An NFT contract
- [NFT Subscription Market](https://xircus-developer.gitbook.io/developer-hub/ton-contracts/marketplace/nft-subscription-market.md): An NFT contracts for minting and issuing subscription services


---

# 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://xircus-developer.gitbook.io/developer-hub/ton-contracts/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.
