# How to create Surveys in communities

{% embed url="<https://www.youtube.com/watch?index=48&list=PLWB9ROSX-JSjbSyx9Hutrzi9Wk6B0WtRS&v=hXlF6T1DqDI>" %}

1. Go to community dashboard
2. Go to **Forms**
3. You can create a new form and attach it to a new survey or use an existing form
   1. Create a new form
      1. Add form name, description & questions&#x20;
   2. Go to **Surveys** sub-tab inside Forms
   3. Create a new Survey, add details of the survey (name and form), and click **Save**

You can:

1. Edit the form&#x20;
2. Open / Close the survey
3. Accept multiple responses

#### How to Create a New Form - Tips

Forms are reusable, they can be used to attach in events for registrations, call for speakers, etc and to create independent community surveys too.

Create a new form using **Create New Form** button.

Types of supported responses:

* Short answer&#x20;
* Long answer (for a paragraph)
* Number&#x20;
* Single choice
* Multiple Choice&#x20;

You can:

* Reorder questions with drag n drop
* Add questions in between questions
* Disable questions after they have received responses
* Clone the form too

Click on the **Required** checkbox to make it mandatory to fill the field in order to submit the form.&#x20;

{% hint style="warning" %}
A question cannot be deleted once the form has responses in order to maintain those, though it can be disabled anytime if you don't want it to appear anymore.
{% endhint %}


---

# 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://documentation.commudle.com/surveys/how-to-create-surveys-in-communities.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.
