> 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.md).

# Pre-Audit Files

### **Ballot Manifest Creation**

* [ ] Create a spreadsheet
* [ ] Title columns [based on your audit type](/arlo/jurisdiction-manager/pre-audit-file-uploads/ballot-manifest.md#create-a-ballot-manifest)
* [ ] Enter a name for every batch of ballots tabulated, the number of ballots in that batch, and any other required information for your audit type
  * Include any late-tabulated batches (ex. provisional ballots that counted, late arriving absentees, etc.)
* [ ] Check the total number of ballots in the ballot manifest to ensure it matches the total number of ballots tabulated (do not include a totals row in the manifest)
* [ ] Save as a .csv file
* [ ] [Upload into Arlo](/arlo/jurisdiction-manager/pre-audit-file-uploads/uploading-files-into-arlo.md) when prompted

{% content-ref url="/pages/-MWk09H9suNl8MbZsX7s" %}
[Ballot Manifest](/arlo/jurisdiction-manager/pre-audit-file-uploads/ballot-manifest.md)
{% endcontent-ref %}

### **Cast Vote Record Preparation**&#x20;

For ballot comparison and hybrid audits only.

* [ ] Export from voting system

{% content-ref url="/pages/-MX8\_X4UqMLMkYc35t\_o" %}
[Cast Vote Records (CVRs)](/arlo/jurisdiction-manager/pre-audit-file-uploads/cast-vote-records-cvrs.md)
{% endcontent-ref %}

### **Candidate Totals by Batch Creation**

For batch comparison audits only.

* [ ] Create a spreadsheet
* [ ] Title column A "Batch Name" and additional columns each candidate name as provided by your audit administrator
* [ ] Verify each batch from your ballot manifest is included and the names match
* [ ] Save as a .csv file
* [ ] [Upload into Arlo](/arlo/jurisdiction-manager/pre-audit-file-uploads/uploading-files-into-arlo.md) when prompted

{% content-ref url="/pages/-MX8aoaNqNI8VnSMUTg4" %}
[Candidate Totals by Batch](/arlo/jurisdiction-manager/pre-audit-file-uploads/candidate-totals-by-batch.md)
{% endcontent-ref %}


---

# 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.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.
