# Get Conversation Started

## 🚀 Starting a conversational survey

The easiest way to start a conversational survey is using the [new survey dialog](/projects/create-survey.md) on your project home page where you can select the conversational option.&#x20;

![](/files/-MJBMovciUJfJIk-arjY)

{% hint style="info" %}
You may also use existing surveys as a conversation provided that you choose to distribute them using the [WhatsApp two-way](/form-management/campaigns/campaign/phone-sms-distribution/whatsapp-distribution/two-way-survey.md) option. Note that not all the questions / answers types available in standard surveys are [compatible](/form-management/campaigns/campaign/phone-sms-distribution/whatsapp-distribution/two-way-survey.md#questions-answers-compatibility) with the conversation mode.
{% endhint %}

## 📝 Conversation design

Conversations can be designed as you would do with the usual [form designer](/form-management/form-designer.md), the only difference being that only specific [questions ](/conversational-surveys/conversation-questions.md)compatible with the conversation mode will be available .

![](/files/-MJBUz5HXpuIqTnrVR1G)

## Distribution

Once you're finished with the design of your conversation you may send it out to your respondents using a [campaign](/form-management/campaigns.md). As ngSurvey only supports WhatsApp as a distribution channel please read the [WhatsApp conversation](/conversational-surveys/whatsapp-conversations.md) related documentation to learn more about the process and how to deploy  your conversation on WhatsApp.


---

# Agent Instructions: 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:

```
GET https://docs.ngsurvey.com/conversational-surveys/get-conversation-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
