# Settings and storage

AvComp stores settings and session data locally in the browser.

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

Common app preferences include:

* Theme: auto, light, or dark.
* Font scale: small, medium, or large.
* Airline profile selection.

Some feature-specific settings are stored inside each tool, such as aircraft presets in Alt Calc or weather airport lists.

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

AvComp uses browser local storage for app data. This keeps normal use private to the device, but it also means the data is tied to that browser profile.

Examples of locally stored data include:

* Loaded OFP session.
* Alt Calc session and aircraft presets.
* ATC clearance data.
* Weather airport list.
* Logbook entries and profile.
* Theme and font scale.

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

Clearing browser site data can remove AvComp sessions and saved records. Use tool-specific clear buttons when you only want to clear a single active session.

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

When installed or reopened after a successful online visit, AvComp may load from its offline app cache. Live services, such as weather, still require a network connection.

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

For important records, use the available export features. Local browser storage should not be treated as the only long-term archive.


---

# 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/settings-and-storage.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.
