# ATC Clearance

ATC Clearance is a cockpit-side capture tool for departure clearance, scratch notes, drawing, and taxi route instructions.

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

| Mode       | Purpose                                                  |
| ---------- | -------------------------------------------------------- |
| Structured | Individual fields in standard clearance order.           |
| Scratchpad | Fast free-text capture for non-standard clearances.      |
| Taxi       | Tap-to-build taxi instructions with safety highlighting. |

## <mark style="color:$warning;">Structured fields</mark>

* SID / routing.
* Runway.
* Initial altitude.
* Squawk.
* Departure frequency.
* Ground frequency.
* Tower frequency.
* Clearance delivery frequency.
* Remarks.

## <mark style="color:$warning;">Smart formatting</mark>

The tool formats some common inputs when you move to the next field:

| Input                         | Result    |
| ----------------------------- | --------- |
| `050`                         | `FL050`   |
| `350`                         | `FL350`   |
| `5000`                        | `5000FT`  |
| `119625` in a frequency field | `119.625` |

## <mark style="color:$warning;">Taxi highlighting</mark>

Taxi mode visually distinguishes higher-attention instructions:

* Runway crossing instructions are shown as red chips.
* Hold-short instructions are shown as amber chips.
* Follow-the-green and other airport-specific tokens use distinct colors where available.

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

Structured clearance, scratchpad text, and draw mode data are saved locally. Taxi route data is transient and can be cleared when complete.


---

# 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/reference/atc-clearance.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.
