# Getting Started

This section gives new readers a fast path through the platform before they dive into deeper product pages.

## In This Section

* [Quickstart](/getting-started/quickstart.md): the core product flow from submission to results
* [Platform Overview](/getting-started/architecture.md): the high-level product structure
* [Access Modes](/getting-started/authentication.md): signed-in, trial, and shared-result access

## Recommended Reading Order

1. Start with [Quickstart](/getting-started/quickstart.md) to understand the scanner flow.
2. Continue with [Platform Overview](/getting-started/architecture.md) to understand the overall product flow.
3. Finish with [Access Modes](/getting-started/authentication.md) to understand signed-in, trial, and shared-result access.


---

# 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/getting-started.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.
