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

# Letzte Befragten

Die letzten [Befragten ](/de/form-management/respondents-management.md)Abschnitt zeigt die letzten 10 Befragten einschließlich aller Empfängerinformationen zu ihren Antworten, falls diese Befragten Teil einer [campaign](/de/form-management/campaigns.md).

![](/files/3b3c74f9c10cd027cad3c17c7c3fa252f9e68a37)

Sie können sehen, welche Art von Gerät der Befragte verwendet hat, um die Umfrage vom Desktop, Mobilgerät oder über ein [SMS](/de/form-management/campaigns/campaign/phone-sms-distribution.md).

![](/files/c8f01c057916aa59a42c81943716bb1d3e20bea9)

Der Abschnitt der letzten Befragten bietet außerdem eine einfache Übersicht für bewertungsbasierte Fragen wie [CES](/de/form-management/form-designer/questions/question-types/satisfaction-questions/ces-score.md), [CSAT](/de/form-management/form-designer/questions/question-types/satisfaction-questions/csat-score.md) um schnell zu sehen, wie der Befragte bei Ihren Umfragefragen abgeschnitten hat.

Jeder Punkt stellt den durchschnittlichen [Bewertung](/de/form-management/form-designer/questions/rating.md) für jede Frage mit einer aktivierten [Rating-Eigenschaft](/de/form-management/form-designer/questions/question-properties.md). Die Punktfarben reichen von Grau (keine Antworten), Rot (sehr schlecht / schlechte Bewertung), Gelb (mittlere Bewertung) bis Grün (gut / sehr gute Bewertung).&#x20;

![](/files/9e78c937a98e11333be9bdfd7304a58f347fc657)

{% hint style="info" %}
Ein Klick auf jede Befragtenzeile erlaubt Ihnen [Anzeigen / Bearbeiten](/de/form-management/respondents-management/respondent-details.md) die vollständigen Antworten des Befragten.
{% 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/de/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.
