> 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/creating-a-survey/survey-basics.md).

# Survey Basics

The top level survey editor displays the universal survey controls regardless of what page you are on. These survey level functions include:

![](/files/-M5YG3dloAD5jmgD_BXW)

* Edit the survey name
* Navigate to the survey settings and prompt manager pages
* Sort survey pages
* Navigate through the survey pages
* Add new survey pages
* Preview the survey
* Save the survey

## **Editing Survey Name**

To edit the survey name, simply hover over and click on the survey name. This will open a text field where you can enter a new survey name.

![](/files/-M5YG3ddVAyYalo1ujFg)

## **Navigating To Survey Settings and Prompt Manager**

Both the survey settings and prompt manager pages are located under the white gear icon in the top-right corner of the survey editor. Clicking on the gear icon opens a dropdown menu where you can choose either the survey settings or prompt manager.

![](/files/-M5YG3de0HaSuUVRt90l)

## **Sorting Pages**

Click on the list icon, located on the left-hand side, directly below the Survey Editor text, to manually sort the pages of your survey. This opens a dialog box thats allow you to re-order your survey pages by dragging and dropping them to the desired order.

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

## **Navigating Pages**

To navigate to a specific page in your survey, click the corresponding page number icon.

## **Add A New Page**

To add a new page to your survey click the purple plus sign after the page number icons. This will create a new page for your survey and redirect you to it.

## **Survey Preview**

To see what your survey will look like to end users, click on the zoom icon. This is the icon with a magnifying glass on it and is located underneath the white gear icon on the left hand side. This opens a new tab that displays the web survey as your end users will see it.

## **Saving A Survey**

To save your survey, click on the floppy disk icon. This is located underneath the white gear icon on the right hand side.


---

# 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/creating-a-survey/survey-basics.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.
