# Editing Survey Questions

Modify the content, format, and order of your survey questions at any time.

#### Editing a Slide

1. Go to **Surveys → Select your survey**.
2. Click **Slides → Select the slide** you want to edit.
3. On this page you can change everything about the contents or format of the slide.
4. Click **Update Slide** to save your changes.

#### Adding New Slides

1. Click **Add Slide** to create a new slide from scratch.
2. Set the question text, type, and any answer options.
3. Click **Add Slide** to save.

#### Reordering Slides

Once you're finished editing your slides, you can drag them into the correct order within your survey using the drag-and-drop editor.


---

# Agent Instructions: 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.zigpoll.com/tutorials/editing-survey-questions.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.
