# NFT Collections

## Overview

You, as the game developer, would like to know which NFTs (if any) the current player of your game own, in order to adapt their game experience accordingly.  \
\
We, as the Elixir platform, hold the information about registered users you care about, like their username, avatar, and wallet addresses of the blockchains your game is interested on, for example.

By "importing" or defining the NFT collections your game supports in some way, Elixir will import the collection artwork and description, and will provide your game with the list of owned NFTs of the player for each of those collections via the [User NFTs API](/api-docs/api-docs-1/nfts.md).

You can import your personal collections, or even use existing third-party NFT collections to provide Cross-IP game characters or other goodies for *hodlers*.&#x20;

If your NFT collection has any type of staking process which involves temporarily moving the NFT out of the user wallet, we got you covered as well with our NFT Staking Support.


---

# 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.elixir.app/dashboard/import-nfts.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.
