> For the complete documentation index, see [llms.txt](https://guide.bocto.octopeeps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.bocto.octopeeps.com/plugins/nft-stats/rich-stats-widget.md).

# Rich Stats Widget

In addition to categories with sets of <mark style="color:$primary;">**Stats**</mark> voice channels in **Discord** sidebar, <mark style="color:purple;">**Bocto**</mark> 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.

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

## <mark style="color:$primary;">Set up the Channel and Permissions.</mark>

Prepare the <mark style="color:yellow;">**#rich-stats**</mark> (or name it as you wish) public channel with the [correct channel permissions](/appendix/setting-up-channels-permissions.md) where you want to set up the widget, then come back here to continue.

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

When you've done with the permissions, in the created channel, run `/get-rich-collection-stats` command, enter the [collection slug](/appendix/getting-collection-slug-symbol.md), and select the marketplace where it is listed. Currently works for <mark style="color:$warning;">**OpenSea**</mark> only.

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

The <mark style="color:$primary;">**Rich Stats Widget**</mark> will appear, 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/MZmVi7xVXCTxANimYGvw" alt=""><figcaption></figcaption></figure>

{% hint style="info" %} <mark style="color:$danger;">**Note:**</mark> This command does not create any collection cards on the <mark style="color:purple;">**NFT Stats**</mark> plugin page in the Dashboard or any <mark style="color:$primary;">**Stats**</mark> voice channels in your **Discord**!
{% endhint %}

{% hint style="info" %} <mark style="color:$danger;">**Note:**</mark> This feature currently works only for collections listed on <mark style="color:$warning;">**OpenSea**</mark>!
{% endhint %}


---

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