> 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/sharing-surveys.md).

# Sharing Surveys

Accounts with sharing enabled can share surveys with anyone within their organization's account. Users can only share surveys that they own. Surveys that are shared with you must first be cloned. The cloned survey can then be shared with another user. Clicking on the share icon <img src="/files/-M5YG3f-Zyh_2wUjqdYn" alt="" data-size="line"> brings up the share dialog window:

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

Enter the email address(es) of the user(s) within your organization's account to share a survey with them. After adding the user(s), survey owners have the option to grant additional permissions to the other users.

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

Users with permission to create surveys automatically have the “clone” permission for their surveys. When sharing surveys, survey owners can opt for granular control over all other permissions (Deploy, Audio, and Report). These settings allow creators to limit survey access to the specific tasks or needs they need others to perform.

For example, if one user is solely responsible for managing the prompt recordings for phone surveys, then it makes sense to give them “Manage Audio” access to the survey so that they can access the list of prompts and upload/replace audio files as needed.

Sharing with “Deploy Survey” access allows others to publish the survey to a specific phone number and to manage the outbound dialing queue for the survey (see: [**Deployment**](/insight/deployment.md)).

Sharing with “Create Reports” access gives others full access to all respondent data with no restrictions (to share a subset of respondent data see: [**Reporting**](/insight/reporting.md)).


---

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