# Collections & Drops

This is the core of the webapp. Here you can find all the collectibles broken down by drop.

### All collections

Right after the stats tab, there's a tab that allows you to view all collectibles, regardless of which collection they belong to. You can sort the collectibles by date or by price, ascending or descending.

<figure><img src="/files/2WCpqlMIqsyITxetIxSf" alt=""><figcaption></figcaption></figure>

### Collection detail

The page begin with a [Collection header](#collection-header) that shows a detailed summary of the selected collection.

#### Collection header

You can here find the number of drop, alongside the drops owned. Same thing for the NFTs. The floor price of this collection, the owned value and, if available, the price to complete the collection.

<figure><img src="/files/593rUePNqVZKboBPT7eX" alt=""><figcaption><p>Collection header</p></figcaption></figure>

#### Drop header

This group header is useful for understanding basic information about the drop, including the drop date, the floor price, and the number of collectibles owned compared to the total number of collectibles for this drop.

<figure><img src="/files/xR775QtWlouJPTL56cvM" alt=""><figcaption><p>Drop header</p></figcaption></figure>

#### Collectibles

Each collectible is shown as a card. At a glance, you can see what you own and what you've missed, as the missing collectibles appear shadowed.

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

#### Collectible card

Here is a sample representation of a Collectible card

<figure><img src="/files/QtDw6NLqOlYTSfz7mwOn" alt="" width="156"><figcaption></figcaption></figure>

The collectible card is designed to display, alongside the image, various details including:

* Rarity (if defined)
* Supply
* Number of likes received on DRiP
* Title
* Date
* Floor price on Tensor

By clicking on the collectible card, a side panel will appear, displaying all available information about the collectible, including its description, traits, and a link to view it on the DRiP website.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPoZVVnHkHQB4LjMUrfjD%2Fuploads%2FUuiFCWxRTM7xwrrcQ1ad%2Fdrop_detail.mp4?alt=media&token=28bd8fc0-cac5-489d-b1fc-b55245558ae5>" %}
Collectible detail
{% endembed %}


---

# 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/channel-detail/collections-and-drops.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.
