> For the complete documentation index, see [llms.txt](https://help.swarmia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.swarmia.com/features/run-developer-experience-surveys/managing-surveys.md).

# Managing surveys

## Creating a survey

[Read more about creating a survey here](/features/run-developer-experience-surveys/creating-a-survey.md).

## Survey actions

Here's what you can do to draft live, unpublished, and published surveys on the [**Surveys**](https://app.swarmia.com/surveys) tab.

You can access the following actions by clicking `...` in the *Actions* column:

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

### **Preview**

Open a popup showing how the respondents saw, see, or will see the survey. You can respond as if you belong to any team, but your submission won't be recorded.

### **Duplicate**

Start creating a new survey based on another one. You can make changes before [launching the new survey](/features/run-developer-experience-surveys/creating-a-survey.md).

### **Close**

Close a live survey for responses and [access the results](/features/run-developer-experience-surveys/viewing-and-sharing-survey-results.md). A closed survey can't be re-opened.

### **Delete**

Permanently delete a survey or draft.

### **Edit survey**

Add new teams to audience, or change the end date.

### View the survey audience

To see the exact people included in the survey audience, click the team avatars in the *Teams* column.

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

### View participation by the team

Click the indicator in the *Participation* column to see the response rates in each team. It’s also available for live surveys to help remind the teams that are falling behind others.

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


---

# 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://help.swarmia.com/features/run-developer-experience-surveys/managing-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.
