# Import voter information from a file

You can import information into the **Advanced poll settings** table from a CSV file. The content must be in the same format as in the sample file.

Person entitled to vote (Name);Person entitled to vote (email);Represented by (Name);Represented by (email);Description;Nr of votes

The sample file is available for download by clicking the link at the bottom of the **Advanced poll settings** page.

To import the rows from the CSV file into the signing request, click the **Upload file** link and select the file on your workstation.

The file to be uploaded must be in CSV UTF-8 (Comma-delimited) format.

<br>


---

# 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://guide.signspace.com/en/voting/import-voter-information-from-a-file.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.
