> For the complete documentation index, see [llms.txt](https://staylime.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staylime.com/docs/energy-label/legal/legal-notice.md).

# Legal Notice

What the app is responsible for, what stays with you, and where the data comes from.

### This documentation is not legal advice

This documentation summarizes the EU Energy Labeling Regulation in plain language to help you set up the app. The binding texts are [Regulation (EU) 2017/1369](https://eur-lex.europa.eu/eli/reg/2017/1369) and the product-specific delegated regulations; their interpretation belongs to national market surveillance authorities and, ultimately, the European Court of Justice. When in doubt, consult the regulations or qualified legal counsel.

### Compliance responsibility

Under Regulation (EU) 2017/1369, the obligation to display energy labels and product information sheets correctly rests with the **dealer** — you, the merchant. EU Energy Label is a tool that implements the display patterns the regulations describe; installing it does not by itself discharge that obligation. Where covered products appear across your store, and how badges are placed and styled, remains under your control and your responsibility.

The accuracy of the displayed data — energy classes, labels, and product information sheets — is the responsibility of the **supplier** who registered the product in EPREL. As a dealer, you are not required to verify the content of the product information sheet.

In [Manual mode](/docs/energy-label/special-cases/manual-mode-for-legacy-products.md), the energy class, label image, and product sheet are provided by you, and their correctness is your responsibility.

### EPREL data

European Commission services in charge of the Energy labelling product registry (EPREL) hold all rights, titles and interests in and to the API and/or data, including any copyrights. The energy labels, energy class badges, product information sheets and associated data are provided on an “as is” basis with no guarantees of completeness, accuracy, usefulness or timeliness.


---

# 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, and the optional `goal` query parameter:

```
GET https://staylime.com/docs/energy-label/legal/legal-notice.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
