# Answer Importing

If you want to import answers in bulk you can do so via a CSV file. To activate this feature try the following:

* Go to your Slide edit page
* Scroll down to the Answer Options section
* Click the "three dots" icon on the right hand side
* Select Import Answers
* Upload your CSV file.

The CSV file was designed to be as simple as possible. It works as follows:

|          |          |       |
| -------- | -------- | ----- |
| Answer 1 | handle-1 | url-1 |
| Answer 2 | handle-2 | url-2 |
| Answer 3 | handle-3 | url-3 |

The first column contains the label of each answer option. The second column contains the handle for each answer option. And the third column contains the url for each answer option (this is only for image-type answers).

The handle and image columns are entirely optional and can be left out. If the handle is left out, we will generate a handle for you automatically. We recommend leaving the handle column empty entirely unless you have a good reason.

See below for some example templates:

Example 1: [Answers only](https://zigpoll.com/answer-import-template.csv)

Example 2: [Answers and handles](https://zigpoll.com/answer-handle-import-template.csv)

Example 3: [Answers, handles, and images](https://www.zigpoll.com/image-answer-import-template.csv)


---

# 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/slides/answer-importing.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.
