# How can I verify the information in a certificate?

Verifying the information in a ScoreDetect verification certificate is straightforward. You can use the provided blockchain transaction URL and digital checksum to confirm the authenticity of your content with ease.

All you need is the file or text used in the certificate. And you can hash it using any SHA256 converter.

To generate the hash (SHA-256) of a signed document, you can use any SHA-256 hashing tool or execute specific commands based on your operating system:

* OpenSSL (Command): `openssl dgst -sha256 <filename>`
* Windows (Command Prompt): ﻿`CertUtil -hashfile <filepath> SHA256`
* MacOS (Terminal): ﻿`shasum -a 256 <filepath>`
* Linux (Terminal): ﻿`sha256sum <filepath>`

After generating the hash, compare it with the document's hash from the blockchain transaction details. If the hashes match, the document's signing at the recorded time is considered verifiably true.

{% hint style="info" %}
We do not keep backups of your File / Text - it is up to you to make sure that the File / Text will be available in the future if its existence needs to be proven. This way, it ensures maximum protection for your digital asset.
{% 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.scoredetect.com/certificates/how-can-i-verify-the-information-in-a-certificate.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.
