# What is AvComp?

AvComp is a set of pilot reference tools built into one mobile-friendly app. It is intended for quick access during planning, briefing, and post-flight administration.

The app is currently focused on Lido/Flight OFP workflows and airline-style operations, with tools that also work as general pilot utilities.

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

## Main tools

| Tool          | Purpose                                                                                             |
| ------------- | --------------------------------------------------------------------------------------------------- |
| OFP Brief     | Read an OFP PDF and present route, fuel, weather, alternates, and waypoint data in a usable format. |
| ATC Clearance | Capture departure clearance, scratch notes, drawings, and taxi instructions.                        |
| Weather       | Look up live METAR and TAF data by ICAO airport code.                                               |
| Alt Calc      | Estimate alternate availability, holding time, and last-exit timing.                                |
| Logbook       | Store personal flight records and export supported logbook formats.                                 |
| Pilot Calc    | Run common aviation calculations and conversions.                                                   |
| Diversion     | Review contingency procedures by FIR where available.                                               |

## <mark style="color:$warning;">Device-first design</mark>

AvComp is built for big and small screens. It uses large tap targets, a cockpit-style dark and light theme, local storage, and custom input panels where speed matters.

## <mark style="color:$warning;">Local data</mark>

AvComp data stays on your device in browser storage. Clearing browser data, using private browsing, or changing devices may remove saved sessions unless you export or copy the relevant data first.


---

# 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/what-is-avcomp.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.
