# Release Notes

### July 31, 2025

* Improved question generation accuracy, improved latency
* Added support for
  * Conditional if
  * Stop Node
  * Basic termination script
  * 3D Grid
  * Termination node
  * Block to Call

***

### Aug 29, 2025

1. New automation features

We now support:

* Auto code
* Reusable lists
* Basic loops
* Basic masking

2. On-the-fly editing of generations

You can now edit the generated content as you go, adding or deleting questions and nodes on the fly. These changes will be reflected in the subsequent set of 5 generations.

Do note: editing is supported only within the context of the currently generated 5 questions/nodes. If you add a question or node that would appear much later in the questionnaire, Metaforms will not “fill in” what should have come in between. Instead, it will continue generating starting from the newly added element.

3. Performance improvements

The extension now feels much snappier. Generations and transitions happen instantly, without lag.

4. Chrome tab switching

You can now switch between Chrome tabs while using Metaforms without interrupting generations.

The only caveat: in one Chrome window, you should have only one Confirmit tab open. If you want to work with multiple Confirmit tabs, simply open them in a separate Chrome window.

***

<br>


---

# 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://help.metaforms.ai/survey-programming-confirmit/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.
