> 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/datenanalysen/analysen-mehrerer-umfragen.md).

# Analysen mehrerer Umfragen

Über das Analytic-Dashboard können Sie eine oder mehrere Umfragen mithilfe der Funktion "link survey" mit Ihrem Dashboard verknüpfen.

<figure><img src="/files/f0eb1f7aaf570bbb7f064bb0f3118e4a0a6f8ce2" alt=""><figcaption></figcaption></figure>

Sobald Sie eine Umfrage verknüpft haben, können Sie entweder schnell auf jede Frage der Umfrage und deren Ergebnisse über den Link-Baum zugreifen oder eine dieser Fragen zu Ihrer aktuellen Dashboard-Seite hinzufügen.

<figure><img src="/files/4d28812561df28c5df2f2932a050cf6e6cfaacfe" alt=""><figcaption></figcaption></figure>

Wenn Sie mehrere Umfragen verknüpft haben und einige Fragen aus verschiedenen Umfragen ähnlich sind, können Sie alle innerhalb eines einzelnen Diagramms verknüpfen und die Ergebnisse als gestapelte Diagramme vergleichen. Um Fragen mit einem Diagramm zu verknüpfen, verknüpfen Sie alle ähnlichen Fragen in den Diagrammeigenschaften mit Ihrem Diagramm und wählen Sie die Option "group similar".

<figure><img src="/files/3892ddb51c051d733a4e219abb672aaee8c234ee" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/e1aba22de976984643c7d8325ff866d5b9e8cbc4" alt=""><figcaption></figcaption></figure>

Sobald Sie ähnliche Fragen verknüpft haben, rendert Ihr Dashboard diese und stapelt sie in der gewählten Visualisierung, wodurch Sie die Ergebnisse innerhalb desselben Diagramms leicht vergleichen können.

<figure><img src="/files/3992b2a5f58c1f2fb731d398c84393582b66841c" alt=""><figcaption></figcaption></figure>


---

# 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/datenanalysen/analysen-mehrerer-umfragen.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.
