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

# مدير التذييل

## 🔷 ما هو footer manager؟

يتيح لك footer manager تحديد أزرار الإجراءات التي ستظهر في أسفل الاستبيان. يمكنك إظهار الأزرار التالية أو إخفاؤها في تذييل الاستبيان.

يمكنك الوصول إلى footer manger بالنقر على **تذييل الاستبيان** في صفحة مصمم الاستبيان.&#x20;

![](/files/2cdcb85b367a6dd1cd1e27cb691d015aa29fb5b8)

## 🔅 خصائص Foote manager

* **`إظهار زر الإرسال دائمًا`** يتم عرض زر الإرسال لإرسال إجابات المستجيبين فقط في الصفحة الأخيرة [الصفحة](/ar/form-management/form-designer/pages.md) من استبيانك. باستخدام هذا الخيار يمكنك إظهار زر الإرسال في جميع [الصفحات](/ar/form-management/form-designer/pages.md) من استبيانك.  &#x20;
* **`إظهار زر التالي`** يعرض الزر للانتقال إلى الصفحة التالية [الصفحة](/ar/form-management/form-designer/pages.md).  &#x20;
* **`إظهار زر السابق`** يعرض الزر للانتقال إلى الصفحة السابقة [الصفحة](/ar/form-management/form-designer/pages.md).&#x20;
* **`إظهار حفظ التقدم`** يتيح للمستجيب [الحفظ يدويًا](/ar/form-management/form-designer/form-settings/progress-completion.md) لإجاباتها واستئناف جلسته لاحقًا.
* **`إظهار زر استئناف التقدم`** إذا أردنا السماح للمستجيب باستعادة جلسة [محفوظة مسبقًا](/ar/form-management/form-designer/form-settings/progress-completion.md) يدويًا.&#x20;
* **`إظهار زر الاستعادة`** إذا أردنا السماح للمستجيب باستعادة الإجابات المحفوظة مسبقًا لأغراض [التحديث](/ar/form-management/form-designer/form-settings/progress-completion/respondent-answers-update.md) .

## 📖 مستعرض الصفحات

{% hint style="info" %}
لمعرفة المزيد حول مستعرض الصفحات، يُرجى مراجعة [قسم مستعرض الصفحات](/ar/form-management/form-designer/pages/page-navigator.md).
{% endhint %}

## 💯 عرض التقدم

يتيح لك عرض التقدم الحالي للمستجيب في الاستبيان. سيعتمد التقدم إما على الصفحة الحالية مقارنة بإجمالي الصفحات المتبقية أو، إذا كان الاستبيان في [تدفق السؤال الواحد](/ar/form-management/form-designer/form-settings/single-question-flow.md) فسيتم احتساب التقدم بناءً على الأسئلة التي تمت الإجابة عنها.&#x20;

* **`لا شيء`** لن يتم عرض أي تقدم.
* **`ترقيم الصفحات`** يعرض ترقيم الصفحات الصفحة الحالية من إجمالي الصفحات المتبقية.
* **`نسبة التقدم`** النسبة المئوية للصفحات المتبقية قبل الوصول إلى نهاية الاستبيان.
* **`شريط التقدم`** النسبة المئوية للصفحات المتبقية قبل الوصول إلى نهاية الاستبيان معروضة على شكل شريط رسومي. &#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/footer-manager.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.
