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

# Modeler Release

The **WEM Modeler** is the design and development environment where you build your application logic, data model, flows, UI, and integrations.\
Modeler releases focus on **new features, improvements, and tooling updates** that enhance the development experience in the modeler.

#### **Release schedule**

Modeler releases are always published **one month after** the corresponding Runtime release.\
This ensures that all underlying Runtime capabilities are already available and fully prepared to support new Modeler functionality.\
Because Runtime and Modeler releases alternate, this results in a **new Modeler release every other month**.

{% hint style="info" %}
For more information or questions about this topic or a specific release, please visit our community forum: <https://forum.wem.io/link?categoryid=20>
{% endhint %}


---

# 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.wem.io/platform/release-notes/modeler-release.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.
