# Example Of Usage With GBS

**Ground Base Station Integration:** Asv.Drones offers seamless integration with ground base stations through our proprietary implementation called Asv.Drones.Gbs, available on GitHub [here](https://github.com/asv-soft/asv-drones-gbs). Built to operate via the MAVLink protocol, Asv.Drones.Gbs allows users to remotely manage and monitor drone operations from a centralized platform. Moreover, any other ground base station software compatible with MAVLink can seamlessly interface with our application, ensuring flexibility and interoperability across different systems (development of additional UI controls may be required). With Asv.Drones.Gbs, users can plan missions, monitor telemetry data, and adjust flight parameters with ease.

<figure><img src="/files/SUBExJrRTsbUcwyXZ9Z9" alt=""><figcaption><p>Connecting to GBS</p></figcaption></figure>

<figure><img src="/files/lYuHArC8S2NX815dTLKr" alt=""><figcaption><p>GBS parameters</p></figcaption></figure>

<figure><img src="/files/dLht5fqEqP4iJMW47yC7" alt=""><figcaption><p>GBS widget</p></figcaption></figure>

<figure><img src="/files/0an7jYAy0dgXaVpZN56w" alt=""><figcaption><p>GBS data in Packet Viewer</p></figcaption></figure>


---

# 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/overview/software-interface/example-of-usage-with-gbs.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.
