# Collection

Creating a collection for NFTs involves grouping together non-fungible tokens that share a common theme or attribute and organizing them. This allows for easy tracking, management, and trading of NFTs with unique properties and value. Collections are represented by smart contracts in EVM/Smart Contract based systems, but Ternoa allows users to create and own collections with consistent rules, making it easier to group NFTs with similar attributes and improve the user experience.

For example you could create a collection of NFTs that represent your favorite artists, or a collection of NFTs that all have a certain aesthetic. By organizing NFTs in this way, it's easier to keep track of them and showcase them to others. Collections with a common theme or attribute can create a sense of exclusivity and rarity, which can make them more desirable to collectors.


---

# 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.ternoa.network/learn/ternoa-wasm-chain/primitives-features/collection.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.
