# /traits

{% hint style="info" %}
/traits will provide a complete output of all available traits for a given collection hosted on OpenSea.

It can be used blockchain agnostic. So it works for Base Collections as well as Ethereum or Blast collections.
{% endhint %}

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

<figure><img src="/files/OezwOYNV58MZ3zxF7Z7A" alt=""><figcaption><p>Collection slug can be the entire link to OpenSea or just the slug itself "basedpunks"</p></figcaption></figure>

### Required Parameters

* `collectionslug:`Specify the collection slug you want to scan. Full links to the collection on OpenSea can be posted here.

Examples:

* /traits basedpunks
* /traits <https://opensea.io/collection/basedpunks>

### Optional Parameters

* None

### Output

{% hint style="info" %}
The Community bot will directly send back an export of the collection and all available traits.

Please note the first section "Categories" is providing an overview of the available trait types while the next section "counts" is then providing details about each Trait Type and their values including the counts (available assets)

This information can then be used for the[ /tokenscan ](/nft-butler/products-and-services/discord-bot/tokenscan.md)command to get a full list of all Token IDs for a given trait.
{% endhint %}

<figure><img src="/files/2ZRF5VDY53IriYTcPm2v" alt=""><figcaption><p>Trait output request for a given OS collection</p></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://docs.nftbutler.io/nft-butler/products-and-services/discord-bot/traits.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.
