# Hello Sky

[Support us on Patreon](https://www.patreon.com/gaas)

GAAS is an open-source project, you could find all source code at our GitHub: <https://github.com/generalized-intelligence/GAAS>

For Chinese speakers, we also have a gitee project: <https://gitee.com/gaasdev/GAAS>

本教程包括中英文双语，在目录中可以看到中文部分。

{% content-ref url="software-realization-build-your-own-autonomous-drone/gaas-zong-lan" %}
[gaas-zong-lan](https://gaas.gitbook.io/guide/software-realization-build-your-own-autonomous-drone/gaas-zong-lan)
{% endcontent-ref %}

Join our [Slack](https://join.slack.com/t/gaasdev/shared_invite/zt-8jl4kgyc-vzH_Yl_gS3Q_EonxZjFMgQ) channel.

**We respect all developers who have put in efforts to make autonomous flight possible.**

**We hereby promise that any issue, pull request and suggestions in any form will be treated seriously.**

**Special thanks to all contributors and developers of the project, not only as an ode to your passion towards the project, but also as an ode to what mankind has always yearned.**

Please feel free to send email to me: <adam.wang@gaas.dev>

Best,

Adam

Co-Founder of GAAS


---

# 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://gaas.gitbook.io/guide/master.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.
