# 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/system-overview/election-package/ballot-definition-cdf.md)
  * Cast Vote Records: [Cast Vote Records](/vxsuite-tdp-v4/system-overview/cast-vote-records.md)
  * Election Results Reporting: [CDF ERR Export](/vxsuite-tdp-v4/system-overview/vxadmin-results-exports/cdf-err-export.md)
  * Logging: [Logging](/vxsuite-tdp-v4/system-security-auditing-and-logging/logging.md)
* Barcodes:&#x20;
  * 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/system-overview/signed-hash-validation.md)
* Audit Implementation: [Audit Procedure](/vxsuite-tdp-v4/system-security-auditing-and-logging/audit-procedure.md)


---

# 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/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.
