# ورقة الإعدادات

ورقة الإعدادات تحتوي على بيانات وصفية حول نموذجك. في حالتك، يتم دعم حقلين فقط:

#### form\_title

هذا هو اسم النموذج كما سيظهر للمستخدمين. عادةً ما يُعرض في أعلى الشاشة أو على شاشة تحميل النموذج.

مثال:

| form\_title              |
| ------------------------ |
| Customer Feedback Survey |

#### default\_language (اختياري)

هذا يحدد اللغة الافتراضية التي سيستخدمها النموذج إذا لم يتم اختيار لغة أو إذا كان الجهاز لا يدعم اختيار اللغة.

يجب أن تتطابق القيمة مع أحد رموز اللغات المستخدمة في أعمدة التسميات الخاصة بك (على سبيل المثال، `en`, `fr-FR`, `es`, إلخ).

مثال:

| default\_language |
| ----------------- |
| en                |

يمكنك تضمين الحقلين في نفس الصف:

| form\_title              | default\_language |
| ------------------------ | ----------------- |
| Customer Feedback Survey | en                |


---

# Agent Instructions: 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:

```
GET https://docs.ngsurvey.com/ar/projects/import-export/xlsform/wrqh-aliadadat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
