> 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/questions/question-properties/tfra-shrty-llsual.md).

# تفرع شرطي للسؤال

## 🌲ما هو تفرع الأسئلة؟

تتيح ميزات تفرع الأسئلة لك تحديد [الشروط](/ar/form-management/form-designer/condition-rules.md) التي ستقوم بإعادة توجيه المستخدم إلى سؤال معين بناءً على إجاباته. هذا يمكّنك من تغيير والتحكم في تدفّق الاستبيان ديناميكيًا بناءً على إجابات المستجيب.

{% hint style="warning" %}
تتوفر تفرعات الأسئلة فقط في الاستبيانات التي تحتوي على [استبيانات مصحوبة بتدفق سؤال واحد ](/ar/form-management/form-designer/form-settings/single-question-flow.md)الوضع ممكّن.
{% endhint %}

## ➕ إضافة تفرع سؤال

يجب إضافة التفرع على [question properties](/ar/form-management/form-designer/questions/question-properties.md) الذي سيؤدي إلى تفعيل التفرع أو بصورة أكثر مرئية باستخدام [مخططات منطق التدفق](/ar/form-management/mkhtt-mntq-altdfq.md).

## 🔅 خصائص التفرع

<figure><img src="/files/8f2ad4024c8fe72335a4b605a55f973881ae4aa1" alt=""><figcaption></figcaption></figure>

هنا قمنا بتعيين السؤال الحالي ليتفرع إلى "Q.3" إذا تم استيفاء الشرط. إذا لم يتم استيفاء الشرط سيعرض ngSurvey السؤال التالي بعد السؤال الحالي بناءً على ترتيب عرضه في الاستبيان.&#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/questions/question-properties/tfra-shrty-llsual.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.
