# VxAdmin Results Exports

VxAdmin supports a variety of results exports.&#x20;

[Tally reports](/vxsuite-tdp-v4/system-overview/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/system-overview/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/system-overview/vxadmin-results-exports/cdf-err-export.md) JSON file.

[Ballot count reports ](/vxsuite-tdp-v4/system-overview/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/system-overview/vxadmin-results-exports/csv-exports.md#ballot-count-report-csv-structure).

The [write-in adjudication report](/vxsuite-tdp-v4/system-overview/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: 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:

```
GET https://docs.voting.works/vxsuite-tdp-v4/system-overview/vxadmin-results-exports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
