# What Are Collections?

Collections are groups of NFTs that are controlled by the same smart contract.&#x20;

Before creating a collection, please take note of the following:

* NFTs within the same collection are controlled by the same contract.
* The NFTs within a collection can be different.
* You cannot delete the collection in which an NFT has been minted.&#x20;

Here is how a collection will look like once it is created:

<figure><img src="/files/c2Fv3WPYMdenTW2bDDTQ" 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://nftdeal.gitbook.io/eng-user-guide/collection/what-are-collections.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.
