# 9. Verify record

Certificates come equipped with a printed QR code that, when scanned, directs the user to OpenCRVS. This feature enables users to cross-check the information presented on the certificate against the registration data stored within OpenCRVS, thereby ensuring the certificate's authenticity and validity.

### **Pre condition**

A record has been registered

### **Triggers**

QR code on a certificate is scanned

### **Standard flow**

1. QR code navigates user to OpenCRVS
2. User logs in using their username and password
3. User is presented with partial information about the record
4. User compares details recorded in the system with those on the certificate
5. User verifies that the certificate is genuine

### **Post conditions**

* User closes partial view of the record
* User can scan another certificate QR code

### **Variations/Exceptions**

* If the QR code is invalid, then the user is shown an invalid QR code message
* To prevent a man-in-the-middle attack, where someone creates a fake website resembling OpenCRVS to deceive users into believing that they are viewing genuine registration data, users are prompted to verify the URL of the webpage. It is essential to train users to check the authentic URL of their OpenCRVS instance to ensure they are accessing the genuine website.

{% embed url="<https://www.loom.com/share/53f0109eb3fc4d0ea855fd3ba8b9a22e?sid=540f285d-f8c1-45d3-861b-d0bfe8ab7d53>" %}


---

# 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://documentation.opencrvs.org/v1.3/product-specifications/core-functions/9.-verify-record.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.
