> For the complete documentation index, see [llms.txt](https://handbook.youngeagles.no/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.youngeagles.no/docs-en/for-participants-and-guardians.md).

# For participants and guardians

### **What are Young Eagles?**

The Young Eagles program was started in 1992, and for over 30 years it has given children and young people between the ages of 8 and 17 their very first free flight. It is a unique program with one clear goal: to introduce and inspire the next generation to aviation.

Today, nearly 2.5 million young people have experienced an introductory flight through Young Eagles. This is made possible thanks to volunteer pilots and members of EAA. Join us!

### **Your flight experience**

Your Young Eagles® flight lasts about 20 minutes, and you get to experience the earth and sky in a completely new and exciting way. This is your chance to feel the freedom of flying – something many only dream of.

Many people remember this experience for the rest of their lives. You will too!

1. On the ground: Your pilot explains what will happen during the flight. You can talk about the airplane, look at a sectional chart, and do a thorough “walk-around” (inspection of the aircraft).
2. Just before departure: The pilot explains what the inside of the aircraft looks like, including how the door works, the seat belts, and the instrument panel.
3. In the air: The flight lasts between 15 and 20 minutes.
4. Back on the ground: You’ll have time to ask questions about the flight. The pilot is happy to share more about flying and about the airplane.

You also receive an official Young Eagles logbook with a personal code that gives you free EAA Student membership and access to Sporty’s Learn to Fly course.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2WRib5eiLT1ZFMTQ5G3p%2Fuploads%2FolgovqjrmfjkQqjlDsWQ%2Fyoung-eagles-flight-briefing.mp4?alt=media&token=10956aef-c0e8-4abe-9151-26553aeb0633>" %}

### **Information for parents and guardians**

<details>

<summary>What is EAA?</summary>

EAA (Experimental Aircraft Association) is an international aviation membership organization, founded in 1953 and headquartered in Oshkosh, Wisconsin. Local chapters exist in all 50 U.S. states and in a number of other countries, including Norway. Its members are aviation enthusiasts of all ages, including many airline pilots, engineers, businesspeople, and even astronauts. They are interested in all types of aircraft, including so-called “experimentals” - aircraft built by individuals, not in a factory. The term “experimental” refers to a separate aircraft category defined by the aviation authorities. Like standard aircraft, these are also inspected and approved as airworthy.

</details>

<details>

<summary>Why was the Young Eagles program developed?</summary>

The Young Eagles program was established in 1992 to introduce young people to the world of aviation. Aviation is both exciting and important for the future, and the best way to convey this is by experiencing flight in practice.

</details>

<details>

<summary>What do you want my child to get out of the flight?</summary>

Each participant gets a safe and positive flight experience that gives new perspectives on the world and life in general. Young Eagles helps show that the possibilities are limitless – the sky is literally the limit!

</details>

<details>

<summary>Who are the pilots?</summary>

The pilots in the Young Eagles program are local EAA members who volunteer both their time and their aircraft. Each pilot has a valid certificate from the aviation authorities (the Norwegian Civil Aviation Authority in Norway), and all aircraft are approved. In addition, the pilots must complete EAA’s child and youth safety program, including a background check. The flights are carried out in accordance with applicable regulations, and no aerobatic flying is performed.

</details>

<details>

<summary>How does my child become a Young Eagle?</summary>

If your child is between 8 and 17 years old, you can find a Young Eagles event or a volunteer pilot nearby. As a guardian, you must fill out a registration form that you receive from the pilot. The pilot can help you complete it and answer any questions you may have.

</details>

<details>

<summary>How will the flight take place?</summary>

First, the pilot will explain what will happen during the flight. This may include a tour of the aircraft, using an aeronautical chart, identifying landmarks, a thorough inspection (“walk-around”), and an explanation of the aircraft’s parts and functions. The pilot will also help the child with the seat belt and explain the instrument panel.

In the air, the child will experience the world from a completely new perspective and feel the freedom of flying – something many only dream of. Many remember this experience for the rest of their lives. The flight usually lasts between 15 and 20 minutes, but may vary.

After landing, there will be time for questions. The pilots follow the Young Eagles guidelines, but may adapt the experience to local conditions and opportunities.

</details>

<details>

<summary>What happens to the registration form?</summary>

After the flight, the child receives an official Young Eagles logbook or certificate. The pilot then sends the registration form to EAA, where the flight is recorded in the world’s largest logbook.

EAA places great emphasis on privacy. Only basic information is shown publicly, and address and phone number are never shared in the database.

EAA will send follow-up information about free online ground school, other youth aviation programs, and scholarships. The child’s name and email address will not be sold or used for commercial purposes. EAA is committed to protecting the privacy of both you and your child.

</details>

<details>

<summary>Is it dangerous to fly in small aircraft?</summary>

Read the Civil Aviation Authority's information about being a passenger in small aircraft [here](https://www.luftfartstilsynet.no/privatfly-og-luftsport/good-aviation-practice/passasjer-i-smafly/).

</details>


---

# 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://handbook.youngeagles.no/docs-en/for-participants-and-guardians.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.
