# Edit or Delete 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.

## Editing Status

From the Manage School Surveys table you can edit the status from the dropdown:

| Status   | Meaning                                                                   |
| -------- | ------------------------------------------------------------------------- |
| DRAFT    | The survey is still be worked on and is not ready to be shown to learners |
| LIVE     | The survey has been created and is being shown to learners                |
| COMPLETE | The survey has finished and is not shown to learners                      |

## Edit Survey Content

{% hint style="info" %}
It is not recommended to edit survey content after the survey has already started collecting responses.
{% endhint %}

Click the edit icon next to the survey

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

You will be redirected to the edit survey screen where you can edit the content of the survey.&#x20;

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

Once complete, click Next, then you can edit the target for your survey or make it anonymous.

<figure><img src="/files/0KSrRDFmLRtuHQhQY22C" alt=""><figcaption></figcaption></figure>

Finally click Save!

## Delete a Survey

Click the delete icon next to the survey

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

Select Continue

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


---

# 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/edit-or-delete-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.
