# NFT Collections

There are 4 NFT collections, one for each game. Each collection is represented by a single picture that has been divided into 6 different pieces. Each piece is available in 3 different versions corresponding to rarity ratings of 1, 2, or 3 stars (an NFT piece with 3 stars is uncommon). Currently, there are a total of 72 different NFT pieces: 4 (games) x 6 (pieces/game) x 3 (versions/piece).

{% hint style="info" %}
To complete an NFT collection, players have to collect all six different pieces with the same version of rarity.
{% endhint %}


---

# 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.lamas.co/1.0/nft/nft-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.
