# Use Pilot Calc

Pilot Calc is a set of aviation calculators and conversions in an FMS-style interface.

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

## <mark style="color:$warning;">Open a calculator</mark>

1. Open **PILOT CALC** from the Home screen.
2. Choose the calculator screen from the menu.
3. Tap a value field to enter or change a number.
4. Use the bottom navigation keys to move between calculator screens.

## Available screens

| Screen              | Use                                                                            |
| ------------------- | ------------------------------------------------------------------------------ |
| Altitude / Airspeed | CAS, TAS, Mach, OAT, ISA, and density altitude relationships.                  |
| Speed               | Convert between common speed units.                                            |
| Distance / Altitude | Convert distance and altitude units and calculate gradient or rate of descent. |
| Wind                | Solve wind triangle and runway wind components.                                |
| Length              | Convert length units.                                                          |
| Weight              | Convert kilograms and pounds.                                                  |
| Temperature         | Convert Celsius and Fahrenheit.                                                |
| Volume              | Convert fuel volume and weight using density.                                  |
| Timezone            | Convert UTC and local time where configured.                                   |
| Rest                | Build an in-flight rest schedule and countdown alarm.                          |
| FDP                 | Estimate FDP margin using the configured rule set.                             |
| Basic Calc          | Arithmetic with memory functions.                                              |

## <mark style="color:$warning;">OFP auto-fill</mark>

Some screens can use the currently loaded OFP as a starting point. For example, FDP and rest screens may pre-fill times from the OFP where available. Review every pre-filled value before relying on the result.


---

# 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/guides/use-pilot-calculator.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.
