# Questions

## ⁉️️ What are questions ?

Questions allows you to collect information from your respondent and can be built using one or more [answers](/form-management/form-designer/answers.md). Unlike other survey tools on the market you can add any kind of [answer type](/form-management/form-designer/answers/answer-types.md) widgets to your question and mix different [answer types](/form-management/form-designer/answers/answer-types.md) together within the same question. This unique system gives you the best flexibility to create the forms you need.

ngSurvey comes out of the box with over +25 pre-configured [question types](/form-management/form-designer/questions/question-types.md) that can be added to your page to collect information from your respondents and fully customized with custom [properties](/form-management/form-designer/questions/question-properties.md) and [answer types](/form-management/form-designer/answers/answer-types.md).

{% hint style="warning" %}
All changes to survey structure are live changes meaning that if you distributed the survey already to respondent these will see the new changes as well.&#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/questions.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.
