# المطور

تجمع صفحة المطور مختلف المعلومات التي قد تحتاجها لاستخدام REST API الخاص بـ ngSurvey أو إذا أردت دمج استبيانات ngSurvey مع [Zapier.com](https://zapier.com/developer/public-invite/73385/969b64f5042ca12ccdc64515da776dc1/).

## 🔅 خصائص المطور

* **`نطاق REST`** النطاق الحالي الذي يعمل عليه ngSurvey.
* **`نقطة نهاية REST API`** تمنحك الوصول إلى REST API الخاص بـ ngSurvey ووثائق API.
* **`مفتاح REST API`** المفتاح المطلوب لـ [الوصول إلى REST API](/ar/personal-account/developer/api-connection-sample.md).
* **`ZAP الخاص بـ Zapier`** زابات مُعدة مسبقًا لـ  [الاتصال بـ Zapier.com](/ar/personal-account/developer/zapier.com-connection.md).

  &#x20;

{% hint style="info" %}
يمكنك تغيير مسار وثائق الويب لـ REST API إلى مسار آخر من اختيارك. للقيام بذلك افتح ملف ngsurveysettings.json في التثبيت الخاص بك وقم بتغيير **SwaggerRoutePrefix** إلى مسار آخر. &#x20;
{% 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/personal-account/developer.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.
