# إعداد Captcha

لإعداد Google Captcha قد تحتاج أولاً إلى تسجيل مفاتيح السر والموقع الخاصة بـ reCaptcha.

لإنشاء مفاتيحك انتقل إلى قسم إدارة Google reCaptcha.\
<https://www.google.com/recaptcha/admin>

انقر على زر "إنشاء جديد" في الجزء العلوي الأيمن.

![](/files/4f48c361f14fa14f23082cd232104cb34a52a564)

الآن قم بتكوين إعدادات captcha الخاصة بك

![](/files/34df13db3857217440e5859e1fa9abb1d0799955)

انسخ كلًا من مفتاح الموقع والمفتاح السري

![](/files/117c4923d3b2a4752a13a0c3db137cc616c4c7a0)

الصق المفاتيح في إعدادات Google API الخاصة بـ ngSurvey وانقر على **test** الزر للتحقق من أن كل شيء على ما يرام.

![](/files/64cbd23651569f5bd2ceae6ecc6b1d2e65fc7e4d)

{% hint style="info" %}
سيعمل Captcha بشكل صحيح فقط على خادم لديه إمكانية الوصول إلى الإنترنت. إذا كان خادمك خلف جدار ناري فستحتاج إلى التأكد من أن الخادم يمكنه على الأقل التواصل مع خدمة التحقق من Google <https://www.google.com/recaptcha/api/siteverify> وضع قواعد [الجدار الناري المناسبة](https://code.google.com/archive/p/recaptcha/wikis/FirewallsAndRecaptcha.wiki).
{% 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/installation-setup/system-settings/google/captcha.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.
