> For the complete documentation index, see [llms.txt](https://docs.wingbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wingbits.com/wingbits/wingbits-english-ar/almkafaat/eli5-explain-like-im-5.md).

# ELI5 (اشرحها كأنني في الخامسة من عمري)

لدينا **محطات** (جهاز Wingbits الخاص بك) التي تستمع إلى **رسائل الطائرات** في السماء.\
السماء مقسمة إلى **سداسيات** (خلايا سداسية)، وكل رسالة تأتي من أحد تلك السداسيات.

#### طريقتان ننظر بهما إلى الشبكة

* **الاهتمام** – إلى أي مدى يتركز استماع المحطة على كل سداسي.
* **التغطية** – إلى أي مدى تأتي رسائل كل سداسي من كل محطة.

#### التقييم باستخدام PageRank

نربط هذين المنظورين في خريطة كبيرة واحدة ونستخدم أداة رياضية خاصة تُسمى **PageRank**. يمنح PageRank كل محطة وكل سداسي درجة بناءً على مدى أهميتهما في الشبكة بأكملها.

* إذا كانت محطتك مرتبطة بسداسيات مهمة، ترتفع درجتك.
* إذا كانت تلك السداسيات مرتبطة بمحطات مهمة، ترتفع درجتها.
* يتبادل التأثير ذهابًا وإيابًا حتى نحسب الدرجة النهائية للجميع.

**المكافآت (والحوافز!)**

في نهاية اليوم، **المكافآت (الرموز)** تبدأ بدرجة PageRank الخاصة بمحطتك — لكن هذا ليس كل القصة.\
يمكنك أيضًا كسب **مكافآت إضافية** إضافةً إلى ذلك:

* **المكافآت الأساسية** – الدفعة الرئيسية المستندة إلى PageRank الخاص بك والسداسيات التي تساعد في تغطيتها.
* **مكافآت المشاركين الأوائل (EPR)** – رموز إضافية للانضمام المبكر إلى الشبكة (لفترة محدودة فقط).
* **حوافز أخرى** – على سبيل المثال، **مكافآت الارتفاع المنخفض** الحوافز القادمة للمحطات القريبة من المطارات.

تحصل محطتك على أكثر إذا:

* تستقبل رسائل من **مزدحمة أو قيّمة** سداسيات.
* إنها **مرتبطة جيدًا** في الشبكة (ليس فقط عدد الرسائل، بل أيضًا من أين ومن مَن تأتي تلك الرسائل).
* تؤهل لبرامج المكافآت الإضافية مثل EPR أو مكافآت الارتفاع المنخفض.

**باختصار:** كلما كان موقع محطتك أكثر أهمية في الشبكة، وكلما زادت المكافآت الإضافية التي تؤهل لها محطتك، حصلت على مكافآت أكثر.


---

# 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.wingbits.com/wingbits/wingbits-english-ar/almkafaat/eli5-explain-like-im-5.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.
