> 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/publish-deploy/offline-survey.md).

# استبيان دون اتصال

## 📵 ما هي الاستبيانات دون اتصال بالإنترنت؟

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

{% hint style="info" %}
جمع البيانات دون اتصال يتطلب فقط متصفحًا على الجهاز الذي سيُستخدم لجمع الإجابات. لا حاجة لتنزيل أو تثبيت أي تطبيق منفصل على جهازك المحمول أو الجهاز اللوحي.&#x20;
{% endhint %}

## 🔅 خصائص وضع العمل دون اتصال

* **`تحميل المستجيبين تلقائيًا عند الاتصال بالإنترنت`** سيقوم تلقائيًا بتحميل أي مستجيبين تم جمعهم دون اتصال وتم تخزينهم محليًا على جهاز المتصفح.
* **`مدير المستجيبين`** يتيح عرض وتعديل الإجابات المجمعة دون اتصال والمخزنة على جهاز المتصفح.
* **`زر إعادة تشغيل الجلسة في صفحة الشكر`** يعرض زرًا إضافيًا في صفحة الشكر يسمح بإعادة تشغيل الاستبيان لجمع مزيد من الإجابات دون اتصال.

{% hint style="info" %}
إذا رغبت في تعيين مؤقت يعيد تحميل الاستبيان تلقائيًا، يمكنك فعل ذلك من صفحة [kiosk](/ar/form-management/form-designer/form-settings/kiosk.md) الإعدادات.
{% endhint %}

## ⚠️ قيود العمل دون اتصال

نظرًا إلى أن الاستبيان يجب أن يعمل دون أي اتصال بالشبكة، تنطبق القيود التالية على الاستبيانات التي تُشغَّل في وضع العمل دون اتصال. لاحظ أن هذه القيود تنطبق فقط إذا استخدمت رابط العمل دون اتصال؛ سيعمل استبيانك كالمعتاد إذا استخدمت رابط النشر على الويب.&#x20;

* لا توجد أنواع SQL الديناميكية.
* لا توجد مصادقة، ومع ذلك ولأسباب أمنية لا يزال تسجيل الدخول مطلوبًا لرفع المستجيبين الذين جُمعت بياناتهم دون اتصال.&#x20;
* لا توجد عناصر أمنية.
* لا توجد لوحات (panels).
* لا يوجد رفع ملفات.
* لا توجد إعادة توجيه عبر URL.
* لا توجد مهام.


---

# 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/publish-deploy/offline-survey.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.
