> 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).

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

لدينا **محطات** (جهاز 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.
