> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/ar/form-management/security.md).

# الأمان

ngSurvey يوفر لك نظامًا غنيًا وقابلًا للتوسعة للغاية من [الأمان](/ar/form-management/security/security-items.md) يمكنك تخصيصه لتقييد الوصول إلى استبياناتك أو للتكامل مع مخازن بيانات طرف ثالث مثل SQL Servers أو REST APIs.

يمكنك تقييد الوصول إلى كل استبيان من استبياناتك باستخدام عنصر أمني واحد أو متعدد [عناصر الأمان](/ar/form-management/security/security-items.md)، بمجرد تفعيل عنصر أمني في الاستبيان سيتمكن فقط المستجيبون الذين اجتازوا ذلك العنصر الأمني من الوصول إلى استبيانك.

ngSurvey يوفر من خارج الصندوق ما يلي [عناصر الأمان](/ar/form-management/security/security-items.md) لتقييد وصول استبياناتك.

* [Captcha](/ar/form-management/form-designer/answers/answer-types/captcha.md)
* [حماية IP](/ar/form-management/security/security-items/ip-protection.md)
* [كلمة مرور](/ar/form-management/form-designer/answers/answer-types/password.md)
* [Tokens](/ar/form-management/security/security-items/tokens.md)
* [SQL Security](/ar/form-management/security/security-items/sql-security.md)
* [Captcha](/ar/form-management/form-designer/answers/answer-types/captcha.md)
* [Panel Security](/ar/form-management/security/security-items/panel-security.md)
* [Invitation Code](/ar/form-management/security/security-items/invitation-code.md)
* [HTTP Function](/ar/form-management/security/security-items/http-security-function.md)
* [Auth0 Security](/ar/form-management/security/security-items/auth0-security.md)
* [CAS Authentication](/ar/form-management/security/security-items/cas-authentication.md)
* [Active Directory Security](/ar/form-management/security/security-items/active-directory-security.md)
* [Azure Active Directory Security](/ar/form-management/security/security-items/azure-active-directory-security.md)
* [Auth0](/ar/form-management/security/security-items/auth0-security.md)
* [OpenId Connect](/ar/form-management/security/security-items/openid-connect.md)
* [قيود الحصة](/ar/form-management/security/security-items/qywd-alhss.md)
* [المُرَجِع (Referer)](/ar/form-management/security/security-items/referer.md)
* [Local Users Security](/ar/form-management/security/security-items/aman-almstkhdmyn-almhlyyn.md)
* [التحكم في وصول IP](/ar/form-management/security/security-items/althkm-fy-alwswl-abr-ip.md)

{% hint style="info" %}
افتراضيًا سيُرسل ngSurvey عبر API هيكل الاستبيان (الأسئلة والإجابات) لعرضه على المستجيبين، إذا احتجت لمزيد من الخصوصية لهيكل استبيانك يمكنك تفعيل خيار "تحميل الاستبيان المؤمّن" في [خصائص الاستبيان](/ar/form-management/form-designer/form-settings.md) لتمكين إرسال واستخدام هيكل الاستبيان (الأسئلة، الإجابات) فقط بعد أن يتم التحقق من جميع عناصر الأمان أو استعادة جلسة المستجيب.
{% endhint %}


---

# 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.ngsurvey.com/ar/form-management/security.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.
