> 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/public-documents.md).

# Public Documents

The VxSuite TDP is open-source and publicly available. The public documents required by VVSG are listed below:

* Election Event Log Coding: [Logging](/vxsuite-tdp-v4/system-security-auditing-and-logging/logging.md)
* CDF Implementation:
  * Ballot Definition: [Ballot Definition CDF](/vxsuite-tdp-v4/readme/election-package/ballot-definition-cdf.md)
  * Cast Vote Records: [Cast Vote Records](/vxsuite-tdp-v4/readme/cast-vote-records.md)
  * Election Results Reporting: [CDF ERR Export](/vxsuite-tdp-v4/readme/vxadmin-results-exports/cdf-err-export.md)
  * Logging: [Logging](/vxsuite-tdp-v4/system-security-auditing-and-logging/logging.md)
* Barcodes:
  * Ballot QR Code Data Format: [Ballot QR Code Data Format](/vxsuite-tdp-v4/public-documents/ballot-qr-code-data-format.md)
  * Signed Hash Validation QR Code: [Signed Hash Validation](/vxsuite-tdp-v4/readme/signed-hash-validation.md)
* Audit Implementation: [Audit Procedure](/vxsuite-tdp-v4/system-security-auditing-and-logging/audit-procedure.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:

```
GET https://docs.voting.works/vxsuite-tdp-v4/public-documents.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.
