> 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/webanwendung/sichten/oberflaeche-und-handling.md).

# Interface and Handling

## Save & Save As

The current object can be saved by pressing the *disk icons*. *Save* overwrites any existing object with the same name. *Save As* offers the option to save the object under a new name. After saving, the saved object is available as a custom object and can be selected in the object list on the left.

## The Properties Window

Under Properties, corresponding parameters can be set depending on the object type. These parameters are stored on the server after saving. The properties window can be called up using the *Properties* button. This is located in the top right corner.

To apply the changes, the properties window must be closed or "Refresh Data" must be clicked in the chart area.

## Time Selection

This setting can be accessed from the toolbar using the *Time* selection button. A modal window opens where the time span of the current view can be adjusted.

## Database Selection

See [Database Handling](/june5-3.7/en/webanwendung/sichten/datenbasis-handling.md).

## Gesture Control

In the views, some functions can also be operated with gesture control. Especially on devices with touch screens, which are operated using *swipe gestures*, this can be very helpful. The following functions can be controlled in the views using gesture control:

* Drag & Drop *(when selecting measurements in the list view)*
* Time forward or backward *(swiping)*

### Time Change via Gesture Control

Using the swipe gesture, you can navigate forward or backward in the selected time range/point:

* Swipe right: Time back
* Swipe left: Time forward

## Selecting Appropriate Control

This setting is configured in the toolbar using the selection button labeled *Control*. You can switch between three control types:

* Standard
* Swipe
* Zoom

## Sorting of Measurements

The order of the selected measurements can be adjusted using the *SELECTED* list. Measurements can be moved either using the three dots *up* and *down*. Additionally, the measurement can be dragged to the desired position via drag\&drop.

## Timestamp Normalization

In JUNE5, timestamps can be normalized. By default, normalization is set to the *middle* of the aggregation level. You can also choose the *beginning* and *end* of the aggregation level for normalization. Alternatively, you can dispense with normalization entirely.

The settings for this can be found under: *Settings* -> *View Standard Parameters* -> *Timestamp Normalization* ([Settings](/june5-3.7/en/webanwendung/einstellungen.md)[)](/june5-3.7/en/webanwendung/einstellungen.md)

{% hint style="info" %}
Measured values from the JUNE5 Connector are not normalized, but must be normalized on the source system.
{% 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/webanwendung/sichten/oberflaeche-und-handling.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.
