> 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/datenquellenunterstuetzung-und-einbindung.md).

# Data Source Support and Integration

JUNE5 is compatible with various data sources and can display their data centrally.

The following historian packages and interfaces are supported:

* [Dataforum acron](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/dataforum-acron.md)
* [Data Store](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/data-store.md)
* [OPC UA](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/opc-ua-ha.md)
* [OSISoft PI System](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/osisoft-pi-system.md)
* [GE Historian](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/ge-historian.md)
* [Siemens WinCC](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/siemens-wincc.md)
* [Microsoft OLE DB](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/microsoft-ole-db.md)
* [Honeywell Uniformance Process History Database (PHD)](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/honeywell-uniformance-process-history-database-phd.md)
* [Honeywell Experion Batch (HEB)](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/honeywell-experion-batch-heb.md)
* [JUNE5 Connector](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/june5-connector.md)
* [JUNE5 Batch Connector](/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/june5-batch-connector.md)

The integration of data sources takes place in two sequential steps:

1. Create the endpoint
2. Configure data sources for the endpoint

Both configuration steps are performed in the web application. Depending on the data source type, measurements from the configured data source can optionally be imported individually or completely into the JUNE5 object model.

{% hint style="info" %}
Data is retrieved from a data source through a call in the web application. Data is only displayed in the web browser (e.g., in a line chart) once all data from the selected measurements has been successfully retrieved.

If a timeout is reported and the data is not displayed successfully, the following measures could lead to a **successful** query:

* Reduce the time range (from/to) for data retrieval
* Reduce the number of measurements to be queried
* Select a higher aggregation level (e.g., switching from process data to interval or daily data)
  {% 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/datenquellenunterstuetzung-und-einbindung.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.
