# موقع عنوان IP

## 🌐 ما هو موقع عنوان الـ IP؟

ميزة تحديد موقع عنوان الـ IP ستحاول البحث عن موقع المستجيب بناءً على عنوان الـ IP الخاص به. يمكن تفعيلها أو تعطيلها في أي وقت من [خصائص الاستبيان الخاص بك](/ar/form-management/form-designer/form-settings.md) الصفحة.&#x20;

سيتم إجراء البحث عن موقع الـ IP مرة واحدة فقط بعد أن يقوم المستجيب بإرسال إجاباته ولن يتم ذلك "في الوقت الحقيقي" لتجنب أي تأخيرات أثناء إرسال الاستجابة.

سيقوم تحديد موقع الـ IP أيضًا بالبحث عن معلومات الموقع لأي مستجيب تم تسجيله في استبيانك قبل تفعيل خاصية البحث عن موقع الـ IP.

يمكن استخراج سمة الموقع التالية من عنوان الـ IP.

* القارة
* البلد
* المنطقة
* المدينة
* الرمز البريدي
* خط العرض
* خط الطول

سيتم تجاوز خط العرض وخط الطول بموقع متصفح المستجيب إذا قمت بتفعيل [browser location](/ar/form-management/form-designer/geolocation/browser-location.md) في استبيانك.&#x20;

لاحظ أن موقع الـ IP قد لا يكون الموقع الدقيق للمستجيب حيث قد يكون الـ IP المستخدم من قبل المستجيب موجودًا في مكان مختلف، ومع ذلك سيظل يوفر معلومات قيمة حول مواقع المستجيبين لديك.

{% hint style="warning" %}
بمجرد تفعيله على استبيان، سيقوم ngSurvey بالبحث بأثر رجعي عن الموقع لأي مستجيب مسجل في الاستبيان.
{% endhint %}

{% hint style="danger" %}
تستخدم ميزة تحديد الموقع الجغرافي عن طريق الـ IP [IPStack.com](https://www.ipstack.com)كواجهة برمجة تطبيقات للحصول على معلومات الموقع، ولذلك من الضروري تعيين [IPStack API access key](/ar/installation-setup/system-settings/third-party-apis/ipstack.md) في ngSurvey [إعدادات النظام](/ar/installation-setup/system-settings.md).
{% endhint %}


---

# Agent Instructions: 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.ngsurvey.com/ar/form-management/form-designer/geolocation/ip-address-location.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.
