# Adding New Collection

## <mark style="color:$primary;">Adding Collection via Dashboard.</mark>

#### <mark style="color:purple;">**Action 0.**</mark>

Prepare the [Collection Slug](/appendix/getting-collection-slug-symbol.md) for the desired marketplace, then come back here.

#### <mark style="color:purple;">**Action 1.**</mark>

Click on the <mark style="color:purple;">**+ Add Collection**</mark> button and in the appeared form select the desired marketplace from the <mark style="color:$primary;">**Marketplace**</mark> drop-down menu. Some unnecessary fields can disappear depending on your choice.

#### <mark style="color:purple;">**Action 2.**</mark>

In the <mark style="color:$primary;">**Collection Slug**</mark> field, paste the <mark style="color:$success;">Collection Slug</mark> you've prepared on <mark style="color:purple;">**Action 0**</mark>. For <mark style="color:$warning;">**LooksRare**</mark> collections, the collection slug doesn't exist. However, we need something to use as the name of your collection on the collection card and in the Discord stats category title. So you can type the name you want.

#### <mark style="color:purple;">**Action 3.**</mark>

Fill the <mark style="color:$primary;">**Collection Supply**</mark> and <mark style="color:$primary;">**Mint Price**</mark> fields with the desired numbers. You can change these values at any time if needed.

#### <mark style="color:purple;">**Action 4.**</mark>

Select the correct currency in the <mark style="color:$primary;">**Mint Token**</mark> field and the network in the <mark style="color:$primary;">**Blockchain**</mark> field.

<div><figure><img src="/files/pKCShdnE2hh1HnDbgJZC" alt=""><figcaption><p>OpenSea collection setup form</p></figcaption></figure> <figure><img src="/files/yra1LUoGR0mzMW7tecuy" alt=""><figcaption><p>Magic Eden collection setup form</p></figcaption></figure></div>

{% hint style="danger" %} <mark style="color:$danger;">**Important!**</mark> Be attentive - don't mess up the currency and the blockchain! If, for the <mark style="color:$warning;">**Polygon**</mark> collection, you set, for example, <mark style="color:$success;">ETH</mark> as the <mark style="color:$primary;">**Mint Token**</mark> or <mark style="color:$success;">Ethereum</mark> as the <mark style="color:$primary;">**Blockchain**</mark>, it won't work!
{% endhint %}

#### <mark style="color:purple;">**Action 5.**</mark>

On <mark style="color:$warning;">**LooksRare**</mark>, there is one extra field that needs to be filled - the <mark style="color:$primary;">**Contract**</mark> address of your collection, which can be easily obtained on this marketplace in the same way as the [collection slug](/appendix/getting-collection-slug-symbol.md) on others.

<figure><img src="/files/RMM3SXmnxWl14fNsKXEU" alt=""><figcaption><p>LooksRare collection setup form</p></figcaption></figure>

#### <mark style="color:purple;">**Action 6.**</mark>

Click on the <mark style="color:$primary;">**Setup Collection**</mark> button, and that's it! You can now see your collection, added to the Dashboard.

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

{% hint style="info" %} <mark style="color:$danger;">**Note:**</mark> You can add up to 2 collections on the <mark style="color:green;">**Free**</mark> tier, up to 4 collections on the <mark style="color:orange;">**Plus**</mark> tier, and up to 8 on the <mark style="color:red;">**Premium**</mark>.
{% endhint %}

## <mark style="color:$primary;">Adding Collection via Discord Command.</mark>

As an alternative to the Dashboard processing, you can also use the **Discord** command to start the setup process right in **Discord**. For this, go to the <mark style="color:purple;">**Bocto**</mark>**&#x20;**<mark style="color:yellow;">**#hub**</mark> channel (or any other - it doesn't matter) and run this command:  `/set-collection-stats`

The process here is absolutely identical to that in Dashboard - just select the appropriate items in drop-down menus and fill in the data in text fields.

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

When you fill in all the obligatory fields, access to the extra fields will be granted. Ignore these fields for <mark style="color:$warning;">**OpenSea**</mark> and <mark style="color:$warning;">**Magic Eden**</mark> collections and fill them only for the collections on <mark style="color:$warning;">**LooksRare**</mark>.

<figure><img src="/files/2WJPWKVZbFdYORmBVh2F" alt=""><figcaption><p>Only fill the <em>contract</em> and <em>currency</em> fields for corresponding marketplaces!</p></figcaption></figure>

### <mark style="color:purple;">**Update Frequency.**</mark>

On paid tiers, you will also get access to the <mark style="color:$primary;">**Update Frequency**</mark> setup option via **Discord** command.

<figure><img src="/files/4UoN9F17K5KYcVnqV3zg" alt=""><figcaption></figcaption></figure>

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

## <mark style="color:$primary;">Collection Stats channels in the Discord sidebar.</mark>

Regardless of which setup type you choose, once it's complete, you'll also see a collection category with voice channels in your **Discord**:

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

### <mark style="color:purple;">What can you do with the category and the channels?</mark>

* You can rename the category and change its position.
* You can change the channel positions inside the category.

### <mark style="color:purple;">What can't you do with the category and the channels?</mark>

* You can not rename the channels as long as they will be renamed back anyway during the next scheduled update.
* You can not delete the channels as long as they will be recreated anyway during the next scheduled update.


---

# 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/adding-new-collection.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.
