> 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/guide-to-the-handbook.md).

# Guide to the handbook

## Introduction

This handbook describes the Young Eagles program in Norway and should be read in its entirety by everyone who participates in the planning or execution of a Young Eagles event. The documentation should be seen as a local supplement to the global EAA framework for Young Eagles, which you can find here:

[EAA Young Eagles Resources for Chapters and Volunteer Pilots](https://www.eaa.org/eaa/youth/free-ye-flights/young-eagles-resources-for-chapters-and-volunteer-pilots)

For practical use, the following guidance may be used:

**Young Eagles Pilot (PIC)**

Especially read:\
[Purpose and principles](/docs-en/purpose-and-principles.md)\
[Framework](/docs-en/framework.md)\
[Choice of implementation model](/docs-en/choice-of-implementation-model.md)\
[Roles and responsibilities](/docs-en/roles-and-responsibilities.md#young-eagles-pilot-pic)\
[Roles and responsibilities](/docs-en/roles-and-responsibilities.md#beslutningsmyndighet)

The pilot has operational responsibility for their own flight and final decision-making authority (go/no-go).

***

**Young Eagles Coordinator**

Especially read:\
[Scope and definitions](/docs-en/scope-and-definitions.md)\
[Framework](/docs-en/framework.md#roller-og-ansvar-innen-program-og-regelverk)\
[Choice of implementation model](/docs-en/choice-of-implementation-model.md)\
[Roles and responsibilities](/docs-en/roles-and-responsibilities.md)

The coordinator is responsible for planning and organizing Young Eagles events.

***

**Flying club / operator**

Especially read:\
[Framework](/docs-en/framework.md)\
[Choice of implementation model](/docs-en/choice-of-implementation-model.md)\
[Roles and responsibilities](/docs-en/roles-and-responsibilities.md#regulatorisk-operatoransvar)

The operator has operational control under the applicable aviation regulations.

***

**Volunteers and ground crew**

Especially read:\
[Purpose and principles](/docs-en/purpose-and-principles.md)\
[Roles and responsibilities](/docs-en/roles-and-responsibilities.md)

Volunteers contribute to the safe execution of Young Eagles events, but do not have operational flight responsibility.

This quick guide does not exempt participants from familiarizing themselves with the relevant parts of the handbook.

All participants are expected to be familiar with the relevant parts of the document before taking part in a Young Eagles event.

## Revision of the documentation

This documentation serves as the operational basis for planning and carrying out activities under the program. Revisions are carried out for example when:

* changes in applicable regulations
* updated guidelines from the Experimental Aircraft Association (EAA)
* recommendations or clarifications from relevant aviation authorities or cooperating organizations
* identified safety or operational needs

Input, experience, and improvement suggestions may be collected continuously, but are normally implemented only during a planned revision of the handbook.

Associated support documents may be updated and maintained separately without revising the handbook, provided that the changes do not affect the program's governing framework or lines of responsibility.

## Associated support documents

The following documents have been developed as operational support for the handbook and are used in the execution of Young Eagles activities under the auspices of EAA Chapter 573.

The documents do not replace the handbook or EAA's central guidelines, but provide practical information to volunteers, pilots, aircraft owners, and cooperating parties.

* Volunteer pilot – introduction and participation
* Experimental aircraft – information and operational use agreement
* Volunteer onboarding and police certificate
* Purpose statement for police certificate
* Information for flying clubs and partners
* Sponsorship agreement – template for partners and supporters
* The documents are maintained separately and may be updated without revising the handbook.


---

# 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/guide-to-the-handbook.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.
