# Advertising Requirements

1. No ads from third-party advertisers, including static ad images and text. Ads are displayed only through the Playgama Bridge.
2. Payments are made only through the Playgama Bridge.
3. The internal process is saved after transitioning through the ad and returning.
4. All ad blocks have an orientation matching the game's orientation.
5. Ads do not interfere with the interaction process:
   1. Ads are shown during logical pauses: between levels, after the game ends, after pressing pause, etc. Ads should not interfere with gameplay.
   2. Ad blocks should not appear under the player's finger or cursor on top of an element the player wants to click on or get information from.
6. If the game has a reward-based ad mechanism, the user can choose to watch a rewarded video (e.g., by pressing a special button) and receive a reward in the game afterward.
   1. The reward ad button is tied to text or a button that clearly indicates:
      * the user will now watch an ad for a reward;
      * the user understands what they will receive as a reward.
   2. The reward for watching a rewarded video is an additional bonus (e.g., but not limited to: boosters, additional actions, level skip, bonus levels, and other similar mechanics) to the main game and should not affect the ability to continue the gameplay.
   3. It is forbidden to offer reward-based ads to “gain +1 life” every time users lose a life.
7. Rules for placing additional ad blocks:
   1. Additional ad blocks are exclusively sticky banners.
   2. The use of custom RTB banners is prohibited.
8. When showing full-screen ads (interstitial or rewarded video), the game sound and gameplay must be paused.


---

# 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/game-requirements/advertising-requirements.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.
