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

# Last Respondents

The last [respondents ](/form-management/respondents-management.md)section displays the last 10 respondents including any recipient information related to their answers if these respondent were part of a [campaign](/form-management/campaigns.md).

![](/files/-MBTDpd-1ftx_spXQVWj)

You can view what the kind of device the respondent used to take the survey from desktop, mobile or using an [SMS](/form-management/campaigns/campaign/phone-sms-distribution.md).

![](/files/-MBTCe6K6nmcPgauS96w)

The last respondents section provides also a simple overview for rating based question like [CES](/form-management/form-designer/questions/question-types/satisfaction-questions/ces-score.md), [CSAT](/form-management/form-designer/questions/question-types/satisfaction-questions/csat-score.md) to quickly see how the respondent performed on your survey questions.

Each dot represents the average [rating](/form-management/form-designer/questions/rating.md) for each questions with a enabled [rating property](/form-management/form-designer/questions/question-properties.md). The dot colors are ranging from the  grey (no answers), red color (very bad / bad rating), yellow (medium rating), green (good / very good rating).&#x20;

![](/files/-MBTDUvKXdRkfiIyLurR)

{% hint style="info" %}
Clicking on each respondent row let you [view / edit](/form-management/respondents-management/respondent-details.md) the full respondent's answers.
{% 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/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.
