> For the complete documentation index, see [llms.txt](https://docs.voting.works/vxsuite-user-manual-v4.1/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/vxsuite-user-manual-v4.1/readme.md).

# VotingWorks Overview

Open-source software, rugged hardware, and paper ballots.

This guide walks you through the complete process to set up, test, and operate the voting system. If you have questions, please don't hesitate to reach out to the VotingWorks team by emailing <help@vx.support> or calling **(510) 426-9991**.

## System Overview

VotingWorks consists of two subsystems:

1. **Central System:** all equipment necessary for election programming, central batch ballot scanning, results aggregation, adjudication, and reporting.
2. **Precinct System:** all equipment necessary for use at the precinct to scan hand-marked ballots and provide an accessible ballot marking device for voters who need or prefer assistance marking a ballot.

### Central System

VotingWorks Central System includes three components:

1. **VxAdmin**: the main tool for local election administrators, which programs elections, tabulates and reports results on election night.
2. **VxCentralScan** (optional): a central scanner used for rapidly scanning absentee or vote by mail ballots.
3. **VxPrint** (optional): an on-demand ballot printer, which lets election workers print unfilled or blank ballots.

### Precinct System

VotingWorks Precinct System consists of three portable, self-contained products:

1. **VxScan**: a voter-facing precinct scanner that scans paper ballots and notifies voters of ballot issues for second-chance voting.
2. **VxMark**: a tabletop accessible ballot marking device with a printer that produces a voter-verifiable paper ballot.
3. **VxMarkScan**: a free-standing accessible ballot marking device with a printer that produces a voter-verifiable paper ballot.

<div><figure><img src="https://57339016-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvh0Xx7zclRU0SsZ9mvKy%2Fuploads%2Fgit-blob-52558844a8c18bf18ed0ec16b1d90498842d28a7%2Fvxscan-1200w.png?alt=media" alt="" width="375"><figcaption><p>VxScan</p></figcaption></figure> <figure><img src="https://57339016-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvh0Xx7zclRU0SsZ9mvKy%2Fuploads%2Fgit-blob-57d4684f91e72b88c0163061e7ab76d6170634ce%2Fvxmarkscan-1200w.png?alt=media" alt="" width="375"><figcaption><p>VxMarkScan</p></figcaption></figure></div>

<figure><img src="https://57339016-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvh0Xx7zclRU0SsZ9mvKy%2Fuploads%2FUU4Qptu8yVWttTQMwhUh%2FVxMark_Image.jpg?alt=media&amp;token=0ede4c3e-5872-46bc-8ad8-3d7a9bcd5a7e" alt=""><figcaption><p>VxMark</p></figcaption></figure>

Voters at the precinct vote on hand-marked paper ballots (bubble ballots) and cast their ballot into VxScan, with the option to instead vote and cast one's ballot on VxMarkScan if requested.

## Paper Ballots

All votes cast using VotingWorks equipment are on paper ballots for security and post-election auditing. There are two types of VotingWorks paper ballots:

* **Hand-marked paper ballot (Bubble ballot)**

  * All absentee voters will receive a hand-marked paper ballot (bubble ballot) that is printed by either a third-party print vendor or an on-demand printer (VxPrint). Absentee ballots are scanned by election administrators using a high-speed central scanner (VxCentralScan) or the precinct scanner (VxScan).
  * Most in-precinct voters will receive a hand-marked paper ballot (bubble ballot) that is printed by either a third-party printer or an on-demand printer (VxPrint) to hand mark. Precinct ballots are scanned by voters using a precinct scanner (VxScan).

  <figure><img src="https://57339016-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvh0Xx7zclRU0SsZ9mvKy%2Fuploads%2Fgit-blob-77592227828dabe97f544a124e7f181f5c1ca7c7%2Fhmpb-600w.png?alt=media" alt="" width="300"><figcaption><p>Example hand-marked paper ballot</p></figcaption></figure>
* **Machine-marked paper ballot (summary ballot)** (via ballot marking device)
  * In-precinct voters may request to use the tabletop accessible ballot marking device (VxMark), or the free-standing accessible ballot marking device (VxMarkScan), both of which print a voter verifiable paper ballot. The VxMarkScan also includes the capability to deposit the printed ballot into the attached ballot box. Election administrators or poll workers later scan the machine-marked paper ballot at a high-speed central scanner (VxCentralScan).

<figure><img src="https://57339016-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvh0Xx7zclRU0SsZ9mvKy%2Fuploads%2Fgit-blob-5987ab243cea7aa8092f379d9a255b10930be2a5%2Fbmd-ballot-600w.png?alt=media" alt="" width="300"><figcaption><p>Example machine-marked paper ballot (summary ballot)</p></figcaption></figure>

{% hint style="info" %}
VotingWorks provides technical support through the email and phone number listed at the top of the page. Upgrades and defect correction are defined in the customer's contract and scheduled through VotingWorks support system.
{% endhint %}

{% hint style="info" %}
All functions in this user manual can be performed by one individual unless otherwise stated.
{% endhint %}


---

# 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/vxsuite-user-manual-v4.1/readme.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.
