# إنشاء نوع جديد

بينما يقدم مجموعة واسعة من أنواع الإجابات، هناك أوقات قد تحتاج فيها إلى بناء نوع إجابة مخصص لتلبية حالة أعمال محددة. تتيح ngSurvey لك إنشاء أنواع إجابات جديدة مع أو بدون معرفة بالبرمجة.

يمكنك إنشاء الأنواع التالية من أنواع الإجابات.

* [حقول مخصصة](/ar/form-management/form-designer/answers/answer-types/creating-new-type/custom-validation-code.md) بكود التحقق المخصص الخاص بك بلغة javascript.
* [قوائم مصدر البيانات للعناصر](/ar/form-management/form-designer/answers/answer-types/creating-new-type/lists.md) لإنشاء قوائم تُبنى باستخدام مجموعة من العناصر القائمة على النص/القيمة. يمكن بناء هذه القوائم إما من الصفر أو إعادة استخدام بيانات موجودة من endpoint لواجهة JSON REST API أو من جدول في قاعدة بيانات Microsoft SQL Server.
* [Widgets](/ar/form-management/form-designer/answers/answer-types/creating-new-type/widget.md) لإنشاء أنواع إجابات قوية مبنية على javascript و html و css. باستخدام Widgets يمكنك تطوير أي نوع من الوظائف التي قد تفتقدها في ngSurvey لجمع البيانات.

## ➕ إضافة نوع إجابة جديد

لإنشاء نوع إجابة جديد يمكنك النقر على **+** الأيقونة لفتح واجهة تحرير الإجابة لإضافة نوعك.

![](/files/02f75e2970f9ac7ed3183b1134e88797958757d2)

{% hint style="info" %}
يمكن أن تُستخدم أنواع الإجابات الجديدة وتُرى فقط من قبل الحساب الذي ينشئها.
{% 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/answers/answer-types/creating-new-type.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.
