> 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/tr/edatapp-seviyeler-sistemi.md).

# EDATApp Seviyeler Sistemi

EDATApp, kullanıcılarına çeşitli görevler ve etkinlikler için ödüller sunar. Rozet sistemi, kullanıcıların başarılarını simgeler ve onları daha fazla etkileşimde bulunmaya teşvik eder.

**Başlangıç Seviyesi:**

* **1 ile 3 Rozet:**
  * EDATApp içindeki her çekiliş için 1 ücretsiz giriş hakkı.

**Bronz Seviyesi:**

* **3 ile 6 Rozet:**
  * EDATApp içindeki her çekiliş için 3 ücretsiz giriş hakkı.
  * Aylık puan kazançlarınıza %2 artış.

**Gümüş Seviyesi (Premium abonelik şart):**

* **6 ile 9 Rozet:**
  * EDATApp içindeki her çekiliş için 6 ücretsiz giriş hakkı.
  * Aylık puan kazançlarınıza %3 artış.
  * 2x TURBO kartı (Her kart 24 saat geçerlidir ve puan kazançlarını 2x artırır) (yakında).

**Altın Seviyesi (Premium abonelik şart):**

* **9 ile 12 Rozet:**
  * EDATApp içindeki her çekiliş için 9 ücretsiz giriş hakkı.
  * Aylık puan kazançlarınıza %4 artış.
  * 4x TURBO kartı (Her kart 24 saat geçerlidir ve puan kazançlarını 2x artırır) (yakında).
  * EDATApp Mağazasında %5 indirim.

**Platin Seviyesi (Premium abonelik şart):**

* **12 ve üstü Rozet:**
  * EDATApp içindeki her çekiliş için 12 ücretsiz giriş hakkı.
  * Aylık puan kazançlarınıza %5 artış.
  * 6x TURBO kartı (Her kart 24 saat geçerlidir ve puan kazançlarını 2x artırır) (yakında).
  * EDATApp Mağazasında %10 indirim.
  * 1 defa araç yağ değişim ücreti.

***

**Not:** Yeni rozetler ve seviyeler sürekli olarak eklenmektedir. Güncellemeleri kaçırmamak için bildirimlerinizi açık tutun!


---

# 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/tr/edatapp-seviyeler-sistemi.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.
