> For the complete documentation index, see [llms.txt](https://docs.voting.works/arlo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voting.works/arlo/jurisdiction-manager/pre-audit-file-uploads/uploading-files-into-arlo.md).

# Uploading Files into Arlo

Once your file(s) have been created and have been saved as .csv files, they’re ready for upload into Arlo.&#x20;

[Log in to Arlo](/arlo/jurisdiction-manager/logging-into-arlo.md)

Select the Browse button and navigate to the ballot manifest .csv file that you created. Once selected, select Upload File.

![](https://lh6.googleusercontent.com/kGG_P7FDlguo8nB6C1ZRBJnqDm2oVLzvfkoSSfC_m-0zR2-p66RlnWq70FQ8UgY74lDuUslzwRw1b-_W9N7_jbLY9Po9FE4xxhRI6cu4L2nexgyfvAZQiK-uiqPvI2V38JXPc_2v)

### **Additional Files**

{% tabs %}
{% tab title="Cast Vote Records (CVRs)" %}
Ballot comparison and hybrid audits require an upload of CVRs.

Under Cast Vote Records, select your CVR File Type, then click the Browse button to navigate to your CVR file.  Once selected, click Upload File.

![](/files/8XFnT9zSqBNro7IjIptM)
{% endtab %}

{% tab title="Candidate Totals by Batch" %}
Batch comparison audits require an upload of candidate totals by batch.

Under Candidate Totals by Batch, click the Browse button to navigate to the candidate totals by batch .csv file.  Once selected, click Upload File.

![](/files/-M_1hqRybGnVntKUPhcE)
{% endtab %}
{% endtabs %}

### **Upload completion**

When the upload(s) are successful, a message will appear at the top of the screen that says “1/1 or 2/2 files successfully uploaded.”&#x20;

![](/files/-MX8jU4Fqsg2YYkl_A39)

After you upload, if you find a mistake in the files, log back in and use the Replace File button to update the file.

![](/files/-MX8kOme7bFGFPZ6LyjZ)

If you are having problems uploading the file(s), verify you have saved the spreadsheet in .csv format, your columns are named correctly, and make sure there are no extra columns or rows.  If you continue to have problems with your manifest, CVRs, or candidate totals by batch files, please send the file to <rla@vx.support> for review.<br>


---

# 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.voting.works/arlo/jurisdiction-manager/pre-audit-file-uploads/uploading-files-into-arlo.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.
