# Developer Overview

This section is intentionally written for external readers. It explains developer-facing expectations without exposing internal route maps, operational endpoints, or internal service boundaries.

## In This Section

* [Integration Access](/api-reference/endpoints.md)
* [Usage Limits](/api-reference/rate-limits.md)
* [Error Model](/api-reference/errors.md)

## What this section covers

* how integration access is positioned
* what kind of public-facing capabilities may be offered
* how usage and processing expectations should be understood
* how error states should be described for external users


---

# 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/api-reference.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.
