# Registering and setting the account

To use the Interoperable Asset Store, every user must first register an account as either a **studio** or a **creator**. Both roles share the same registration process, and they differ only in how assets can be reused later in the workflow. Creators can tokenize and license parent assets, while studios can additionally mint child assets and integrate them into their games.

Registration takes place through the official onboarding page:

[**https://app.infinitygames.tech/register**](https://app.infinitygames.tech/register)

After opening the registration page, the user selects whether they are registering as a studio or a creator, uploads a logo, and enters basic information such as the studio or creator name, primary wallet address, and contact email. Once submitted, the account becomes visible inside the Infinity Games dashboard.

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

### **Account settings**

After registration, users can customize their profile under **Settings**. The settings page allows both studios and creators to manage the information associated with their account.

#### **Wallet management**

A studio or creator may use multiple wallets for different games, collections, or operational needs. The Settings panel allows users to:

* add additional wallets
* mark one wallet as the primary address
* switch or remove wallets as needed

All ownership checks inside the protocol are performed against the connected wallets listed here.

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

#### **Profile customization**

Users can update:

* profile logo
* profile description
* portfolio

This information helps other studios understand the background and identity of the creator or studio submitting or approving reuse proposals.


---

# 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/registering-and-setting-the-account.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.
