# Introduction

## <mark style="color:$primary;">Overview.</mark>&#x20;

<mark style="color:blue;">**NFT Stats**</mark> is a plugin that provides your **Discord** server with various types of statistics for your NFT Collection in two different ways.

## <mark style="color:$primary;">Sidebar Stats.</mark>

The <mark style="color:blue;">**NFT Stats**</mark> plugin allows you to create categories with sets of voice channels in your **Discord** server's sidebar. This type of statistics shows not only your collection data from the chosen marketplace, but also includes your custom data, such as mint price and total collection supply.

It is perfect for the minting events when you want to show your community members all the actual information about your NFT collection, like minting progress, floor and mint price, unique holders quantity, and secondary market activity.

## <mark style="color:$primary;">Rich Stats.</mark>

The <mark style="color:blue;">**NFT Stats**</mark> plugin can also create an embedded message with a widget that contains only marketplace default data (no custom info about mint price or total collection supply), but represented in extended form, including 1-day, 7-day, and 30-day summaries, which can be updated manually by any user at any time by pressing the <mark style="color:purple;">**Refresh Stats**</mark> button.

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

## <mark style="color:$primary;">Capabilities Comparison.</mark>

<table><thead><tr><th width="227">Feature/Tier</th><th>Free</th><th>Plus</th><th>Premium</th></tr></thead><tbody><tr><td>Collections limit per server</td><td>2</td><td>4</td><td>8</td></tr><tr><td>Supported marketplaces</td><td>OpenSea, Magic Eden, LooksRare</td><td>OpenSea, Magic Eden, LooksRare</td><td>OpenSea, Magic Eden, LooksRare</td></tr><tr><td>Supported blockchains</td><td>Ethereum, Polygon, Solana</td><td>Ethereum, Polygon, Solana</td><td>Ethereum, Polygon, Solana</td></tr><tr><td>Supported contract types</td><td>Only Collectibles</td><td>Collectibles and Editions</td><td>Collectibles and Editions</td></tr><tr><td>Auto-update frequency</td><td>24h</td><td>12h</td><td>4h</td></tr><tr><td>Manual update frequency</td><td>1 min</td><td>1 min</td><td>1 min</td></tr><tr><td>Rich Stats Widget</td><td>Available</td><td>Available</td><td>Available</td></tr></tbody></table>

## <mark style="color:$primary;">Before Setup.</mark>

To proceed with the collection setup, you need to enable the plugin. To do this, click on the switcher located on the left side of the top bar panel.

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

## <mark style="color:$primary;">Available Commands.</mark>

`/set-collection-stats` Set up Collection Stats Channels.\
`/remove-collection-stats` Remove Stats Channels & stop updates.\
`/refresh-collection-stats` Refresh Collection Stats Channels.\
`/safe-remove-all-stats` Remove all NFT previously created stats channels & stop updates safely.\
`/get-rich-collection-stats` Get Rich Collection Stats.\
`/refresh-metadata` Refresh Collection Metadata.

Use `/help` command to see this list in Discord.

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


---

# 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://guide.bocto.octopeeps.com/plugins/nft-stats/introduction.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.
