> For the complete documentation index, see [llms.txt](https://docs.enlyze.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enlyze.com/en/integrations/grafana/hosted-vs-self-managed.md).

# Hosted vs. self-managed

ENLYZE offers two ways to use Grafana with your production data: **Platform Grafana** (hosted by ENLYZE) or your **own Grafana instance** (self-managed).

## Platform Grafana

Platform Grafana is the Grafana instance hosted by ENLYZE. It is fully set up and connected to your production data.

### Advantages

* No installation or configuration needed
* The ENLYZE Grafana Plugin and the ENLYZE API are already set up as data sources
* Automatic updates and maintenance by ENLYZE
* Ready to use immediately after provisioning

### Access

You can reach your Platform Grafana instance via the URL provided by ENLYZE. If you do not have access yet, contact your ENLYZE representative.

## Self-managed Grafana

If you already run your own Grafana instance, you can also connect it to ENLYZE. Two data sources are available for this:

* **ENLYZE Grafana Plugin** for time series data (machine parameters)
* **Infinity Plugin** for connecting to the ENLYZE API (OEE, downtimes, production runs)

### Prerequisites

* A running Grafana instance (version 9.0 or higher recommended)
* Network access to `https://app.enlyze.com`
* An ENLYZE API key ([Manage API keys](/en/administration/api-keys.md))

### Setup

Setting up the data sources in your own Grafana instance is described in detail on the [ENLYZE data source](/en/integrations/grafana/enlyze-data-source.md) page.

## Comparison

|                       | Platform Grafana          | Self-managed                           |
| --------------------- | ------------------------- | -------------------------------------- |
| Installation          | Not needed                | Own infrastructure                     |
| ENLYZE Plugin         | Pre-installed             | Manual installation                    |
| ENLYZE API (Infinity) | Pre-configured            | Manual configuration                   |
| Updates               | Automatic by ENLYZE       | Your responsibility                    |
| Customization         | Standard Grafana features | Full control over plugins and settings |
| User management       | Via ENLYZE                | Your responsibility                    |


---

# 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.enlyze.com/en/integrations/grafana/hosted-vs-self-managed.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.
