> 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/audit-administrator/audit-completion.md).

# Audit Completion

When all audit boards or jurisdiction managers have completed their ballot or batch entry and the risk limit has been met, the audit administrator finishes the round by selecting the Finish Round x button. This allows for discrepancy review before officially completing the round.

<figure><img src="/files/MPCU9LOt8F5oqhb4bvFW" alt=""><figcaption></figcaption></figure>

If the round completes the audit, the Audit Progress screen will display the message “Congratulations - the audit is complete!”  Select the Download Audit Report button for a report that includes all of the audit data, including the risk measurement.

<figure><img src="/files/mAgvSCNGpDN2nlyIFcBN" alt=""><figcaption></figcaption></figure>

### **Additional Sampling**

If the risk limit was not met after all ballots have been audited, Arlo will immediately escalate to an additional round of sampling. A new ballot retrieval list, placeholders, labels, and audit board credentials will be generated for each jurisdiction required to retrieve more ballots. Use the Start round x button to start the next round.

<figure><img src="/files/tIIJz5lrRsFmDmJ2fWN4" alt=""><figcaption></figcaption></figure>


---

# 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/audit-administrator/audit-completion.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.
