# How to buy a Mobile Game Asset?

You can buy a Mobile Game Asset from developer's Web Store just like buying a game key. Go to the developer's Web Store and search for the virtual asset or item you're interested in:

<figure><img src="/files/etYJTmhxaBqG4GhDarKU" alt=""><figcaption><p>Search for Virtual Item or Virtual Currency you're interested in on the Game Developer's Web Store</p></figcaption></figure>

Navigate to the desired product and access its Product Page:

<figure><img src="/files/SuAUOGpGtgd5xu44Cthv" alt=""><figcaption><p>You can choose different Variants of the Virtual Item or Currency</p></figcaption></figure>

You can choose different Variants of the Product as long as the Developers have set them up, example:

* 500 Gold or 1000 Gold
* 500 Gems or 1000 Gems

Each Variant is unique and can be added to Cart. It's also important to give proper USER\_ID or SERVER\_ID if the developer has required such information:

<figure><img src="/files/WL1tpkEjYXKOrzMUgDAR" alt=""><figcaption><p>Remember to fill in your USER_ID or SERVER_ID when it's required - this is important to properly receive the item in-game</p></figcaption></figure>

Only correct USER\_ID or other relevant data requested by the Developer will ensure you'll receive the item in-game. These are fields that must be filled.

Once you've added all desired items to the Cart, as seen in this example:

<figure><img src="/files/g0QZhcJZPA1bU02hvZfr" alt=""><figcaption><p>Added Virtual Assets to the Cart</p></figcaption></figure>

Next, as you finish your payment, you'll get a confirmation that the purchase data was sent to the game's server:

<figure><img src="/files/bP7pVRTYreuPiXMmIObM" alt=""><figcaption><p>After successfully finishing the transaction - your item will await you in-game!</p></figcaption></figure>

Congratulations! Now come back to your game and you should have received that item already!


---

# 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://help.fungies.io/for-end-users/how-to-buy-a-mobile-game-asset.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.
