# Release Notes

GRAX publishes two sets of release notes. One set is related to changes within the GRAX Managed Package, while the other is related to feature changes in the GRAX backend application. See the table below for more information about available release notes.

### GRAX Application Release Notes

{% hint style="info" %}
The GRAX Application is not available in versioned releases. All GRAX applications automatically update themselves on a regular schedule and only the latest GRAX release is available from our download APIs at any given time. These release notes are based on date and are intended to align with feature additions or changes.
{% endhint %}

| Release        | Link                                                                                       |
| -------------- | ------------------------------------------------------------------------------------------ |
| March 2026     | [Notes](https://documentation.grax.com/notices/release-notes/march-2026-release-notes)     |
| February 2026  | [Notes](https://documentation.grax.com/notices/release-notes/february-2026-release-notes)  |
| January 2026   | [Notes](https://documentation.grax.com/notices/release-notes/january-2026-release-notes)   |
| December 2025  | [Notes](https://documentation.grax.com/notices/release-notes/december-2025-release-notes)  |
| November 2025  | [Notes](https://documentation.grax.com/notices/release-notes/november-2025-release-notes)  |
| October 2025   | [Notes](https://documentation.grax.com/notices/release-notes/october-2025-release-notes)   |
| September 2025 | [Notes](https://documentation.grax.com/notices/release-notes/september-2025-release-notes) |
| August 2025    | [Notes](https://documentation.grax.com/notices/release-notes/august-2025-release-notes)    |
| July 2025      | [Notes](https://documentation.grax.com/notices/release-notes/july-2025-release-notes)      |
| June 2025      | [Notes](https://documentation.grax.com/notices/release-notes/june-2025-release-notes)      |
| May 2025       | [Notes](https://documentation.grax.com/notices/release-notes/may-2025-release-notes)       |
| April 2025     | [Notes](https://documentation.grax.com/notices/broken-reference)                           |
| March 2025     | [Notes](https://documentation.grax.com/notices/broken-reference)                           |
| February 2025  | [Notes](https://documentation.grax.com/notices/broken-reference)                           |
| January 2025   | [Notes](https://documentation.grax.com/notices/broken-reference)                           |

### GRAX Managed Package Release Notes

{% hint style="warning" %}
Release notes for Managed Package versions prior to 3.97 have been removed to ensure the relevance of the following list.
{% endhint %}

| Version | Date          | Link                                                                             |
| ------- | ------------- | -------------------------------------------------------------------------------- |
| 4.00    | June 2023     | [Notes](https://documentation.grax.com/notices/release-notes/4.00-release-notes) |
| 3.99    | December 2022 | [Notes](https://documentation.grax.com/notices/release-notes/3.99-release-notes) |
| 3.98    | October 2022  | [Notes](https://documentation.grax.com/notices/release-notes/3.98-release-notes) |
| 3.97    | July 2022     | [Notes](https://documentation.grax.com/notices/release-notes/3.97-release-notes) |


---

# 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://documentation.grax.com/notices/release-notes.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.
