> 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/resources/rla-model-legislation.md).

# RLA Model Legislation

Auditing of election results is necessary to ensure effective election administration and to build public confidence in the election results. Risk-limiting audits provide a more efficient manner of conducting audits than traditional audit methods and shall be used in every election in this state where there are state or federal contests.

The state’s chief election official, in consultation with local election officials, shall establish rules for conducting a risk-limiting audit after every election containing a state or federal contest.

The rules shall include:

1. Procedures to conduct a risk-limiting audit;
2. Criteria for which contest(s) must be audited;
3. Criteria to determine the scope of the risk-limiting audit; and
4. Criteria for public observation and the publication of audit results.

As used in this section, “risk-limiting audit” means an election audit that utilizes statistical principles and methods and is designed to limit the risk of certifying an incorrect election outcome.

If a risk-limiting audit of a contest leads to a full manual tally of all ballots cast, the vote counts according to that manual tally shall become the official contest results.


---

# 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/resources/rla-model-legislation.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.
