> 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/release-notes/july-2026.md).

# July 2026

### <i class="fa-parachute-box">:parachute-box:</i> Manual Claim for Prize Drop

We've introduced a new manual claim option for Prize Drop rewards, allowing players to choose whether to claim their prize immediately. This option is available in the "When to give the prize" setting as **"Give prize only after manual claim"**. When enabled, all Prize Drop templates automatically display two configurable buttons: Claim and Cancel - These button labels can be customized in the prize configuration.

<figure><img src="/files/7bRSKK704EKHZxY1XGJf" alt=""><figcaption><p>BO: Give prize only after manual claim option in Prize Drop</p></figcaption></figure>

From the player's perspective, the Prize Drop reward will present both Claim and Cancel options:

* If the player clicks Claim, the prize is immediately awarded.
* Until Claim is selected, the prize remains unissued.
* If the player clicks Cancel, the prize is not awarded at that time. However, it remains available in the Prize History (if enabled for the prize), where the player can return and claim it later if they choose.

<figure><img src="/files/RCgpikdkKnqMSc1z976z" alt=""><figcaption><p>GF Widget: Manual Claim for Prize Drop</p></figcaption></figure>

Read more about [Prize Drop](https://help.smartico.ai/welcome/products/mini-games/prize-drop#how-to-create-a-prize-drop)

### <i class="fa-brain-circuit">:brain-circuit:</i> New Campaign Activity: Approve Jackpot

We are introducing a new activity in Campaigns flow: Approve Jackpot. This gives you the flexibility to **delay jackpot crediting** until specific player actions are completed.

In the activity itself you can define the following:

* **Jackpot template**: Easily select from templates with manual approval enabled, complete with a quick search filter.
* **Pot approval options**: Choose whether to *approve all* pending manual pots or *approve the most recent* one.

<figure><img src="/files/UUK64o6a97Namj51uNZB" alt=""><figcaption><p>BO: Example of Approve Jackpot activity in Campaign</p></figcaption></figure>

Read more about [Approve Jackpot Activity](https://help.smartico.ai/welcome/products/gamification-basics/jackpots#jackpot-approval-via-campaign-activity)

### <i class="fa-brain-circuit">:brain-circuit:</i> Early VIP Detection AI Model

We're introducing **Early VIP Detection** — a model that identifies high-value players early, before their value is visible from deposits alone.

Early VIP Detection flags new depositors whose early behaviour resembles players who went on to become VIPs. Every first-time depositor is scored across their first 14 days.

Scoring is **calibrated per brand** and **brand-relative** — "high potential" means high against that brand's own players, not a generic benchmark. The model is **precision-first**: fewer, higher-confidence flags instead of noisy volume.

Outputs are delivered straight into the CRM as the `early_vip_flag` and tier bands (**D0 Watch, Watch, Probable, Strong**), available in the player panel and for use in segmentation, journeys, missions, and host queues — so your team can reach the right players while it still matters.

**Early VIP Detection is activated on request.** Once enabled for a label, the model scores the brands within it, and the flag and tiers become live for use.

For additional info refer to [Early VIP Detection Model](/welcome/products/ai-models/early-vip-detection-model.md)

### <i class="fa-clock-rotate-left">:clock-rotate-left:</i> Auto resolve rounds and season for Match X and Quiz

We’ve introduced a new **Auto Resolve Date** option for Match X and Quiz, allowing you to automatically resolve a round or an entire season at a specified time. The new setting, “**Auto Resolve Date (UTC)”**, is available in the Round Settings and, when Seasonal Ranking is enabled, at the Template level for the entire season. Once the configured date and time are reached, the round or season will be automatically resolved and prizes will be awarded. By default, the setting is left empty, meaning rounds and seasons must be resolved manually.

{% hint style="info" %}
**Note:** Auto Resolve for a round will only be triggered once all matches in that round have been resolved. Similarly, Auto Resolve for a season will only occur once all rounds in the season have been resolved.
{% endhint %}

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

Read more about [Match X](https://help.smartico.ai/welcome/products/mini-games/matchx-game) and [Quiz](https://help.smartico.ai/welcome/products/mini-games/quiz-game)


---

# 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/release-notes/july-2026.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.
