> 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/publish-deploy/offline-survey/uploading-respondents.md).

# Befragte hochladen

Sobald Sie Ihre Antworten offline gesammelt haben, müssen Sie diese wieder auf Ihren Server hochladen, sobald erneut eine Verbindung verfügbar ist.

{% hint style="info" %}
Um Offline-Befragte hochzuladen, müssen Sie sich zunächst anmelden, um Antworten hochzuladen, und das Konto muss zumindest Zugriff auf die Umfrage und den Offline respondent upload haben. [Rechte](/de/multi-user-management/roles/rights.md)
{% endhint %}

Um Offline-Befragte hochzuladen, müssen Sie sich zunächst anmelden, um Antworten hochzuladen, und das Konto muss zumindest Zugriff auf die Umfrage und den Offline respondent upload haben. [Rechte](/de/multi-user-management/roles/rights.md)

Sie können den Befragten mithilfe des Respondent Managers wie unten gezeigt hochladen.&#x20;

![](/files/d07a8a64d9ecdef8716dc3355f5713cd5dcd4438)

Sie können bei Bedarf die Antworten des Befragten auch bearbeiten, indem Sie auf die Zeile des Befragten klicken, die Sie bearbeiten möchten.&#x20;

Alternativ können Sie sich auch in die Administrationsoberfläche von ngSurvey einloggen und in der Respondents-Grid der Umfrage die in Ihrem Browser gespeicherten Offline-Befragten anzeigen und verwalten.

![](/files/2d3d6f0ecc943ffa1e08a5fb505c2c7890e8897d)


---

# 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/publish-deploy/offline-survey/uploading-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.
