> For the complete documentation index, see [llms.txt](https://docs.plumvoice.com/insight/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plumvoice.com/insight/survey-manager/locking-surveys.md).

# Locking Surveys

Locking a survey provides extra protection by preventing anyone from making changes to it. This is useful when a survey is deployed and running in production. Locking a survey also prevents you from clearing the respondent data or deleting the survey entirely.

In order to lock a survey click on the “unlocked” icon <img src="/files/-M5YG3f1bQip8fOlhr8R" alt="" data-size="line">. This opens a dialog window that asks users to re-enter their password.

<div align="left"><img src="/files/-M5YG3ev19aFYLN6jRtn" alt=""></div>

Entering the correct password locks the survey, as indicated by the “locked” icon <img src="/files/-M5YG3ewhRq5AfGk67Lv" alt="" data-size="line">. Locking a survey disables its Edit, Clear and Delete icons.

To unlock a survey click on the locked icon and enter your password. This returns the survey to the unlocked state and all available actions become active again.


---

# 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.plumvoice.com/insight/survey-manager/locking-surveys.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.
