# Final Post-Election Checklist

### Processing Late Ballots

* [ ] In VxCentralScan, scan late absentee and affidavit ballots
* [ ] Create a pile of ballots for adjudication as rejected from the scanner
* [ ] Adjudicate ballots as needed with the resolution board
* [ ] Scan resolution board ballots
* [ ] Save CVRs to USB drive – this should be the combined CVRs of all ballots, election night + late
* [ ] Load the new set of CVRs
* [ ] If applicable, load the SEMS file from other machines (e.g. TSX GEMS results) in the Tally tab by selecting *`Load External Results File`*
* [ ] Print an *`Unofficial Full Election Tally Report`* from the Reports tab
* [ ] *`Save SEMS Results`* file to USB drive
* [ ] Upload SEMS Results file to SEMS
* [ ] *`Mark Tally Results as Official`* in SEMS and VxAdmin


---

# 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.voting.works/vxsuite-user-manual-v2/after-election-night/final-post-election-checklist.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.
