# Creating or importing a collection

Both studios and creators manage their collections through the Infinity Games profile page. The profile contains several views, with the most important being the **Assets** and **Collections** sections, both accessible from the top navigation bar after selecting the user profile.\
To open the profile panel, hover over your account name in the top right corner of the screen and select **Profile**.

From here, users can create new collections or import existing on-chain collections that they already own.

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

### **Creating a new collection**

A new collection can be created directly from the user menu.\
To begin:

1. Hover over your profile name in the top right corner.
2. Select **Create a Collection**.
3. Enter the required details for the collection.
4. Confirm the transaction through your connected wallet.

This action deploys a new on-chain collection using the Interoperable Asset Store default collection contract, ensuring compatibility with parent asset tokenization, licensing, and future reuse workflows.

### **Importing an existing collection**

If you already own an on-chain collection, you can import it into the Interoperable Asset Store so you can tokenize parent assets and receive reuse proposals.

To import a collection:

1. Navigate to your profile page.
2. Select the **Collections** tab.\
   Direct link for logged-in users:\
   [**https://app.infinitygames.tech/account/collections**](https://app.infinitygames.tech/account/collections)
3. Click **Import Collection**.
4. The system will detect owned collections.
5. Select the collection you want to import.

Once imported, the collection becomes available inside your dashboard for asset tokenization and reuse management.

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


---

# 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://infinity-games.gitbook.io/infinity-games-docs/using-the-interoperable-asset-store/creating-or-importing-a-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.
