# Autonomous Drone Hardware E01: Building a Drone from Scratch

This group of tutorials is all about autonomous drone hardware.

Check out the first hardware video tutorial below for a demonstration of how to build a drone from scratch. The very same drone will later on be used to demonstrate the implementation of GAAS framework on real drones.

{% embed url="<https://youtu.be/OAd1oZaF5_I>" %}

Enjoy!

[Support us on Patreon.](https://www.patreon.com/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/build-your-own-autonomous-drone-hardware-implementation/build-drone-from-scratch.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.
