# What Is a SHA-256 File Hash?

SHA-256 is a fixed-length cryptographic digest produced from file content.

## Why Virusis generates hashes

The UI hashing service generates hashes when a file is selected in order to:

* identify the same sample again
* search for an existing scan record
* carry a stable sample identity through sharing and result flows

## Where it appears in the product

* in the pre-scan existing-result check
* in the checksum selector on the result screen
* in the PDF report

## Why the file name is not enough

Because a file name can change while the content hash stays the same. Virusis can still recognize the same sample even if it is uploaded under different names.

## Short conclusion

Inside Virusis, SHA-256 is not just a technical field. It is the core sample identity for deduplication, lookup, and reporting.


---

# 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.virusis.com/ai-explainers/what-is-a-sha-256-file-hash.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.
