# Updates

Since Braver is a cloud platform distributed on the web and via App Store (iOS and iPadOS) and Play Store (Android) application stores, we distribute updates automatically to all our users at the same time, as soon as our quality control process is completed.

In order to be notified in advance of updates, for example to prepare if it is relevant to you, we offer email notifications.

You can decide to subscribe to our update mailing list or [unsubscribe at any time](#user-content-fn-1)[^1], all on your own.

{% content-ref url="/pages/G8RYibj1DzwTd9w5BjdM" %}
[Subscription for Updates](/technical-details/updates/subscribing-to-updates.md)
{% endcontent-ref %}

Updates that represent both important new features and minor improvements will always be published on the [version tracking page](https://support.braver.net/changelog/).

### Update Frequency

* **In the case of important new features**, we will send an email notification and a [version tracking](https://support-en.braver.net/changelog/) article at least four (4) weeks in advance, referring to one or more publicly accessible guides. This will allow you to communicate relevant changes to your team as needed.
* **In the case of minor application improvements**, we will send an email notification and a [version tracking](https://support.braver.net/changelog/) article at least one (1) week in advance, referring *if relevant* to one or more publicly accessible guides. This will allow you to communicate relevant changes to your team as needed.
* **In the case of bug fixes**, we will send an email notification as soon as the update is published and available to users.

[^1]: Unsubscription is done through the same form as registration.


---

# 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://support-en.braver.net/technical-details/updates.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.
