# Overview

- [Introduction](https://docs.asv.me/overview/introduction.md)
- [Purpose and overview of the documentation](https://docs.asv.me/overview/introduction/purpose-and-overview-of-the-documentation.md)
- [About the drone management software](https://docs.asv.me/overview/introduction/about-the-drone-management-software.md)
- [Description of the software's features and capabilities](https://docs.asv.me/overview/introduction/description-of-the-software-features-and-capabilities.md)
- [Installation & Setup](https://docs.asv.me/overview/installation-and-setup.md)
- [System requirements](https://docs.asv.me/overview/installation-and-setup/system-requirements.md)
- [Downloading and installing the software](https://docs.asv.me/overview/installation-and-setup/downloading-and-installing-the-software.md)
- [Building from source code](https://docs.asv.me/overview/installation-and-setup/building-from-source-code.md)
- [Connecting a drone to the software](https://docs.asv.me/overview/installation-and-setup/connecting-a-drone-to-the-software.md)
- [Software Interface](https://docs.asv.me/overview/software-interface.md)
- [Application User Interface Overview](https://docs.asv.me/overview/software-interface/application-user-interface-overview.md)
- [Flight Page Overview](https://docs.asv.me/overview/software-interface/flight-mode-page-overview.md)
- [Mission Planning Overview](https://docs.asv.me/overview/software-interface/mission-planning-page-overview.md)
- [Packet Viewer Overview](https://docs.asv.me/overview/software-interface/packet-viewer-page-overview.md)
- [Connections Overview](https://docs.asv.me/overview/software-interface/connections-page-overview.md)
- [Settings Overview](https://docs.asv.me/overview/software-interface/settings-page-overview.md)
- [Log Messages Overview](https://docs.asv.me/overview/software-interface/log-message-page-overview.md)
- [Example Of Usage With GBS](https://docs.asv.me/overview/software-interface/example-of-usage-with-gbs.md)
- [Example Of Usage With SDR](https://docs.asv.me/overview/software-interface/example-of-usage-with-sdr.md)
- [Drone Control](https://docs.asv.me/overview/drone-control.md)
- [Manual control](https://docs.asv.me/overview/drone-control/manual-control.md)
- [Autonomous flight modes](https://docs.asv.me/overview/drone-control/autonomous-flight-modes.md)
- [Safety & Limitations](https://docs.asv.me/overview/safety-and-limitations.md)
- [Safe drone operation guidelines](https://docs.asv.me/overview/safety-and-limitations/safe-drone-operation-guidelines.md)
- [Possible Emergencies During Drone Operations](https://docs.asv.me/overview/safety-and-limitations/emergency-situation-alerts.md)
- [Recommendations for preventing damages](https://docs.asv.me/overview/safety-and-limitations/recommendations-for-preventing-damages.md)
- [Troubleshouting & Issue Resolution](https://docs.asv.me/overview/troubleshooting-and-issue-resolution.md)
- [Reporting errors and debugging](https://docs.asv.me/overview/troubleshooting-and-issue-resolution/reporting-errors-and-debugging.md)
- [Community and support resources](https://docs.asv.me/overview/troubleshooting-and-issue-resolution/community-and-support-resources.md)
- [Updates & Additional Resources](https://docs.asv.me/overview/updates-and-additional-resources.md)
- [Checking for software updates](https://docs.asv.me/overview/updates-and-additional-resources/checking-for-software-updates.md)
- [Recommendations for further learning](https://docs.asv.me/overview/updates-and-additional-resources/recommendations-for-further-learning.md)
- [Conclusion](https://docs.asv.me/overview/conclusion.md)
- [Summary and wrap-up](https://docs.asv.me/overview/conclusion/summary-and-wrap-up.md)
- [Licensing information](https://docs.asv.me/overview/conclusion/licensing-information.md)
- [Contact information for feedback](https://docs.asv.me/overview/conclusion/contact-information-for-feedback.md)


---

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