# Introduction

FlightLog is a professional pilot logbook application for **iOS** and **Android**, designed for airline pilots, general aviation pilots, and flight instructors. It replaces your paper logbook with a powerful digital solution that meets EASA and FAA requirements.

***

## Key Features

### Flight Logging

* Full EASA and FAA logbook fields (PIC, SIC, dual, instructor, night, IFR, cross-country, etc.)
* Multi-leg flight support
* Automatic time calculations (block, flight, night, IFR)
* OFP (Operational Flight Plan) PDF parsing for quick entry
* **PIC NAME** field with auto-extraction from crew list
* **Proficiency Check** designation with examiner name and signature pad
* **Night time** auto-calculated based on sunrise/sunset along the route
* **Cosmic radiation** dose estimate and relativistic time dilation per flight

### Aircraft Management

* Maintain your fleet with type, registration, ICAO code, engine type, and category
* Track time per aircraft

### Calendar View

* Monthly calendar with flight activity at a glance
* Tap any day to see flights or add a new one

### Certificates and Qualifications

* Track medical certificates, ratings, and type ratings with expiry dates
* Receive alerts before expiration

### Statistics

* Breakdown by period, aircraft type, route, and function (CPT/FO/INS)
* Cumulative totals and rolling averages
* Visual charts and graphs

### FTL Gauges

* Flight Time Limitations monitoring
* Rolling 28-day, 90-day, and 12-month gauges
* Duty and rest period tracking
* **90-Day Currency** tracking per aircraft type with next-due alerts

### Interactive World Map

* See all your routes plotted on a world map
* Filter by date range, aircraft, or airport

### Weather

* Live METAR and TAF retrieval by ICAO code
* Decoded and raw formats

### Tools and Calculators

* Crew rest calculator
* Fatigue risk assessment (Karolinska Sleepiness Scale)
* Wind component, fuel, distance, and unit conversion calculators
* **Space Weather** -- aurora forecast, Kp index, NOAA space weather alerts (R/S/G), solar wind data (Bz, speed, density)
* **Global Awareness** -- real-time GPS jamming, armed conflicts, civil unrest, and country risk scores on an interactive map
* **Airport delay badges** on flights within 24 hours (severity, delay minutes, reason)

### Import and Export

* Import from 7 logbook apps (ForeFlight, LogTen Pro, MyFlightbook, CrewLounge, RosterBuster, SIEPA, Flylog.io)
* Roster import from 16+ formats (iCal / CSV) with crew list and PIC name extraction
* Export to CSV, native PDF (EASA/FAA/TCCA/CAAC formats) with PIC NAME column and examiner signature
* Server and Dropbox cloud sync

### Air France Integration

* Dedicated AF hub, profile, and salary/TSV tracking (visible in IPN mode)

***

## Getting Started

Install FlightLog from the App Store or Google Play, then head to [First Launch](https://nil-4.gitbook.io/flightlog-docs/getting-started/first-launch) to configure your profile and download the airport database.


---

# 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://nil-4.gitbook.io/flightlog-docs/readme.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.
