# Use Cases

### Sell Virtual Goods

Use in-app purchases (Consumable/Non-Consumable) to sell in-game items or levels of your game which gives them an added advantage. This can be achieved indirectly too by allowing them to buy virtual coins and exchange them for in-game items.

### Option for Removing Ads

Use in-app purchases (Non-Consumable) to let user pay for ad-free experience.

{% hint style="info" %}
Make use of [IsProductPurchased](/v2/billing-services/usage.md#making-a-purchase) and [RestorePurchases](/v2/billing-services/usage.md#get-previous-purchases-restore-purchases) to check if the user already bought the (Remove Ads) in-app product.
{% endhint %}

> ### [40 Secrets to Making Money with In-App Purchases](https://agilie.com/en/blog/how-you-can-use-in-app-purchases-and-make-money-with-them) - *raywenderlich.com*


---

# 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://assetstore.essentialkit.voxelbusters.com/v2/billing-services/use-cases.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.
