# Collection Activity

The [Collection Activity](https://compass.art/collections/0x8a90cab2b38dba80c64b7734e58ee1db38b8992e/activity) tab provides an overview of all Bidding, Listing, Minting, Purchase, and Transfer activities within a specific collection. This comprehensive display allows users to analyze the trading history of a collection in detail and identify specific trends or patterns.

{% hint style="warning" %}
**Good to Know:** Collections with a high volume of activity, particularly those subject to automated bidding and listing, may experience slower load times due to numerous rows of data. If the activity rows are not loading, click 'Filters', select the 'Transaction Type' filter, and disable 'Bids' and 'Listings'.
{% endhint %}

{% hint style="success" %}
**Unique to Compass:** The [Collection Activity](https://compass.art/collections/0x8a90cab2b38dba80c64b7734e58ee1db38b8992e/activity) tab offers both powerful filtering capabilities and the full history of all activity types. This allows you to examine a collection's trading history for highly specific scenarios.
{% endhint %}

In the case of bids, you can differentiate collection, trait, and token bids:

* Collection bids show the collection name in the 'Item' column.
* Trait bids display a trait in the 'Item' column.
* Token bids present a token with the #tokenID in the 'Token' column.

For bids, listings, and sales, you can view the difference between the bid, listing, or sale price and the collection floor at the time of the transaction.

{% hint style="info" %}
**Tip:** Filtering for a specific token ID allows you to track the history of a token within the collection, including how bids for the token increased, who purchased it, any transfers between wallets (if looking at a wallet group), listings and re-listings at lower prices, and final sales.
{% endhint %}

{% hint style="info" %}
**Tip:** Adding both 'Trait' and 'Type: Sales only' filters lets you see how much above floor a particular trait sells for typically.
{% endhint %}


---

# 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.compass.art/collections/collection-activity.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.
