> 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/walkthroughs/share-a-survey.md).

# Eine Umfrage mit anderen Benutzern teilen

In diesem Walkthrough erfahren Sie, wie Sie die Umfrage mit anderen Benutzern teilen und bei Bedarf deren Zugriff darauf widerrufen.

## 🤗 Eine Umfrage teilen

![](/files/7dd856585357b82f163e98e6d4bbfc1a6f22b7e8)

Standardmäßig ist die Umfrage nur für den Ersteller der Umfrage zugänglich. Um die Umfrage mit anderen Benutzern zu teilen, müssen Sie ihnen Zugriff gewähren.

{% hint style="info" %}
Wenn Sie nicht berechtigt sind, eine Umfrage zu teilen, wenden Sie sich bitte an Ihren ngSurvey-Administrator.
{% endhint %}

1. Auf der **Formulare** Seite wählen Sie die zu teilende Umfrage aus und klicken auf **3 vertikale Punkte**.
2. Gehen Sie zu **Zugriffsrechte**
3. Wählen Sie Benutzer aus der linken Spalte aus, um den Zugriff zu teilen.
4. Drücken Sie **Hinzufügen** um die Einstellungen anzuwenden.

## 🙅 Zugriffsrechte entziehen

![](/files/7e02c590ddb4bbc5137f019d6ff8ca8d8c2e245c)

&#x20;Wählen Sie den Namen des Benutzers rechts im **Zugriffsrechte** Feld der Umfrage, um dessen Zugriffsrechte zu entziehen.


---

# 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/walkthroughs/share-a-survey.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.
