> For the complete documentation index, see [llms.txt](https://docs.zigpoll.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zigpoll.com/questions/answer-importing.md).

# 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 Question 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
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.zigpoll.com/questions/answer-importing.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.
