> 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/conversational-surveys/get-conversation-started.md).

# Konversation starten

## 🚀 Starten einer konversationellen Umfrage

Der einfachste Weg, eine konversationelle Umfrage zu starten, ist die Verwendung des [neuen Umfrage-Dialogs](/de/projects/create-survey.md) auf Ihrer Projekt-Startseite, wo Sie die konversationelle Option auswählen können.&#x20;

![](/files/d87bffbe49c93b187937ee019dc3fc2a23ea1151)

{% hint style="info" %}
Sie können auch vorhandene Umfragen als Konversation verwenden, sofern Sie sich dafür entscheiden, sie über die [WhatsApp Two-way](/de/form-management/campaigns/campaign/phone-sms-distribution/whatsapp-distribution/two-way-survey.md) Option zu verteilen. Beachten Sie, dass nicht alle in Standardumfragen verfügbaren Frage-/Antworttypen [kompatibel](/de/form-management/campaigns/campaign/phone-sms-distribution/whatsapp-distribution/two-way-survey.md#questions-answers-compatibility) mit dem Konversationsmodus sind.
{% endhint %}

## 📝 Gesprächsdesign

Konversationen können so gestaltet werden, wie Sie es mit dem üblichen [Formular-Designer](/de/form-management/form-designer.md)tun würden, der einzige Unterschied besteht darin, dass nur bestimmte [Fragen ](/de/conversational-surveys/conversation-questions.md)die mit dem Konversationsmodus kompatibel sind, verfügbar sein werden.

![](/files/df3f2af96e78664ad52a1a3fc42ee70eed34ec73)

## Verteilung

Sobald Sie mit dem Design Ihrer Konversation fertig sind, können Sie sie an Ihre Befragten senden, indem Sie eine [Kampagne](/de/form-management/campaigns.md). Da ngSurvey als Vertriebskanal nur WhatsApp unterstützt, lesen Sie bitte die [WhatsApp-Konversation](/de/conversational-surveys/whatsapp-conversations.md) bezogene Dokumentation, um mehr über den Prozess und die Bereitstellung Ihrer Konversation auf WhatsApp zu erfahren.


---

# 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/conversational-surveys/get-conversation-started.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.
