# Supported Collections

Besides Rarity checker, Mochi also offers many functions related to NFT collections that users can test out, by using the format`$nft <action>`. Some of the functions are as followed:

* To view all supported collections in Mochi, you can use the command `$nft list`.

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

* To know the total number of collections categorized by chains, use the function `$nft stats`.

<figure><img src="/files/u6pECLEywa4BXBnJ49sw" 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://mochibot.gitbook.io/mochi-bot/functions/mochi-apis/nft/supported-collections.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.
