> For the complete documentation index, see [llms.txt](https://docs.nftbutler.io/nft-butler/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nftbutler.io/nft-butler/products-and-services/discord-bot/add.md).

# /add

{% hint style="info" %}
/add will add a collection to the Butler backend and search engine
{% endhint %}

`/add`can be used in the [Community-Bot](https://discord.com/channels/910479328746287104/947522708546134046) channel:

<div data-full-width="false"><figure><img src="/files/M9CVzR70CItIYhZCz6x8" alt=""><figcaption><p>Adding an art block collection by providing collectionslug + smart contract address</p></figcaption></figure></div>

### Requirements

{% hint style="info" %}
The following requirements must be met to add a collection. This is primarily a security feature aimed at preventing the addition of low-quality collections to the backend. However, if you wish to add a collection that falls below these limits, please create a ticket in Discord.
{% endhint %}

[PRO Member](/nft-butler/products-and-services/pro-access.md) have the following reuqirements to add a collection:

```
- The collection features a maximum of 100'000 assets
- Total volume is at least 5 ETH.
- Total sales consist of at least 5 sales.
```

[Subscription or Lifetime member](/nft-butler/products-and-services/plans-and-pricing.md) have the following requirements to add a collection:

```
- The collection features a maximum of 100'000 assets
- The collection floor price is at least 0.02 ETH.
- Total volume is at least 20 ETH.
- Total sales consist of at least 20.
- There have been at least 5 sales in the last 30 days.
```

### Required Parameters

* `collectionslug` Collection slug from opensea to add the collection

### Optional Parameters

* `smartcontract` Smart Contract Address which was used for this Art block collection (or any other collection with a shared smart contract)

### Output

{% hint style="info" %}
You will get a immediate response from the bot if it was successfull to add the collection.
{% endhint %}

Here is an example response (the collection was already added):

<div data-full-width="true"><figure><img src="/files/erYNfwKLGOBG6l6fBjhW" alt=""><figcaption></figcaption></figure></div>
