# What Is Multi-Engine Scanning?

Multi-engine scanning is the practice of checking the same sample across multiple engines or providers and bringing the results together on one surface.

## How it appears in Virusis

Virusis renders engine cards one by one on the result screen. The UI opens with skeleton cards and replaces them with real data as engine responses arrive.

## Why it is useful

* it reduces dependence on one provider's blind spots
* it lets you see clean versus malicious disagreements
* it lets you watch which engines return first in the live flow

## How it should be described publicly

From a public point of view, multi-engine scanning means Virusis can compare signals from more than one analysis source and present them in one readable result flow.

## What to watch out for

More engines do not automatically produce one perfect answer. What matters is:

* which engines flagged the sample
* what categories they assigned
* whether the result aligns with static analysis and enrichment

## Short conclusion

In Virusis, multi-engine scanning is not about placing many logos side by side. It is about making different engine signals readable inside one investigation workflow.


---

# 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-multi-engine-scanning.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.
