# OZ Verifier Introduction

OZ Verifier is a document authentication verifier provided by Forcs.

It allows you to check whether a document issued and printed by an institution has been tampered with and also lets you verify the original document through the app.

By simply scanning the QR code on a printed document using the app available on Android and iOS, you can quickly and easily verify the authenticity of the document.&#x20;

When you print a form that includes the "verification QR code" component via the HTML5 Viewer from the server (or from the scheduler), the verification QR code is printed with the paper document, containing information to check the original document.

The original document (PDF file) stored on the server does not include the QR code. The QR code is only printed on the physical paper document. &#x20;

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


---

# 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/oz-verifier-introduction.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.
