> For the complete documentation index, see [llms.txt](https://docs.signcod.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.signcod.com/arabic/shrwhat-akhra./qsm-aldydws/kyf-tstkhrj-alay-by.md).

# كيف تستخرج الاي بي

## الخطوة 1: معرفة عنوان الجلسة (Session Address)

إذا كنت تحتاج معرفة عنوان الاتصال الخاص بالجلسة، يمكن استخدام أداة مراقبة الشبكة **NetLimiter**:

{% stepper %}
{% step %}

### افتح NetLimiter

افتح برنامج NetLimiter.
{% endstep %}

{% step %}

### شغل اللعبة أو التطبيق المتصل

شغّل اللعبة أو التطبيق الذي تريد معرفة عنوان الجلسة الخاص به.
{% endstep %}

{% step %}

### ابحث عن العملية في قائمة Processes

من قائمة **Processes** ابحث عن العملية الخاصة باللعبة أو التطبيق.
{% endstep %}

{% step %}

### راقب الاتصال الأعلى في معدل النقل

راقب الاتصال الذي يملك أعلى معدل نقل بيانات (KB/s).
{% endstep %}

{% step %}

### استخدم العنوان الظاهر كعنوان الجلسة

العنوان الظاهر هنا هو **عنوان الجلسة المستخدم**.
{% endstep %}
{% endstepper %}

### 🔍 مثال توضيحي على مكان ظهور العنوان:

<div align="center"><img src="/files/37572deb141fafeb12938d310ce4c007e15b002c" alt="NetLimiter Session Address" width="600"></div>

{% hint style="info" %}
ملاحظة: هذه الخطوة فقط لتشغيل المنتج بالشكل الصحيح، ولا تستخدم لأي غرض آخر.
{% endhint %}

***

## الخطوة 2: تنفيذ الأمر داخل البوت

لتنفيذ العملية داخل البوت:

* اكتب الأمر الخاص بالخدمة داخل قناة البوت.
* الصق عنوان الجلسة الذي حصلت عليه.
* أرسل الأمر وسيتم التعامل معه تلقائيًا.

***

<details>

<summary>في حال لم تعرف الطريقة — افتح تذكرة دعم</summary>

📌 **افتح تذكرة دعم** وسيتم مساعدتك خطوة بخطوة حتى يتم تشغيل الخدمة بنجاح.

</details>


---

# 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:

```
GET https://docs.signcod.com/arabic/shrwhat-akhra./qsm-aldydws/kyf-tstkhrj-alay-by.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
