# Defaults

### Managing Your Settings ⚙️

#### Reset All Settings to Default

* "RESET ALL SETTINGS TO DEFAULT" Button: Click this button to revert all your inFlight Addon settings back to their factory default values.
  * Confirmation: Upon clicking, a confirmation prompt will appear asking "Are you sure you want to reset all settings to default?".
  * Proceeding with Reset:
    * Click "YES" to confirm and reset all settings.
    * Click "NO" to cancel the operation and keep your current settings.
  * Alert: A success message "Settings has been reset to default." will be displayed upon successful reset.


---

# 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://kb.inflightaddon.com/options/defaults.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.
