# AI Explainers

These pages explain core security concepts, but always anchor them to the way Virusis actually works.

## In This Section

* [What Is Malware Analysis?](/ai-explainers/what-is-malware-analysis.md)
* [What Is Multi-Engine Scanning?](/ai-explainers/what-is-multi-engine-scanning.md)
* [What Is a SHA-256 File Hash?](/ai-explainers/what-is-a-sha-256-file-hash.md)
* [What Is an IOC (Indicator of Compromise)?](/ai-explainers/what-is-an-ioc-indicator-of-compromise.md)
* [How to Read a Malware Scan Report](/ai-explainers/how-to-read-a-malware-scan-report.md)

## Why This Section Was Reworked

The earlier version drifted away from the product. The current version reconnects each concept to real scan flows, checksum fields, result cards, threat tabs, and static analysis views inside Virusis.


---

# 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.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.
