> 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/datenquellen/endpunkt-anlegen.md).

# Create Endpoint

To be able to evaluate data in JUNE5, endpoints must first be configured. Currently the following endpoints are supported:

* Dataforum acron
* Data Store
* OPC UA
* OSISoft PI System
* GE Historian
* Siemens WinCC
* Microsoft OLE DB
* Honeywell Uniformance Process History Database (PHD)
* Honeywell Experion Batch (HEB)
* JUNE5 Connector
* JUNE5 Batch Connector

## Creating an Endpoint

In JUNE5, only the system administrator can create endpoints.

This is done in the *Data Sources* area, which can be accessed from the menu on the right side of the screen using the *Data Sources* command.

In this view, already configured endpoints are listed on the left in the object list. Additionally, the functions *Configure Data Sources* and *Search Data Sources* are offered.

To add a new endpoint, click on the button with the *Plus symbol*. You can then select the desired type of endpoint. Once all required fields have been filled in, the changes must be saved by pressing the button with the *Disk symbol*.

The configuration of some endpoints such as [OPC UA](/june5-3.7/en/webanwendung/datenquellen/endpunkt-anlegen/opc-ua-ha.md), [WinCC](/june5-3.7/en/webanwendung/datenquellen/endpunkt-anlegen/siemens-wincc-ole-db.md) or [OLE DB](/june5-3.7/en/webanwendung/datenquellen/endpunkt-anlegen/microsoft-ole-db.md) is comparatively extensive. A detailed description can be found in the following chapters.

{% hint style="info" %}
Unlike all other endpoints, the *acron* endpoint is automatically created during JUNE5 installation. This endpoint cannot be deleted or created a second time in the web application. The endpoint is enabled by default.
{% endhint %}

## Deleting an Endpoint

An endpoint can be deleted by pressing the *Delete button* in the object list. This is located to the right of the respective endpoint and is indicated by the *Trash can symbol*.

{% hint style="info" %}
When an endpoint is deleted, all associated data sources and objects are irreversibly deleted!
{% 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/datenquellen/endpunkt-anlegen.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.
