> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/neuerungen-in-june5.md).

# New Features in JUNE5

The current version **3.7** includes the following new features:

* acron Version 10.2 Release

*Further adjustments, changes and bug fixes are noted in ReleaseInfo\_JUNE5\*.txt!*

## Demo

A test server is available at <https://portal.videc.info> (username and password are *admin).*

## Note on acron Version 10.2

{% hint style="info" %}
Starting with acron 10.2, reports are provided exclusively via the acron REST API.

For JUNE5 to display these, the following settings are required.

**In the acron Admin Tool**

1. The REST API server must be enabled.
2. For REST API access, a username "JUNE5AC" and a password must be set. These credentials must match those configured in the acron Designer in user management.

**In the acron Designer**

1. The user "JUNE5AC" needs access rights to the acron REST API ("Use REST API").
2. The user also needs the following permissions in the Reporter:

oEnter manual values with comment

oView operational data

**In JUNE5 – Data Source Configuration**

1. In the configuration of the acron system, the username must be set to the previously configured REST API user (JUNE5AC).

***>>For more details on configuring the REST API, see the following chapter:*** [***acron REST API Configuration***](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/acron-rest-api-konfiguration.md)<<
{% endhint %}

## Note on acron Version 10.1

{% hint style="info" %}
acron made changes to its configuration data with version 10.1.

**Until acron Version 10.0**

Each process variable had to be activated with "API" in the provision of the process variable. Configuration was thus centralized at the process variable level. Only those that were activated could be read by JUNE5.

**From acron Version 10.1 Onwards**

Each process variable is controlled via the rights of a user group, see acron Designer / User Management. JUNE5 only sees the process variables that are provided with the logged-in user. The preferred user in acron should be "JUNE5AC".
{% 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.videc.de/june5-3.7/en/neuerungen-in-june5.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.
