# Quickstart

The ENLYZE Manufacturing Data Platform captures machine data directly from the shopfloor, processes it, and makes it available for analysis in the ENLYZE App, Grafana, or Power BI. This page helps you get started.

## Sign in

You can access the ENLYZE App at [app.enlyze.com](https://app.enlyze.com/). Your account is created by an Admin in your organization through [user management](/en/administration/user-management.md). You will receive an invitation email with an activation link.

{% hint style="info" %}
If you have not received an invitation yet, contact an Admin in your organization.
{% endhint %}

## Get to know the ENLYZE App

After signing in, you will see the [home screen](/en/production-optimization/overview.md) with an overview of your shopfloor. From there you can:

* use the **timeline** to analyze historical machine data
* inspect **production runs** and **downtimes** in detail
* use the **Co-Pilot** to spot SOP deviations at a glance
* create and export **reports**

## First steps

1. **Set up your profile** — Update your name and preferred language.\
   [Manage profile](/en/administration/manage-profile.md)
2. **Explore machines and data** — Get an overview of your sites, machines, and data sources.\
   [Sites & machines](/en/model/sites-machines.md)
3. **Analyze production data** — Use the ENLYZE App to evaluate OEE, downtimes, and performance.\
   [Overview](/en/production-optimization/overview.md)
4. **Set up external tools** (optional) — Connect Grafana or Power BI for custom dashboards and reports.\
   [Grafana](/en/integrations/grafana.md) · [Power BI](/en/integrations/power-bi.md)

## Help & support

* [Common issues](/en/help/common-issues.md) — Answers to frequently asked questions
* [Contact support](/en/help/contact.md) — If you need further assistance


---

# 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/getting-started/quickstart.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.
