> For the complete documentation index, see [llms.txt](https://helpcenter.etron.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.etron.info/schnelles-wissen/onlineshop/vorgange-and-anpassungen/altersuberprufung-hinzufugen.md).

# Altersüberprüfung hinzufügen

## Einrichtung des Popups für die Altersüberprüfung

Beim Aufruf der Website/des Onlineshops kann eine Altersbestätigung verlangt werden.

Bei der Altersbestätigung handelt es sich um ein Popup, dieses wird über den Website-Editor im Bereich Blöcke via Drag\&Drop hinzugefügt.&#x20;

<figure><img src="/files/C8B5H69Yl9XbIMtEK4ld" alt=""><figcaption><p>Altersüberprüfung über den Website-Editor hinzufügen</p></figcaption></figure>

Durch erneutes Auswählen des Blocks bzw. Popups kann die Altersüberprüfung über den Website-Editor angepasst werden, z.B. Text, Hintergrundbild, usw. und anschließend gespeichert werden.

<figure><img src="/files/FHLFfAwmgok9xrzmpkEN" alt=""><figcaption><p>Altersüberprüfung über den Website-Editor anpassen</p></figcaption></figure>

Die Altersüberprüfung wird nun auf jeder Seite der Website angezeigt, bis die Altersabfrage durch Eingabe eines Geburtsdatums (über 18J)  bestätigt wurde.

<figure><img src="/files/VgBMuDkYq8Il40ILTrDh" alt=""><figcaption></figcaption></figure>

## Entfernen und Bearbeiten des Popups für die Altersüberprüfung

Soll das Popup für die Altersbestätigung entfernt oder bearbeitet werden, wird hierfür der Website-Editor geöffnet. Anschließend kann unter **Unsichtbare Elemente** die Anzeige des Altersprüfungs-Popups aktiviert werden, wodurch das Popup ausgewählt und bearbeitet oder entfernt werden kann.&#x20;

<figure><img src="/files/gawa90xyWmWakmPRTLvv" alt=""><figcaption></figcaption></figure>


---

# 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://helpcenter.etron.info/schnelles-wissen/onlineshop/vorgange-and-anpassungen/altersuberprufung-hinzufugen.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.
