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

# الصفحات

تسمح لك الصفحات بتجميع أسئلتك في صفحة، ويمكنك أيضًا إعداد كل صفحة ليتم عرضها ديناميكيًا للمستجيبين بناءً على [skip / hide logic](/ar/form-management/form-designer/pages/skip-hide-logic.md) و [branching](/ar/form-management/form-designer/pages/branching.md) القواعد. باستخدام [page looping](/ar/form-management/form-designer/pages/tkrar-alsfhat.md) يمكنك أيضًا إنشاء استبيان متكرر حيث يمكن للمستجيب تكرار نفس الصفحة ديناميكيًا بناءً على إجاباته.  &#x20;

![](/files/eb46eafecdd84ff36e12c758124c7369890854ac)

{% hint style="info" %}
لا توجد قيود على عدد الصفحات التي يمكنك امتلاكها ومع ذلك للحصول على معدل استجابة أعلى نوصي بالحفاظ على اختصار استبياناتك.
{% endhint %}

## ➕ إضافة صفحة

يمكنك إضافة صفحة إما في نهاية الاستبيان باستخدام **Add page** زر من شجرة مساحة التحرير للاستبيان.

![](/files/fd06baeffbb3080598c436d3e5b78cbca7d86dd3)

أو يمكنك أيضًا إضافة صفحة في أي مكان في منتصف الاستبيان قبل سؤال محدد باستخدام من [شريط أدوات السؤال](/ar/form-management/form-designer/questions/question-properties.md).

![](/files/4c439066943bcad1e46ca67da2d840331cc018d2)

## ❌ حذف صفحة

حذف مجلد سيحذف جميع الأسئلة في تلك الصفحة وأي إجابات مستجيبين ذات صلة. لا يمكن التراجع عن هذه العملية.

## 🔅 خصائص الصفحة

يمكنك الوصول إلى خصائص الصفحة من راية تنقّل الصفحة في أعلى اليمين.

![](/files/904837845cebc6ca39ef76462834095aaab9c87c)

* **`عنوان الصفحة`** اسم العرض للصفحة. سيُستخدم العنوان أيضًا كعنوان لعلامة تبويب الصفحة إذا قمت بتمكين [page navigator](/ar/form-management/form-designer/pages/page-navigator.md).&#x20;
* **`عشوائية ترتيب الأسئلة`** يعرض أسئلة الصفحة بترتيب عشوائي للمستجيبين.
* **`تعطيل الصفحة`** لن تُعرض الصفحة للمستجيبين.
* **`إظهار زر الإرسال`** سيتمكن المستجيبون إما من الانتقال إلى الصفحة التالية أو من إرسال إجاباتهم من تلك الصفحة.
* **`نهاية مُغلقة`** سيزيل رأس الصفحة وتذييلها لمنع أي إجراء على الصفحة. يمكن استخدام صفحات النهاية المغلقة في الحالات التي تريد فيها استبعاد المستجيبين دون حفظ أي إجابات أو بيانات متعلقة بهم. على سبيل المثال قد يكون لديك سؤال مثل: كم عمرك؟ في حال أجاب المستجيب أقل من 18 سنة يمكنك إعادة توجيهه باستخدام [branching](/ar/form-management/form-designer/pages/branching.md) إلى صفحة نهاية مُغلقة بنص سؤال ثابت لإنهاء الاستبيان.&#x20;


---

# 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/pages.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.
