> 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/deployment/deployment-management.md).

# Deployment Management

## Deploying a Survey

Click the yellow “Deploy Survey” button in the upper right hand corner to deploy a survey from the Deployment Manager. This opens a new dialog window with a dropdown menu that lists all available surveys.

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

Select the name of the desired survey from the drop down menu and click “Submit.” This redirects users to the [**Deployment Settings**](/insight/deployment/deployment-management.md#deployment-settings) menu, where they can modify the deployment settings.

To abandon deploying a survey, click the 'x' in the upper right hand corner or the grey “Cancel” button.

## Deleting a Deployment

Deleting a deployed survey makes it unavailable to respondents via both phone or the web. Deleted surveys cannot gather additional responses.

To delete a deployment, click the trash can icon <img src="/files/-M5YG3doGDdWPGAYncFf" alt="" data-size="line"> for that survey located in the “Actions” column of the Deployment Manager. This brings up a dialog window asking users to confirm the deletion of the survey deployment:<br>

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

To confirm the deletion, click the yellow “Yes” button.

To dismiss this dialog window, click the “x” in the upper right hand corner of the window or click the grey “Cancel” button.

{% hint style="info" %}
**Note:** Deleting a survey deployment removes any outbound call data associated with that survey.
{% endhint %}

## Deployment Settings

Modifying the deployment settings of a deployed survey is done through the Deployment Setting menu. This is the same menu users see when initiating a new survey deployment. To access this menu click the “Edit” icon <img src="/files/-M5YG3dpgbCVZXPB_M_o" alt="" data-size="line"> in the “Actions” column of Deployment Manager.

Deployment settings are broken into two sections: Deployment Methods and Deployment Settings.

### **Deployment Methods**

Respondents have the option of taking surveys over the phone or via a web browser. Surveys are compatible with browsers on desktops and mobile devices.

This section displays information that respondents need to take the survey:

* **Web URL**: This displays the survey's URL. Click the link icon to open the survey in a new browser tab.
* **Inbound Phone Numbers**: This displays the inbound phone number(s) associated with a deployed survey. Click the 'x“ button to the right of a phone number to remove it.

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

### **Deployment Settings**

The deployment settings section provides more granular control over deployed survey behavior.

![](/files/-M5YG3dzbVkBYVr3irN8)

* **Terminate Survey**: This feature allows users to schedule when to close their surveys. Terminating a survey means that it will no longer be available to respondents by either phone or the web. Users can choose the future day, hour, and minute when the survey will end. To close a survey immediately click the “End Survey Now” button to end the deployment. Once a user closes a survey this button changes to “Resume Survey.” Resuming a survey allows users to return a survey to active status. New respondent data in a resumed survey will be added to the data collected in previous deployments.
* **Maximum Responses**: Set a value in this field to limit or specify the sample size of a survey, i.e. the total number of responses. A value of 0 allows for unlimited responses.
* **Total Responses**: This is a running tally of how many times the survey has been taken.<br>
* **Store Identifying Info**: Enable this feature to retain the ANI or IP address of users taking the survey, if available.

### **Saving Deployment Changes**

To save any deployment changes made in this menu, click the yellow “Save” button in the bottom left hand corner.


---

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

```
GET https://docs.plumvoice.com/insight/deployment/deployment-management.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.
