# Releases

## Releases 2026

{% content-ref url="march-2026" %}
[march-2026](https://docs.flowretail.com/docs/march-2026)
{% endcontent-ref %}

{% content-ref url="february-2026" %}
[february-2026](https://docs.flowretail.com/docs/february-2026)
{% endcontent-ref %}

{% content-ref url="january-2026" %}
[january-2026](https://docs.flowretail.com/docs/january-2026)
{% endcontent-ref %}

***

## Releases 2025

{% content-ref url="2025/december-2025" %}
[december-2025](https://docs.flowretail.com/docs/2025/december-2025)
{% endcontent-ref %}

{% content-ref url="2025/november-2025" %}
[november-2025](https://docs.flowretail.com/docs/2025/november-2025)
{% endcontent-ref %}

{% content-ref url="2025/october-2025" %}
[october-2025](https://docs.flowretail.com/docs/2025/october-2025)
{% endcontent-ref %}

{% content-ref url="2025/september-2025" %}
[september-2025](https://docs.flowretail.com/docs/2025/september-2025)
{% endcontent-ref %}

{% content-ref url="2025/august-2025" %}
[august-2025](https://docs.flowretail.com/docs/2025/august-2025)
{% endcontent-ref %}

{% content-ref url="2025/july-2025" %}
[july-2025](https://docs.flowretail.com/docs/2025/july-2025)
{% endcontent-ref %}

{% content-ref url="2025/june-2025" %}
[june-2025](https://docs.flowretail.com/docs/2025/june-2025)
{% endcontent-ref %}

{% content-ref url="2025/may-2025" %}
[may-2025](https://docs.flowretail.com/docs/2025/may-2025)
{% endcontent-ref %}

{% content-ref url="2025/april-2025" %}
[april-2025](https://docs.flowretail.com/docs/2025/april-2025)
{% endcontent-ref %}

{% content-ref url="2025/march-2025" %}
[march-2025](https://docs.flowretail.com/docs/2025/march-2025)
{% endcontent-ref %}

{% content-ref url="2025/february-2025" %}
[february-2025](https://docs.flowretail.com/docs/2025/february-2025)
{% endcontent-ref %}

{% content-ref url="2025/january-2025" %}
[january-2025](https://docs.flowretail.com/docs/2025/january-2025)
{% endcontent-ref %}

***

## How often do you release?

**We normally roll out new features and improvements on a weekly basis.**

Flow Retail consists of a few different components, and where we release slightly differently depending on each component.

{% hint style="warning" %}
Note that **we always release** **when we feel it is the right time**, and so the below release plan is just a rule-of-thumb overview for how it *normally* goes.
{% endhint %}

<table><thead><tr><th width="379.390625">Component / system</th><th width="385.35546875">General release frequency</th></tr></thead><tbody><tr><td><strong>Flow Retail Core</strong><br>The platform foundation, with all business logic, APIs, and more.</td><td><strong>Once per week</strong><br>Tuesday between 0800-1000 GMT+2</td></tr><tr><td><strong>Flow Retail Client</strong><br>The main client used by most users, being run on Windows, Mac, iPad*</td><td><strong>1-3 times per month</strong><br>Tuesday / Wednesday (gradual release)</td></tr><tr><td><strong>Flow Retail Assistant</strong><br>The handheld client used for Android devices/phones and iPhone*</td><td><strong>1-3 times per month</strong><br>Tuesday / Wednesday (gradual release)</td></tr><tr><td><strong>Flow Retail Backoffice</strong><br>The web-based administration</td><td><strong>1-3 times per month</strong><br>Tuesday / Wednesday (gradual release)</td></tr></tbody></table>

{% hint style="info" %}
\* All releases for iOS (Client release on iPad and the Assistant release on iPhone) are published on the Apple AppStore, which might take anywhere from just a few hours and up to a few days.
{% endhint %}

## How do you categorize what is being released?

We categorize everything we do in these **four** categories:

### 1. Added 🚀

This is basically newly introduced features that was previously not part of the platform, and can be anything from a small thing to extensive features like a new payment solution.

### 2. Improved / Changed 🛠️

This can be anything from a new field on the product to faster processing of an API request.

### 3. Fixed 🤦‍♂️

Features that we previously had messed up / broke, and that we have now fixed 🤞

### 4. Removed 🧹

**We actually have a focus on also removing things!**

These are features that are either obsolete or have been replaced with better alternatives.


---

# 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://docs.flowretail.com/docs/releases.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.
