# Channels

This is the app's main page, where you can quickly access a wealth of information about creators and drops. Each card represents a creator.

<figure><img src="/files/vBqEQUH33J967R7pXyNJ" alt=""><figcaption><p>List of creators / channels</p></figcaption></figure>

### Card detail

Each channel (creator) is displayed as a card.

<figure><img src="/files/Ein0xVaVorhBb2AH19oc" alt="" width="372"><figcaption><p>Channel / Creator card</p></figcaption></figure>

&#x20;With just a glance at these cards, you can discover:

* When the next snapshot will occur
* How many droplets are needed to rank in the top 10 of the leaderboard
* Total subscriptions and their change over time
* Total donations and their change over time
* The total count of Drops created by this creator, alongside how many you possess
* The total number of NFTs distributed by this creator, and how many you own

By clicking on the card you will open the[ Channel detail](/docs/collector/channels/channel-detail.md).

### Favourite creators

You can add a creator to your favorites by simply clicking the small star icon located in the top right corner of their card. ![](/files/2GbahGbPfC9D8nALiB9V)

### Sorting

By default, the cards are sorted by "next drop," but you can change the order by selecting a different tab.

<figure><img src="/files/qBwiyNxGCrWcqiL7K4nh" alt=""><figcaption></figcaption></figure>

You can order the card by:

* Next drop
* Drops number
* Total subscriptions
* 24h subscriptions
* Donations
* 24h donations
* % of drops owned
* % of NFTs owned

### Search and Filters

You can directly search for a specific creator using the search bar.

With the filter bar, you can narrow down the content to display only what you're interested in. You can filter by rarity levels (Ultimate, Legendary, Rare, Common) or by tags like Art, Music, and more.

<figure><img src="/files/wyuc9fUXoxtDDqwjiVhm" alt=""><figcaption><p>Search and filters</p></figcaption></figure>

To make the page clearer and cleaner, you can also click the star icon in the filter bar to view only your favorite creators.

<figure><img src="/files/y1lR31Cz7dAVlBCwuRFR" alt=""><figcaption></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://collector-haus.gitbook.io/docs/collector/channels.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.
