> For the complete documentation index, see [llms.txt](https://docs.edat.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edat.app/de/edatapp-level-system.md).

# EDATApp Level-System

EDATApp belohnt seine Benutzer für verschiedene Aufgaben und Aktivitäten. Das Abzeichen-System symbolisiert die Erfolge der Benutzer und motiviert sie zu mehr Interaktion.

**Einsteiger-Level:**

* **1 bis 3 Abzeichen:**
  * 1 kostenloser Eintritt für jede Verlosung innerhalb der EDATApp.

**Bronze-Level:**

* **3 bis 6 Abzeichen:**
  * 3 kostenlose Eintritte für jede Verlosung innerhalb der EDATApp.
  * 2% Erhöhung Ihrer monatlichen Punktegewinne.

**Silber-Level (Premium-Abonnement erforderlich):**

* **6 bis 9 Abzeichen:**
  * 6 kostenlose Eintritte für jede Verlosung innerhalb der EDATApp.
  * 3% Erhöhung Ihrer monatlichen Punktegewinne.
  * 2x TURBO-Karten (jede Karte ist 24 Stunden gültig und verdoppelt Ihre Punktegewinne) (bald verfügbar).

**Gold-Level (Premium-Abonnement erforderlich):**

* **9 bis 12 Abzeichen:**
  * 9 kostenlose Eintritte für jede Verlosung innerhalb der EDATApp.
  * 4% Erhöhung Ihrer monatlichen Punktegewinne.
  * 4x TURBO-Karten (jede Karte ist 24 Stunden gültig und verdoppelt Ihre Punktegewinne) (bald verfügbar).
  * 5% Rabatt im EDATApp Shop.

**Platin-Level (Premium-Abonnement erforderlich):**

* **12 und mehr Abzeichen:**
  * 12 kostenlose Eintritte für jede Verlosung innerhalb der EDATApp.
  * 5% Erhöhung Ihrer monatlichen Punktegewinne.
  * 6x TURBO-Karten (jede Karte ist 24 Stunden gültig und verdoppelt Ihre Punktegewinne) (bald verfügbar).
  * 10% Rabatt im EDATApp Shop.
  * 1 kostenloser Ölwechsel-Service für Ihr Fahrzeug.

***

**Hinweis:** Neue Abzeichen und Level werden ständig hinzugefügt. Halten Sie Ihre Benachrichtigungen aktiviert, um keine Updates zu verpassen!


---

# 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://docs.edat.app/de/edatapp-level-system.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.
