# Conditions

## 👨‍💻️️ What are conditions ?

The ngSurvey condition engine can trigger specific actions based on the results of one or multiple [condition groups](/form-management/form-designer/condition-rules/condition-groups.md) that are evaluated while running the survey based on the respondent answers using [condition rules](/form-management/form-designer/condition-rules/conditions-rules.md).&#x20;

Conditions can be used in following features.

* [Page branching](/form-management/form-designer/pages/branching.md)
* [URL  redirection](/form-management/form-designer/pages/thanks-end-page/redirection-condition.md)
* [Report filtering](/form-management/reports/filters.md)
* [Question skip / hide Logic](/form-management/form-designer/questions/question-properties/skip-hide-logic.md)
* [Answer skip logic conditions](/form-management/form-designer/answers/answer-properties/skip-hide-logic.md)
* [Panel views](/panels/panel-views.md)
* [Tasks triggers](/form-management/tasks/triggers.md)

{% hint style="info" %}
Using conditions you can for example show or [hide a question](/form-management/form-designer/questions/question-properties/skip-hide-logic.md) based on respondent answers, define triggers for your [completion](/form-management/tasks/task-items/completion-alert.md) [alerts](/form-management/tasks/task-items/completion-alert.md) or [skip some pages](/form-management/form-designer/pages/branching.md) that don't meet respondents criterias.&#x20;
{% endhint %}


---

# 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/form-management/form-designer/condition-rules.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.
