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

# VxAdmin Results Exports

VxAdmin supports a variety of results exports.

[Tally reports](/vxsuite-tdp-v4/readme/vxadmin-results-exports/tally-reports.md) contain contest results for the full election or a specific subset of ballots. They can be printed directly from VxAdmin, exported as PDFs, or exported in [CSV format](/vxsuite-tdp-v4/readme/vxadmin-results-exports/csv-exports.md#tally-report-csv-structure). In addition, full election results can be exported as an [Election Results Reporting CDF](/vxsuite-tdp-v4/readme/vxadmin-results-exports/cdf-err-export.md) JSON file.

[Ballot count reports ](/vxsuite-tdp-v4/readme/vxadmin-results-exports/ballot-count-reports.md)include only ballot counts, without contest results. They can also be printed directly from VxAdmin, exported as PDFs, or exported in [CSV format](/vxsuite-tdp-v4/readme/vxadmin-results-exports/csv-exports.md#ballot-count-report-csv-structure).

The [write-in adjudication report](/vxsuite-tdp-v4/readme/vxadmin-results-exports/write-in-adjudication-report.md) acts as a summary of all write-in adjudication activity or as a "scatter report." The tally reports consolidates write-in candidates whose vote totals are too small to affect the contest outcomes. The counts for those write-in candidates are available in the write-in adjudication report. The write-in adjudication report may be printed directly from VxAdmin or exported as a PDF.

For all VxAdmin reports, the report is either "Official" or "Unofficial." If the report is exported before the results are marked as official in the application, the results are "Unofficial." If the report is exported after the results are marked as official in the application, the results are "Official." All visual reports have "Official" or "Unofficial" included in the title and all exported files will have "official" or "unofficial" included in the filename.


---

# 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/readme/vxadmin-results-exports.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.
