> For the complete documentation index, see [llms.txt](https://docs.meta-inf.hu/myra-master-your-ratings/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meta-inf.hu/myra-master-your-ratings/users-guide/release-notes.md).

# Release notes

## Release notes

### July 2026

#### Website embed API (breaking change)

Myra's external website embedding has been redesigned:

* **One script per website** — install `widget-embed.js` once in your page `<head>`.
* **Collection embeds** use `data-myra-survey` markup on buttons or links; clicking opens a popup form.
* **Score display embeds** use `data-myra-widget` div markup.
* The previous per-survey `window.myra_widget_<id>.open()` API has been removed.

See Collect Feedback on Your Website with Myra for the updated setup guide.

#### Translation Studio

Manage multi-language survey copy from the new **Translations** tab in survey settings:

* Create language packs with BCP-47 tags (e.g. `de`, `fr-FR`).
* Override form labels, button text, and status messages per language.
* Preview changes live before saving.
* Activate a language pack to show it on portals, public survey pages, and embed widgets.

See Translation Studio for details.

#### Guided tours

Myra now includes in-app spotlight tours to help admins get started:

* **First survey tour** — walks through creating a survey, enabling collection, and copying a public link.
* **Report insights tour** — explains scores, feedback items, and creating linked issues.
* **Translation Studio tour** — introduces language packs, label editing, and activation.

Tours can be dismissed at any time and do not block normal app usage.

See Guided tours for the full list.

#### Portal survey carousel

When multiple **Project**-scoped surveys are collectible on the JSM portal at the same time, customers now see them in a multi-step carousel with progress indicators, Back/Next/Skip navigation, and a Finish action — instead of stacked forms.

#### Survey carousel order

Admins can now control the order surveys appear in the portal and request-panel carousel:

* Open **Feedback Survey Settings** and click **Survey order**.
* Reorder **Request panel** and **Project panel** surveys independently via drag-and-drop or arrow controls.
* Order applies when multiple surveys are collectible at the same time; collection rules still control whether each survey is shown.
* Public-scoped surveys are not included — they are shared via standalone links or website embeds, not the portal carousel.

#### Other improvements

* Public frontend rebuilt with improved embed popup and score widget rendering.
* Live preview in survey settings.
* Server-side authorization hardening.
* SQL performance optimizations for collection and reporting.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.meta-inf.hu/myra-master-your-ratings/users-guide/release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
