> For the complete documentation index, see [llms.txt](https://docs.voting.works/vxsuite-tdp-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-tdp-v4.1/system-overview/machine-marked-ballots.md).

# Summary Ballots

Summary ballots are printed by ballot-marking devices. VxMarkScan only prints summary ballots whereas VxMark can be configured to print either [Bubble Ballots](/vxsuite-tdp-v4.1/system-overview/hand-marked-ballots.md) or summary ballots. Summary ballots show the voter's selections in an easy-to-read format, omitting their non-selections. The QR code encodes the voter's choices and is used to tabulate the ballot.

<figure><img src="https://629495352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ4bC0rbmogHEUUuMLAUa%2Fuploads%2FRgpDsxrFL3HWy5l5WqRw%2Fsummary-ballot.png?alt=media&amp;token=60d7bf87-b606-41b5-aa3e-7814de9e8ae1" alt="" width="375"><figcaption><p>Summary Ballot</p></figcaption></figure>

## Ballot Layout

Summary ballots are always one-sided. On VxMarkScan they are limited to a single page but on VxMark they may be multiple pages in a large election.

<figure><img src="https://629495352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ4bC0rbmogHEUUuMLAUa%2Fuploads%2Fb8HGY1LaxvKaXh1Q3ijL%2Fimage.png?alt=media&amp;token=c1d676b2-59ff-478a-b012-294d7a758d14" alt="" width="375"><figcaption><p>Parts of a Summary Ballot</p></figcaption></figure>

The ballot displays information about the election, metadata about the ballot, and the voter's selections. The selections are both displayed and encoded in the QR code.

<table><thead><tr><th width="232">Ballot Component</th><th>Details</th></tr></thead><tbody><tr><td>Election Seal</td><td>The seal included in the election definition</td></tr><tr><td>Ballot Title</td><td>The title is either "Unofficial Test Ballot" or "Official Ballot" depending on whether VxMarkScan is in test mode</td></tr><tr><td>Election Metadata</td><td>Includes the election title, election date, state, and county</td></tr><tr><td>Ballot Metadata</td><td>Includes the ballot style identifier, the language, and the election identifier</td></tr><tr><td>QR Code</td><td>See <a href="#qr-code">QR Code</a></td></tr><tr><td>Contest Title</td><td>The contest title</td></tr><tr><td>Selection</td><td>The name of the candidate or label of the yes-no contest option that the voter selected</td></tr><tr><td>Party</td><td>The short party name associated with the selected candidate</td></tr></tbody></table>

In VxMarkScan, there is extra white space at the top of the ballot so that all of the ballot content is visible when VxMarkScan presents the ballot for the voter to review (since the top part of the ballot is held in the machine).

### Multi-Lingual Ballots

If VxMark or VxMarkScan is being used in a language other than English, the resulting ballot will be multi-lingual and feature the other language. All pieces of text that appear on the summary ballot may have translations specified in the [election definition's ballot strings](/vxsuite-tdp-v4.1/system-overview/election-package/vxsuite-election-definition.md#ballot-strings), which will then be used when printing the ballot.

<figure><img src="https://629495352-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ4bC0rbmogHEUUuMLAUa%2Fuploads%2FD1ENnrf0JiG54UkRfCe1%2Fimage.png?alt=media&amp;token=b0a8af94-73c5-488c-9ae3-9a7579c13ab1" alt="" width="375"><figcaption><p>English/Chinese VxMarkScan Ballot</p></figcaption></figure>

## QR Code

The QR codes on summary ballots are different than the [QR codes on bubble ballots](/vxsuite-tdp-v4.1/system-overview/hand-marked-ballots.md#qr-code-metadata) in that they actually contain voter selections in addition to the ballot metadata. For full specifications on how metadata and selections are encoded, refer to the [Ballot QR Code Data Format](/vxsuite-tdp-v4.1/public-documents/ballot-qr-code-data-format.md).


---

# 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-tdp-v4.1/system-overview/machine-marked-ballots.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.
