# Collections as NFTs (Ownership)

When a new collection is deployed on the Blockchain, the owner will receive an NFT indicating its ownership of the deployed collection. The owner of the NFT will be the **owner of the collection**. Therefore, if you'd like to transfer the ownership of the collection, you'd just have to transfer the NFT to the new owner.

You are free to keep it or sell it (for instance, on OpenSea).

{% hint style="info" %}
The collection ownership is determined by an NFT we mint for you once you mint the collection. To transfer the ownership of the collection is as simple as transferring your ownership NFT.
{% endhint %}

{% hint style="danger" %}
When selling your collection you are selling the ownership as well as the owner's [revenue](/features/split-revenue.md) (including secondary sales). **Just think about it and how powerful this is!**
{% endhint %}

<figure><img src="/files/DTyvETL1xGyOaUjXDpzc" 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://docs.nfts2me.com/features/collections-as-nfts-ownership.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.
