# Importing Collections

In addition to minting NFTs, you can import existing NFT collections into Altura. To import a collection, visit the create page on the Altura marketplace and select 'import collection.' Importing your collection means all the NFTs within that collection can be integrated in-game using Altura's API or SDKs. Additionally, they will appear and be tradable on the Altura marketplace and importable into white-label marketplaces.

{% hint style="info" %}
Imported collections will not be treated as Smart NFTs by Altura, and thus the Smart NFT features will not work on imported collections. To use the Smart NFT features, you must mint your collection directly on Altura.
{% endhint %}

{% hint style="info" %}
You can import any ERC721 or ERC1155 compliant NFT. You may also import Enjin collections via a project link.
{% 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.altura.com/altura-documentation/getting-started/minting-and-importing-nfts/importing-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.
