> 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/overview-reports/last-respondents.md).

# Derniers Répondants

Les derniers [répondants ](/fr/form-management/respondents-management.md)la section affiche les 10 derniers Répondants incluant toute information sur le destinataire liée à leurs réponses si ces répondants faisaient partie d'un [campagne](/fr/form-management/campaigns.md).

![](/files/30f9aecd8f0ad4d0b3d829c22565e50bd7ff5aed)

Vous pouvez voir quel type d'appareil le Répondant a utilisé pour compléter le Sondage : desktop, mobile ou en utilisant un [SMS](/fr/form-management/campaigns/campaign/phone-sms-distribution.md).

![](/files/067962d4c4e33ddcaff999587b57279bf4d2e5ec)

La section des derniers Répondants fournit également un aperçu simple pour les questions basées sur une évaluation comme [CES](/fr/form-management/form-designer/questions/question-types/satisfaction-questions/ces-score.md), [CSAT](/fr/form-management/form-designer/questions/question-types/satisfaction-questions/csat-score.md) pour voir rapidement comment le Répondant a répondu aux questions de votre Sondage.

Chaque point représente la moyenne [rating](/fr/form-management/form-designer/questions/rating.md) pour chaque question avec une propriété [rating](/fr/form-management/form-designer/questions/question-properties.md). Les couleurs des points vont du gris (aucune réponse), rouge (très mauvais / mauvaise évaluation), jaune (évaluation moyenne), vert (bonne / très bonne évaluation).&#x20;

![](/files/0db658a4ea281e030b1efb46f72f6727adfd57b5)

{% hint style="info" %}
Cliquer sur chaque ligne de Répondant vous permet de [voir / modifier](/fr/form-management/respondents-management/respondent-details.md) les réponses complètes du Répondant.
{% 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/overview-reports/last-respondents.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.
