# October 2022

## Gamification

### Configuring the default order of items in the Store section

The default order of the store items is defined as

* 1st priority - items that the user can buy (has enough points and eligible to buy from the conditions settings)
* 2nd priority - items ordered by "priority" value
* 3rd priority - items ordered by price, from high to low

This order can be changed on the label/brand level using a new configuration key

```json
"store_default_ordering": "canbuy ASC, priority ASC, price DESC"
```

For example, to make an order only by the Price in ascending order you need to define a key like

```json
"store_default_ordering": "price ASC"
```

### Creation of custom skins for the Spin the Wheel and Scratch Card game

We are exposing the possibility for operators to create new skins for our mini-games.

The Operator can define its own set of images and override CSS styling for its own skins.

Please refer to the guide for the detailed instruction - [Custom skins for Mini-games](/welcome/products/mini-games/custom-skins-for-mini-games.md)

### Indication of new items in the menu of the gamification widget

The navigation menu of the gamification widget is indicating if there are new items appeared since the last user session.

In the example below, the user can see an indication of 2 new tournaments that became available since the last time he opened the widget.

Logic is working for Missions, Tournaments, Badges, Mini-games, and the Store.

<figure><img src="/files/gUjsp5Pezr68l2Urd7fI" alt=""><figcaption><p>Example of 2 new tournaments that became available since the previous user session</p></figcaption></figure>

### Better visibility of "promoted" mini-games on the desktop

Promoted mini-games are changing automatically on the main screen of the desktop widget.

<figure><img src="/files/CbWDbKjkIH6K4V3e0Vx2" alt=""><figcaption><p>Promoted mini-games are changing on the main screen</p></figcaption></figure>

### Custom lobby for Missions and Tournaments

Ahead of the World Cup, we have added the possibility to build custom lobby screens for Missions and Tournaments.

You can add new "Custom sections" with a type of Mission or Tournament.

<figure><img src="/files/MaWo6HhxRI0tv9Q5YEY7" alt=""><figcaption><p>Creating new Custom Section for the mission</p></figcaption></figure>

As soon as a new section is created, you assign missions/tournaments to it.

<figure><img src="/files/isuhnFhBEQHmMtu4h3Uf" alt=""><figcaption><p>Assigning missions to the custom section</p></figcaption></figure>

Once you are ready, please ask your Customer Success Manager to display the section in the navigation menu of the Gamification widget at the required position.

<figure><img src="/files/uj3kfYpwG4WOtLb1T82v" alt=""><figcaption><p>Example of custom section for Missions &#x26; Tournaments</p></figcaption></figure>

You can decide whether missions & tournaments assigned to custom sections to be present in this section only or to have a copy as well in the main sections. You can control this from the BO:

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

### Possibility to choose an avatar

Based on the widget configuration, your setup could have a default set of avatars or custom avatars prepared by your design team. The avatar is assigned automatically, randomly when a user is logged in for the first time.

With this release we are adding the possibility for end-user to choose an avatar.

<figure><img src="/files/nUC2vyLedC8pF08acstq" alt=""><figcaption><p>Possibility to choose avatar</p></figcaption></figure>

> See also:
>
> * [Configuring a set of custom avatars](https://help.smartico.ai/welcome/more/release-notes/june-2022#custom-avatars-for-gamification-widget)
> * [Showing avatar on your main site (JavaScript integration)](https://help.smartico.ai/welcome/technical-guides/front-end-integration/front-end-extended-integration#showing-user-profile-details-on-the-main-site)
> * [Setting custom avatar from your main site (JavaScript integration)](https://help.smartico.ai/welcome/technical-guides/front-end-integration/front-end-extended-integration#setting-custom-avatar)

## CRM Automation

### Automatic archiving of inactive segments

Segments that are not in use for 30 days will be automatically archived.

You can still restore the segment after it's been archived, or you can mark it to be always active - this will prevent it from archiving even if the segment is not in use.

<figure><img src="/files/eSqsBiPEuCniOsKCYX7E" alt=""><figcaption><p>Preventing segment from been archived</p></figcaption></figure>


---

# 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://help.smartico.ai/welcome/more/release-notes/october-2022.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.
