# Platform preparation

The ENLYZE Manufacturing Data Platform collects and combines production data from various sources to generate actionable insights. It is structured around key entities such as **Sites**, **Machines**, **Data Sources**, and **Edge Devices**.

This guide explains how to view and understand the structure and configuration of your specific platform setup.

## Your Edge Devices

An **Edge Device** is installed on-site and connects your production equipment to the ENLYZE platform. Depending on your setup, one or more Edge Devices may be installed at your facilities. Each Edge Device has:

* a unique host-name,
* port specific configurations
* and connects to one or more data sources.

To learn more about Edge Device hardware, port functions, and configuration details, refer to the Edge Device Documentation.

### Edge Device Overview

In the [ENLYZE Web Application,](https://app.enlyze.com/) you can consult the Edge Devices installed at your facilities. To do so, navigate to `Settings > Edge Devices`. The section provides you with an overview of all your Edge Devices with connection status and the data sources they read:

<figure><img src="/files/I199xlMnYVDP8743dl7Y" alt=""><figcaption><p>Edge Device Overview</p></figcaption></figure>

### Edge Device Detail View

Select an Edge Device from the list to open a detailed side panel. This view provides important information about the Edge Device like:

* Current connection status with last readout time
* Port configuration details
* Connected data sources with their individual connection status

<figure><img src="/files/4t447LfBTZqkZVvcuLXd" alt=""><figcaption><p>Detail View of an Edge Device</p></figcaption></figure>

## IoT-Topology - Platform Structure

To get a visual representation of how your ENLYZE platform is structured, go to `Settings > IoT Topology`. This schematic view displays the relationship between your **Machines**, **Data Sources**, and **Edge Devices**.

<figure><img src="/files/CuPufYiqTOvQhJhyGh2t" alt=""><figcaption><p>IOT-Topology View</p></figcaption></figure>

{% hint style="info" %}
**Note:** The IoT Topology is **site-specific**. To switch to a different site, use the site selector in the upper-left corner of the navigation sidebar.
{% endhint %}


---

# Agent Instructions: 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.enlyze.com/en/connect/platform-preparation.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.
