> For the complete documentation index, see [llms.txt](https://help.smartico.ai/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smartico.ai/welcome/products/mini-games/ballanza.md).

# Ballanza

Ballanza is an engaging and dynamic mini-game where players drop a ball that bounces between pegs before landing on a prize at the bottom of the board. Players control where to drop the ball from a moving launcher, adding an exciting element to the game.

<figure><img src="/files/AlpKtG3ajsyuhnkFOUat" alt=""><figcaption></figcaption></figure>

**How it works?**

The ‘Ballanza’ mini-game comes with 3 pre-built global skins (ready to use), but it is fully customizable, and it allows you to create your own skin. You can also specify the type and quantity of prizes, determine the cost type for attempts (free, gamification points, or spin attempts), define the user segment eligible to access the game, and much more.

**Gameplay:** When the player opens the game, a moving launcher appears holding the ball. The player decides when to release it by pressing the ‘Drop the ball’ button. The ball then bounces through pegs until it lands on one of the prizes at the bottom - whichever slot it falls into determines the reward.

#### Configuration

You can configure Ballanza in the Back Office → Gamification → Mini-Games section.\
Its setup template is similar to other random mini-games (Spin the Wheel, Scratch Card, Gift Box), featuring the following tabs:

* General Settings
* Advanced Settings
* Prizes
* Winnings
* No Claimed Prizes
* BI
* Used In

The main difference is that Ballanza supports between 2 and 7 prizes only.

<figure><img src="/files/l6k1bsShtMQ91K7oW5y6" alt=""><figcaption><p>BO: Ballanza game template</p></figcaption></figure>

#### Standalone Mode

You can launch Ballanza in standalone mode directly from a campaign or via a deep link. This makes it easy to trigger the game from missions or other features.

Examples:

* `dp:gf_saw&id=123` → opens the game with ID 123 in the Gamification Widget context
* `dp:gf_saw&id=123&standalone=true` → opens the same game in standalone mode

<figure><img src="/files/1VVbPTanrNYMvv2lyUYX" alt=""><figcaption><p>Stanalone mode of Ballanza mini-game</p></figcaption></figure>

<mark style="color:purple;">**You can find all the skins here:**</mark>

{% embed url="<https://help.smartico.ai/welcome/products/mini-games/custom-skins-for-mini-games/ballanza-skins>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.smartico.ai/welcome/products/mini-games/ballanza.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
