# Creating a Survey

{% hint style="info" %}
To create and manage Surveys you need the School Surveys Permission. See [Edit Staff & Teacher Permissions](/features/school-admin/manage-teachers-and-staff/edit-staff-and-teacher-permissions.md)
{% endhint %}

From the side menu, select "Manage" under "School Surveys".

This will load a screen with all current Surveys.

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

Click Add Survey, and create your survey.

<figure><img src="/files/69ndZ3A1x0CpNiSO5F8t" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
You **MUST** provide a title for your survey
{% endhint %}

Click Next, on the next screen you choose the audience for your Survey and whether or not you want the survey to be anonymous. (For anonymous surveys we do not collect the learners name when they complete the survey).

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

Click Save and your survey will appear in the Grid.

### Publishing a Survey

To ensure no surveys are accidentally issued, when created a Survey will go into a "Draft" state.

To publish your survey and make it visible to learners, select "LIVE" from the dropdown under the status heading.

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

### Completing a Survey

Once you are happy with your survey responses you can mark the Survey as "COMPLETE". This will hide the Survey from any learners who have not completed the Survey.

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

{% embed url="<https://surveyjs.io/survey-creator/documentation/end-user-guide/user-interface>" %}


---

# 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.moodly.education/features/surveys/creating-a-survey.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.
