# AvComp

AvComp is a mobile-first aviation companion for pilots. It brings cockpit-side reference tools into one browser app: OFP Brief, ATC Clearance, Weather, Alt Calc, Logbook, Pilot Calc, and Diversion.

AvComp is designed to run on a phone or tablet, including as an installed PWA after the first online visit. It stores data locally on the device and does not require an account or server for normal use.

> <mark style="color:$danger;">NOT FOR OPERATIONAL USE</mark>
>
> <mark style="color:$danger;">AvComp is a personal reference aid. Always use approved company, aircraft, and regulatory sources for operational decisions.</mark>

<figure><img src="/files/tbYuWM2mrakxXhpfFb0P" alt=""><figcaption></figcaption></figure>

## <mark style="color:$warning;">What you can do</mark>

* Load a Lido/Flight OFP PDF and view the key flight, fuel, route, weather, alternate, ETOPS and NOTAM data.
* Track actual fuel and waypoint times during the flight.
* Record a departure clearance in a structured format, scratchpad, or taxi route builder.
* Pull live METAR and TAF data by ICAO code.
* Estimate alternate fuel status and last-exit timing in the Alt Calc.
* Use pilot calculators for speed, distance, altitude, wind, fuel volume, FDP, rest, and unit conversion.
* Keep a personal logbook and export supported formats.

## <mark style="color:$warning;">How this GitBook is organized</mark>

* **Getting Started** explains what AvComp is, how to open it, and what safety limits apply.
* **Guides** walk through common pilot workflows step by step.
* **Reference** pages describe each tool in more detail.


---

# 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://doc.avcomp.app/getting-started/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.
