# /floor

Get the current floor price of an NFT collection, with an image preview of the cheapest listed NFTs.

## Usage

`/floor <collection> [data] [size]`

| Option       | Required | Description                                      |
| ------------ | :------: | ------------------------------------------------ |
| `collection` |     x    | Collection name, symbol, or Magic Eden link      |
| `data`       |          | `normal` or `all` — how much data to show        |
| `size`       |          | `small` or `big` — size of the NFT preview image |

## What it shows

* Floor price in SOL
* Number of listed NFTs
* Preview image of the floor NFT
* NFT details: price, ID, owner, mint address
* Interactive left/right buttons to browse floor listings

<figure><img src="https://solmatebot.com/docs/placeholder-cmd-floor.png" alt=""><figcaption><p>/floor command with NFT preview and browse buttons</p></figcaption></figure>

{% hint style="info" %}
Use the arrow buttons to scroll through floor listings and see the next cheapest NFTs.
{% endhint %}


---

# 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.solmatebot.com/discord-commands/floor.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.
