> For the complete documentation index, see [llms.txt](https://docs.ghostmarket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ghostmarket.io/user-guides/buying-and-selling-nfts/browsing-nfts.md).

# Browsing NFTs

There are thousands upon thousands of NFTs available on GhostMarket, with more being added every day. There are multiple ways to browse through them as well. The best way to get started is visiting the “Explore” page.\
\
Click “Explore” in the navigation bar at the top of the page, then select “All NFTs”. Upon arrival, all NFTs will be sorted by the filter” on sale”. You can change the filters to refine your search by using the menus on the left of the page.

<figure><img src="/files/kz4bUD9dcujeE24nYXbe" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FuK2eQDiAcilXkQp07TA" alt=""><figcaption></figcaption></figure>

There are multitude of filters you can adjust while browsing, including:

**Listing State**\
Choose between All, On Sale, Buy Now, and Auction.

<figure><img src="/files/rhm0oV4K3mp12dpJbQL3" alt=""><figcaption></figcaption></figure>

**Price**\
Select from a wide variety of currency types, then set a low and high amount to search between.  <br>

<figure><img src="/files/XLKJMuetJuGF7Fh5ZmD3" alt=""><figcaption></figcaption></figure>

**Blockchain**\
 Choose one of our seven integrated blockchains.  

<figure><img src="/files/sxOh2ficPnE0tA2U5ZhP" alt=""><figcaption></figcaption></figure>

\
**Currency**\
 Narrow your search with a selection of over 30 currencies, but without the price limits listed above.  

<figure><img src="/files/xoxVabE93yKZZch89jJQ" alt=""><figcaption></figcaption></figure>

**Collections** \
Sort through all collections, which are narrowed down based on the above filters. You can also manually type in a collection’s name or keywords to help you find what you’re looking for.

<figure><img src="/files/wTd1FbgyqQzuP8vFIUEY" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ghostmarket.io/user-guides/buying-and-selling-nfts/browsing-nfts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
