# Access Modes

Virusis supports more than one way to enter the product, depending on the user journey and the page being opened.

* visitor
* trial
* share
* standard

## Signed-in access

This is the main experience for regular users working inside a workspace or managed product environment.

## Trial access

Trial mode is designed to reduce friction for first-time evaluation while still keeping the experience controlled.

## Shared-result access

Some Virusis results can be opened through a shared link, making it easier to review findings with other stakeholders.

## Protection and verification

Depending on the environment and the access mode, Virusis may apply:

* verification steps before analysis starts
* session controls for continued access
* protections against misuse of public-facing flows
* extra handling around shared-result experiences

## What matters for public documentation

Public documentation should explain the access experience, not the internal identity plumbing behind it.


---

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