> 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/form-management/form-designer/questions/question-types.md).

# Question Types

You may use one or more of following question types in any of your pages to build up your forms.

* [Single choice](/form-management/form-designer/questions/question-types/standard/single-choice.md)
* [Multiple choice](/form-management/form-designer/questions/question-types/standard/multiple-choice.md)
* [Images choice](/form-management/form-designer/questions/question-types/standard/image-choices.md)
* [Drop Down list](/form-management/form-designer/questions/question-types/standard/dropdown-list.md)
* [Autocomplete](/form-management/form-designer/questions/question-types/standard/autocomplete.md)
* [Text / Comment field](/form-management/form-designer/questions/question-types/standard/text-comment-field.md)
* [Single matrix](/form-management/form-designer/questions/question-types/matrix-questions/single-matrix.md)
* [Multi matrix](/form-management/form-designer/questions/question-types/matrix-questions/multi-matrix.md)
* [Star rating](/form-management/form-designer/questions/question-types/satisfaction-questions/star-rating.md)
* [Thumbs up / down](/form-management/form-designer/questions/question-types/satisfaction-questions/thumbs-up-down.md)
* [CSAT score](/form-management/form-designer/questions/question-types/satisfaction-questions/csat-score.md)
* [Conjoint Choice](/form-management/form-designer/questions/question-types/choice-based-conjoint-cbc.md)
* [Smileys](/form-management/form-designer/questions/question-types/satisfaction-questions/smileys.md)
* [Net Promoter Score®](/form-management/form-designer/questions/question-types/satisfaction-questions/net-promoter-score-r.md)
* [Contact details](/form-management/form-designer/questions/question-types/advanced-types/untitled-1.md)
* [Constant sum](/form-management/form-designer/questions/question-types/advanced-types/untitled.md)
* [Slider scale](/form-management/form-designer/questions/question-types/advanced-types/slider-scale.md)
* [Answer ranking](/form-management/form-designer/questions/question-types/advanced-types/answer-ranking.md)
* [File upload](/form-management/form-designer/questions/question-types/advanced-types/file-upload.md)

{% hint style="info" %}
To enhance further your questions and add additional functionalities you may also use any of the [answer types](/form-management/form-designer/answers/answer-types.md) widgets.
{% endhint %}

&#x20;&#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:

```
GET https://docs.ngsurvey.com/form-management/form-designer/questions/question-types.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.
