# Collection Tracker

Monitor Magic Eden activity for any NFT collection. Get notifications in a Discord channel whenever NFTs are listed or sold.

<figure><img src="https://solmatebot.com/docs/placeholder-collection-tracker-notification.png" alt=""><figcaption><p>A collection sale notification</p></figcaption></figure>

## Setting It Up

1. Type `/collectiontracker add`
2. Enter the **collection** name or symbol
3. Select the **channel** for notifications
4. Choose what to track:
   * **listings** — new listings and delistings
   * **sales** — completed sales
5. Press Enter

<figure><img src="https://solmatebot.com/docs/placeholder-collection-tracker-add.png" alt=""><figcaption><p>Adding a collection tracker</p></figcaption></figure>

{% hint style="info" %}
**Collection field:** You can enter the Magic Eden link, collection name, or symbol. For example: `iconic_ape_club` or `https://magiceden.io/marketplace/iconic_ape_club`.
{% endhint %}

## Managing Collection Trackers

### List all trackers

`/collectiontracker list` — shows all active collection trackers

<figure><img src="https://solmatebot.com/docs/placeholder-collection-tracker-list.png" alt=""><figcaption><p>List of active collection trackers</p></figcaption></figure>

### Remove a tracker

1. Type `/collectiontracker remove`
2. Enter the **collection** name or symbol
3. Select the **channel** it was set up in
4. Press Enter

## Collection Tracker Limits

| Plan      | Collection Trackers |
| --------- | ------------------- |
| Free      | 2                   |
| Plus      | 20                  |
| Pro       | 20                  |
| Community | 20                  |


---

# 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.solmatebot.com/discord-bot-features/collection-tracker.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.
