# Overview

## CANR Curriculum Standards

**(15.0)** Students apply algebraic techniques to solve rate problems, work problems, and percent mixture problems

<mark style="color:red;">**`4.1`**</mark>: Understand past, present, and future technological advances as they relate to a chosen pathway&#x20;

<mark style="color:red;">**`4.2`**</mark>: Understand the use of technological resources to gain access to, manipulate, and produce information, products, and services&#x20;

<mark style="color:red;">**`5.3`**</mark>: Use critical thinking skills to make informed decisions and solve problems&#x20;

<mark style="color:red;">**`6.1`**</mark>: Know policies, procedures, and regulations regarding health and safety in the workplace, including employers' and employees' responsibilities&#x20;

## Key Objectives

Drone flight is regulated by FAA regulations. This module introduces students to requirements for drone registration, drone flight, and drone pilots. The module also provides a framework of study for the Part 107 UAS license to become a commercial drone operator.&#x20;

* [ ] What is TRUST? How to obtain a TRUST certificate? What are the basic requirements for recreational flyers?&#x20;
  * TRUST is the Recreational UAS Safety Test that all recreational pilots must pass before flying drones. The TRUST certificate covers aeronautical knowledge and safety information.&#x20;
  * <mark style="color:red;">**`Note`**</mark>: Students must pass the TRUST Test and obtain their certificate prior to flying drones (module 5)
* [ ] Describe the basic parts of Part 107 as it pertains to drone requirements (classes, weights, and registration), pilot knowledge, and certification.
  * A Part 107 license allows drone operators to fly registered drones under 55 pounds
  * Registration for a Part 107 licensed drone must be updated every 36 months
  * Part 107 drone operator is  required to pass a recurrent aeronautical knowledge test every 24 months to remain current.&#x20;
* [ ] Describe the difference between recreational and commercial flights.
  * Recreational flights are purely for fun or personal enjoyment&#x20;
  * Non-recreational purposes doesn't necessarily involve financial compensation. For example, taking pictures of a high school football game would be considered a commercial flight.
* [ ] Describe the requirements for legally flying a drone for recreational and commercial purposes.
  * For recreational flights, a drone operator must obtain a TRUST certification. The operator may have to register their drone with the FAA if its weight > 0.55 pounds.&#x20;
  * For commercial flight, a drone operator must obtain a Part 107 license and register their drone with the FAA.

## Resources

* [Academy of Model Aeronautics (AMA): Trust Test/Training](https://trust.modelaircraft.org/group/4?tour=1)&#x20;
* [FAA: Advisory Circular 107-2](https://www.faa.gov/documentLibrary/media/Advisory_Circular/AC_107-2.pdf)
* [FAA: Advisory Circular 91-57B (Recreational Use)](https://www.faa.gov/documentLibrary/media/Advisory_Circular/Editorial_Update_AC_91-57B.pdf)
* [FAA: Pilot's Handbook](https://www.faa.gov/regulations_policies/handbooks_manuals/aviation/phak/media/pilot_handbook.pdf)
* [FAA: UAS Data Exchange (LAANC)](https://www.faa.gov/uas/programs_partnerships/data_exchange)&#x20;
* [FAA: Airspace Map](https://faa.maps.arcgis.com/apps/webappviewer/index.html?id=9c2e4406710048e19806ebf6a06754ad)
* [UAV Forecast: Weather](https://www.uavforecast.com)&#x20;
* [Ok To Fly: Weather](https://oktofly.com)
* [University of California: UC Drones Knowledge Portal](https://ucdrones.github.io/)


---

# 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://aifs-drone-curriculum.gitbook.io/published/3-regulations/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.
