# Marketplace

Dagora NFT marketplace is a platform that allows users to buy, sell, and trade non-fungible tokens (NFTs) with some key features:

* NFT Listing: Users can list their NFTs for sale on the marketplace. They can set a price or put their NFT up for auction or other selling options.
* NFT Discovery: Buyers can browse the marketplace to discover new and unique NFTs. They can search by category, artist, price, or popularity.
* Transaction Management: The marketplace facilitates transactions between buyers and sellers. It handles the payment process and ensures that the NFT is transferred to the buyer once payment is received.


---

# 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.dagora.xyz/product/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.
