# Managing Game Assets

If your have have Microtransactions or IAP, then selling Game Assets through your own Web Store can be done using our platform.

Go to Game Assets in the [Dashboard ](https://app.fungies.io/projects)to start creating or managing your In-Game Assets.

<figure><img src="https://3798839229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtTjX1Zr5bWzjMleIZro2%2Fuploads%2FmAcLFhaLfHKZpiR8mCyS%2Fimage.png?alt=media&#x26;token=97e9fe17-919b-44ef-88a3-3e38eed8e8ef" alt=""><figcaption><p>You can have as many In-Game Assets listed as you want including Virtual Currencies and Virtual Items</p></figcaption></figure>

You can add:

* Games as Projects
* Then Add Virtual Currency or Virtual Item
* Add Variants for each Virtual Currency and Item
* Example: set Gold as new Virtual Currency, and then set 500xGold as one of the Variants

<figure><img src="https://3798839229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtTjX1Zr5bWzjMleIZro2%2Fuploads%2F1JXh2R7aKaAEKe42gm3P%2Fimage.png?alt=media&#x26;token=1d998747-6a2f-4486-b2e4-d22bb26d1819" alt=""><figcaption><p>Set variants for each of your Virtual Currency or Item</p></figcaption></figure>

<figure><img src="https://3798839229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtTjX1Zr5bWzjMleIZro2%2Fuploads%2FxE01VsZ4dBaf4jcHlCV6%2Fimage.png?alt=media&#x26;token=271a80da-1473-45be-ab81-6c13952d34d7" alt=""><figcaption><p>Variants are visible in your Web Store and can be chosen by the user</p></figcaption></figure>

In order for your game's back-end to recognize transactions and award players with appropriate items, you need to define at least 2 fields:

* SKU / Item\_ID - this will be sent to your game's back-end via Webhooks - so that the game knows which items to be rewarded to the player
* User\_ID field - to be filled in by the user
* Server\_ID field - to be filled in by the user

You can customize those Custom Fields in the Project Settings:

<figure><img src="https://3798839229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtTjX1Zr5bWzjMleIZro2%2Fuploads%2FrDRTOadjndP1208QtmQ0%2Fimage.png?alt=media&#x26;token=ad54710d-1aba-4487-8c52-f46d81ac80d5" alt=""><figcaption><p>These 2 custom fields were added for this game: User_ID and Server</p></figcaption></figure>

<figure><img src="https://3798839229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtTjX1Zr5bWzjMleIZro2%2Fuploads%2Fw2cU0Tfl8KPAax4tHdyj%2Fimage.png?alt=media&#x26;token=beda6700-058b-408e-9466-ea7632315e77" alt=""><figcaption><p>Click on Edit settings to see all the details for the Project</p></figcaption></figure>

<figure><img src="https://3798839229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtTjX1Zr5bWzjMleIZro2%2Fuploads%2Fmo783Vswrg0hewrhT2QJ%2Fimage.png?alt=media&#x26;token=31250c26-605b-4233-8532-a0c772512f43" alt=""><figcaption><p>Click on Edit to add Custom Fields such as User_ID</p></figcaption></figure>

<figure><img src="https://3798839229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtTjX1Zr5bWzjMleIZro2%2Fuploads%2FTabKgHo4szXg2WTe2N0i%2Fimage.png?alt=media&#x26;token=616b40c6-41ae-409e-a0cc-01fd5af81939" alt=""><figcaption><p>Once done fill out all necessary information about your game's Project settings</p></figcaption></figure>

<figure><img src="https://3798839229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtTjX1Zr5bWzjMleIZro2%2Fuploads%2FJhFeGUeD93isjqwqATM7%2Fimage.png?alt=media&#x26;token=61147c76-0d1b-4d87-b666-dc1ab617f2c9" alt=""><figcaption><p>You can add 1 Text Field or Multiple Options (such as Servers list)</p></figcaption></figure>

When setting up Text field, add the following:

* Label: name of the field, e.g. User ID
* Placeholder: visible by default inside the text field, e.g. "Fill in your User ID here"
* Regex:&#x20;
* Key name: this will be sent to your Webhook, e.g. user\_id

<figure><img src="https://3798839229-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtTjX1Zr5bWzjMleIZro2%2Fuploads%2FFUiqEta1tkPDzcClxF0r%2Fimage.png?alt=media&#x26;token=3ab055b2-6a0c-4fab-996c-88896db369a2" alt=""><figcaption><p>The Game Asset page that's visible to the user: above is Text Field - User ID, and below that is Server - Multiple Options</p></figcaption></figure>
