# Monetization

This section covers the main ways to monetize a web game on Playgama. Each child page focuses on a specific monetization channel with practical recommendations and integration steps.

* [**Best practices**](/playgama/guides/monetization/best-practices.md) — a framework for placing interstitial, rewarded, and banner ads without hurting retention, plus an overview of IAP, intrinsic, and platform-triggered ads.
* [**In-game purchases**](/playgama/guides/monetization/in-game-purchases.md) — set up consumable and permanent IAP through Playgama Bridge, including engine-specific examples and JWT verification.
* [**Intrinsic ads**](/playgama/guides/monetization/intrinsic-ads.md) — integrate non-disruptive in-world ad placements (billboards, posters, screens) via the Anzu × Playgama partnership.


---

# 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://wiki.playgama.com/playgama/guides/monetization.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.
