> For the complete documentation index, see [llms.txt](https://polkafantasy.gitbook.io/official/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polkafantasy.gitbook.io/official/nft-assets/land-collection.md).

# Land Collection

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

Some of the utilities will be implemented in PolkaFantasy1 game. As more games in the PolkaFantasy GameFi ecosystem that will be developed in the future are released, all Land utilities will be realized in phases.

Learn more about land types and utilities in this article: <https://polkafantasy.medium.com/polkafantasy-to-release-fantasy-lands-claim-site-on-31-jan-2022-94e288b5b8be>

Fantasy Land Portal Site: <https://fantasyland.polkafantasy.com/>

## How to use Land NFTs in PolkaFantasy1 <a href="#how-to-use" id="how-to-use"></a>

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

The lower left corner of the Team screen is the slot for equipping Land. Click on the "Change" button to select the Land you wish to equip your party with.

<figure><img src="/files/8P4TJSLJGU38SuqOIQwG" alt=""><figcaption></figcaption></figure>

From the list of lands in your possession, choose the land you wish to equip your party with and click the "Select" button to complete the equipping.

<figure><img src="/files/5YhDGZMsPBTF5BFqZRa7" alt="" width="563"><figcaption></figcaption></figure>

Click on the \[i] mark of an ability to see the ability details of the selected land. The buff effect of the lands depends on the their characteristics and rarity.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://polkafantasy.gitbook.io/official/nft-assets/land-collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
