> For the complete documentation index, see [llms.txt](https://docs.qwykportals.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qwykportals.com/resources/release-notes.md).

# Release Notes

QwykPortals follows a release path where regular changes are integrated into the `next` branch which is not considered stable. The `next` branch is used for trials, demos and testing and can be recognized by the Next label in the logo of the portal and hub.

![You're on the next branch when you see this label.](/files/-MGDsX1xn08FVWb1Q_f7)

Once a release is considered stable, usually after having been on the `next` branch for a while, it gets promoted to `stable` where it is available for wider consumption.

Promotions to the Stable branch may include a number of versions and so release notes will not be sequential.&#x20;

**Release notes per branch:**

{% content-ref url="/pages/-MJMW\_QafVwHIsPOxMch" %}
[Production branch](/resources/release-notes/production-branch.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MGDlnUMvl\_YD3cK8yKL" %}
[Next branch](/resources/release-notes/next.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.qwykportals.com/resources/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.
