> For the complete documentation index, see [llms.txt](https://aifs-drone-curriculum.gitbook.io/published/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aifs-drone-curriculum.gitbook.io/published/2-equipment/overview.md).

# Overview

## Learning Objectives&#x20;

* <mark style="color:red;">**`SWBAT`**</mark>: Describe drone mechanical operations&#x20;
* <mark style="color:red;">**`SWBAT`**</mark>: Describe types of equipment for specific purposes&#x20;
* <mark style="color:red;">**`SWBAT`**</mark>: Demonstrate equipment maintenance and cleaning&#x20;
* <mark style="color:red;">**`SWBAT`**</mark>: Use an equipment checklist&#x20;

## Key Objectives

This module teaches students the equipment needed to fly drones. The module also introduces students to equipment care and regulations, revealing the importance of regular maintenance and consistent documentation.&#x20;

* [ ] What is the basic equipment that drone pilots utilize?&#x20;
  * Drone, Controller, and Camera/Sensor&#x20;
* [ ] What are the different parts of a drone and their use case?&#x20;
  * Antenna, Battery, Camera/Sensor, Chassis/Hull, Flight LEDs, Gimbal; 3-axis, Landing gear, Mini SD Disk Slot, Mini USB Port, Motors, Obstacle avoidance sensors, Propellers, RTK\_GNSS&#x20;
* [ ] What are the different parts of a controller and their use case?&#x20;
  * Antennas, Display Screen, Control Stick, Return Home (RTH) Button, Battery Level LEDs, Status LED, Power Button, RTH LED, Speaker&#x20;
* [ ] Why are following pre and post flight checklists and maintaining a drone log book key to ensuring successful flights?&#x20;
  * Pre and post flight checklists help drone operators identify issues with their drone beforehand, reducing in-flight risk. Further, consistent documentation with checklists and drone log books can help reveal potential causes.&#x20;
* [ ] How does a drone operator conduct routine drone maintenance?&#x20;
  * 3 parts: Structural Inspection, Battery Check, Software/Firmware


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://aifs-drone-curriculum.gitbook.io/published/2-equipment/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
