> 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.md).

# Deployment

## Overview

Deployment refers to active surveys that can be taken either by phone or on the web and record user responses.

## Layout

The Deployment manager interface displays a list of currently deployed surveys and information related to those surveys.

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

They key features of the Deployment Manager include:

1. **Deploy Survey**: Click this button to open the deployment dialog window to select the survey you wish to deploy.
2. **Survey Name**: A list of all currently deployed surveys. Click the “Survey Name” column header to toggle the display order of the list to sort alphabetically either ascending and descending.
3. **Phone Number**: The phone number assigned to the deployed survey.
4. **Deployed**: The date the survey was deployed.
5. **Actions**: Actions available for the deployed survey:
   * <img src="/files/-M5YG3dpgbCVZXPB_M_o" alt="" data-size="line"> **Edit Deployment**: Click this button to go to the [**Deployment Settings**](/insight/deployment/deployment-management.md#deployment-settings) menu.
   * <img src="/files/-M5YG3duit22Z8SO8A5q" alt="" data-size="line"> **Outbound Queue**: Click this button to go to the [**Outbound Queue**](/insight/deployment/outbound-queue.md) menu.
   * <img src="/files/-M5YG3doGDdWPGAYncFf" alt="" data-size="line"> **Delete Deployment**: Click this button to bring up a dialog window confirming the deployment deletion.
6. **Web Survey URL**: The URL for the web version of the survey. Click the “link” icon to open the survey in a web browser.

#### &#x20;<a href="#outbound_queue" id="outbound_queue"></a>

#### &#x20;<a href="#queueing_calls" id="queueing_calls"></a>


---

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