# Implementation and Use

To use the OZ Verifier solution, there are primarily five key steps:&#x20;

a.  Add the “verification QR code” component to the form in the designer.

<figure><img src="/files/oOLFO2Im64cnOtckII2U" alt=""><figcaption></figcaption></figure>

b. Print the form through the HTML5 viewer (either from the server or the scheduler). The viewer used in the OZ server must be the Java viewer. The QR code added in the designer is then printed on the paper document.

c. Install the OZ Verifier application in your device.

<div align="center" data-full-width="true"><figure><img src="/files/cgSofkZ8nf3Se19csUPV" alt="" width="218"><figcaption></figcaption></figure> <figure><img src="/files/l9PTOKa1mokPiCH2dgUm" alt="" width="189"><figcaption></figcaption></figure></div>

d. Scanning the QR code on the printed paper document with the OZ Verifier app opens the original document (PDF) stored on the server.

e. Verify whether the content of the original document (PDF) matches that of the printed paper document.&#x20;

**NOTE:** Our solution handles everything up to step 4, while step 5 is the user's responsibility.

A point to be aware of is that OZ Verifier only verifies when a paper document was issued by a specific organization and ensures that the original PDF was not tampered with during transmission. It does not verify whether the content of the printed document matches the original PDF file.

In other words, users must manually compare the content of the printed document with the original PDF displayed in the app to ensure they match.&#x20;


---

# 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://edu.ozeform.io/e-form-developer/design-guide/oz-verifier/implementation-and-use.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.
