# Signed Hash Validation

VotingWorks applications provide additional system security by allowing you to confirm the software is the same as the certified version. The feature is available on all machines for all authenticated users. On VxAdmin and VxCentralScan, the *`Signed Hash Validation`* button is in the **Settings** menu. On VxMarkScan and VxScan, the *`Signed Hash Validation`* button is on the main menu for each user type. For an election manager on VxScan, navigate to the **More** tab. After selecting the button, the machine will generate the hash and display it in the form of a QR code.

<figure><img src="/files/zxPHhPLadHC0wmdtF6hT" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
The image above is taken from a development unit, so it does not have a full system hash.
{% endhint %}

Navigate to[ https://check.voting.works](https://check.voting.works) on your phone and scan the QR code. The site will validate the QR code data and verify the software is the same as the certified version.

<figure><img src="/files/pGCVZteo8voRzcklFo2D" alt="" width="237"><figcaption></figcaption></figure>

{% hint style="warning" %}
If the hash fails validation at <https://check.voting.works> contact your election administrator immediately.
{% endhint %}


---

# 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-user-manual-v4/miscellaneous/signed-hash-validation.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.
