# Microservices

* **ASV\_GBS** - Mavlink interface of ground base station with RTK support.
* **ASV\_SDR** - Mavlink interface of SDR device with record and calibration support.
* **ASV\_AUDIO** - Mavlink interface for audio stream communication.
* **ASV\_RADIO** - Mavlink interface of radio device for communication with air traffic controllers.
* **ASV\_CHARTS** - Mavlink interface for chart visualization.
* **ASV\_RFSA** - Mavlink interface of Radio Frequency Signal Analyzer.
* **ASV\_TABLE** - Common interface for table editing


---

# 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.asv.me/product-guides/microservices.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.
