> 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/fr/form-management/form-designer/answers.md).

# Réponses

## 📝️️ Quelles sont les réponses ?

Les réponses sont les éléments clés de votre [questions](/fr/form-management/form-designer/questions.md) pour collecter les informations dont vous avez besoin auprès de vos [respondents](/fr/form-management/respondents-management.md).

Une réponse peut être définie comme un petit module appelé [answer type](/fr/form-management/form-designer/answers/answer-types.md) qui fournit une fonctionnalité unique pouvant être utilisée pour construire votre [questions](/fr/form-management/form-designer/questions.md). ngSurvey fournit, prêt à l'emploi, un certain nombre de [answers types](/fr/form-management/form-designer/answers/answer-types.md) que vous pouvez utiliser dans vos questions comme, par exemple, des calendriers, des boutons radio, des zones de signature, des champs de saisie, des listes d'éléments.&#x20;

![](/files/be70322ad347f9fb7b752317fb489b9a0a18526d)

{% hint style="info" %}
Vous pouvez également développer vos propres types de réponses [widgets](/fr/form-management/form-designer/answers/answer-types/creating-new-type/widget.md) en utilisant du javascript et du html simples.
{% endhint %}

## 🔠️️ Mélange de types de réponses

Comme vous pouvez le voir dans l'exemple ci‑dessous, vous pouvez construire une question en utilisant n'importe quel type de réponse.

![](/files/0ff78678d611562b5f1799ceed062cd6352b29a3)

{% hint style="info" %}
Dans le formulaire de contact exemple ci‑dessus, nous avons utilisé un [field](/fr/form-management/form-designer/answers/answer-types/entry-field.md), un [email validator ](/fr/form-management/form-designer/answers/answer-types/email-validator.md)et un  [captcha](/fr/form-management/form-designer/answers/answer-types/captcha.md) type de réponse de validation pour construire notre question.
{% endhint %}


---

# 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/fr/form-management/form-designer/answers.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.
