> For the complete documentation index, see [llms.txt](https://help.openloyalty.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.openloyalty.io/whats-new-ol.md).

# What's New - OL

{% code overflow="wrap" %}

```
{"content":[{"description":"Extend Members, Campaigns, and Rewards with your own typed, validated fields — no development required. Define once in the Admin Panel and it's instantly available via forms, API, imports, and exports. ","header":"🗂️ Custom Fields","date":"2026-08-17","link":"https://help.openloyalty.io/integrations-and-data-exchange/custom-fields"},{"description":"Upload your product catalog (SKUs) to Open Loyalty and reward individual products instead of maintaining hundreds of separate campaigns. Import via CSV, then use the new Product Catalog campaign type to reward SKUs or groups by category, brand, or attribute. ","header":"📦 Product Catalog","date":"2026-08-17","link":"https://help.openloyalty.io/integrations-and-data-exchange/product-catalog"},{"description":"A new campaign effect lets you move a member straight into a selected tier the moment they fulfill a rule's conditions — no manual step required. Members can still progress further on their own afterwards. ","header":"🆕 Assign a Tier via Campaign Effect","date":"2026-08-17","link":"https://help.openloyalty.io/campaigns/campaigns/campaigns-and-referral-campaigns/creating-campaigns#add-rules-conditions-and-effects"},{"description":"Thousands of issued rewards, one update. Upload a CSV with the reward ID, new status, and an optional comment, and Open Loyalty takes care of the rest — no more clicking through redemptions one by one. ","header":"🔄 Bulk Update of Redeemed Reward Statuses","date":"2026-08-17","link":"https://help.openloyalty.io/rewards-redemption/rewards/reward-fulfillment/mass-reward-status-change"},{"description":"A new analytics view for Tiers with interactive charts shows how members flow between tiers over time — how many upgraded, how many downgraded, and how many stayed. ","header":"Tier Analytics","date":"2026-07-21","link":"https://help.openloyalty.io/main-features/tiers/tier-analytics"}]}
```

{% endcode %}


---

# 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.openloyalty.io/whats-new-ol.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.
