# /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>


---

# 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://docs.nftbutler.io/nft-butler/products-and-services/discord-bot/add.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.
