> 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/create-answers.md).

# إضافة إجابة

يمكنك إضافة إجابات جديدة إلى أسئلتك أثناء الكتابة باستخدام مفتاح الإدخال (Return) لإنشاء إجابة جديدة.

![](/files/9247660869b40f78fad76d19c70260ac787fb500)

يمكنك أيضًا إضافة سؤال جديد باستخدام [الإجابات المتعددة](/ar/form-management/form-designer/answers/answer-types.md) القائمة وسحب وإفلات [نوع الإجابة](/ar/form-management/form-designer/answers/answer-types.md) الذي تختاره في أي مكان داخل سؤالك.

![](/files/27933fabfd22bdfce14bcc05edeb3b25e1148607)

{% hint style="info" %}
النقر على نوع الإجابة الذي تختاره دون سحب/إفلات سيضيفه إما إلى السؤال المحدد أو إذا لم يتم تحديد أي سؤال فسيقوم بإنشاء سؤال فارغ جديد يحتوي على نوع الإجابة هذا.
{% endhint %}

## ➕ أدوات الإضافة

تتيح لك أدوات الإضافة إضافة إجابة واحدة أو عدة إجابات بسرعة في وقت واحد.

![](/files/9dcee82884f133a389d62c99a93d251c6292cde7)

1. الـ **إضافة إجابة جديدة** يضيف إجابة جديدة إلى سؤالك، وسيكون نوع الإجابة المضافة هو نفس نوع آخر إجابة في سؤالك.
2. زر الإضافة السريعة للإجابة سيسمح لك باختيار [نوع الإجابة](/ar/form-management/form-designer/answers/answer-types.md) نوع الإجابة التي تُضاف.

![](/files/0b0322cea3d63ec8424340e5ef1a8c0373fbf667)

3\. يتيح لك زر الإضافة المتعددة للإجابات إضافة عدة إجابات في وقت واحد. يمكنك إدخال تسميات نصية لإجابات متعددة سطرًا بسطر ثم النقر على أيقونة الحفظ 💾 لإضافة كل هذه الإجابات إلى سؤالك.&#x20;

![](/files/b190b6c86c6c4d936107f06523875fa39315d9b7)


---

# 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/create-answers.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.
