> 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/form-designer/answers/answer-types/creating-new-type.md).

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

بينما يقدم مجموعة واسعة من أنواع الإجابات، هناك أوقات قد تحتاج فيها إلى بناء نوع إجابة مخصص لتلبية حالة أعمال محددة. تتيح 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
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/form-designer/answers/answer-types/creating-new-type.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.
