> For the complete documentation index, see [llms.txt](https://support.waderaviation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.waderaviation.com/quick-start/logbook/logging-flights/importing-an-ofp.md).

# Importing an OFP

## What is OFP import?

Wader can read your airline Operational Flight Plan (OFP) PDF and automatically populate key fields in the flight form. This eliminates manual data entry for the information already present in your OFP.

The following fields are filled in automatically when you import an OFP:

* Flight number
* Aircraft ICAO type
* Tail number
* Departure airport (ICAO)
* Arrival airport (ICAO)
* Date of flight
* EOBT (Estimated Off-Block Time)

***

## How to import

1. Open a new or existing flight in Wader.
2. Tap the **OFP** button at the top of the flight form.
3. Select your OFP PDF file from your device.
4. Wader reads the file and fills in the matching fields.
5. Review the imported data and complete any remaining fields before saving.

***

## Requirements

* **Digital PDF only.** The file must be a text-based PDF document. Scanned pages and handwritten documents are not supported.
* **ICAO FPL block required.** Wader extracts flight data from the standard ICAO FPL block — the `(FPL-...)` section — present in your OFP. If your OFP does not include this section, import will not populate the fields.

***

{% hint style="info" %}
**Some fields not populating?** Check that your OFP PDF is a text-based document (not a scanned image) and that it contains the standard ICAO FPL section. If the `(FPL-...)` block is missing or formatted differently by your airline's dispatch system, Wader may not be able to extract all fields.
{% endhint %}


---

# 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://support.waderaviation.com/quick-start/logbook/logging-flights/importing-an-ofp.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.
