# الإعداد في الموقع

يمكن تثبيت ngSurvey محليًا على خوادمكم أو على بنيتكم التحتية الخاصة. بهذه الطريقة تظل جميع البيانات المهمة التي تجمعونها عبر استبياناتكم أو نماذجكم محصورة حصريًا داخل حدود شركتكم على خوادمكم الخاصة.

يمكن تثبيت ngSurvey في غضون دقائق قليلة على أي نوع من المنصات بدءًا من Linux أو حاويات Docker أو الخوادم المبنية على Windows.

* [**النسخة Enterprise**](/ar/installation-setup/installation.md) توفر إصدارًا متقدمًا يلبي جميع احتياجات المؤسسات.

متطلبات تشغيل ngSurvey محليًا على بنيتكم التحتية الخاصة هي&#x20;

* Windows Server 2016+ أو Linux أو Azure أو AWS أو أي مضيف قادر على تشغيل صورة Docker.
* SQL Server 2016+ أو SQL Server Express أو Oracle MySQL أو PostgreSQL لاستضافة قاعدة البيانات.
* .NET 8

{% hint style="info" %}
لمعرفة المزيد حول الاختلاف بين النسختين، يمكنكم الاطلاع عبر الإنترنت على كامل [قائمة الميزات](https://www.ngsurvey.com/home/features).
{% 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.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.
