# Knowledge Base

## inFlight

- [Welcome](https://kb.inflightaddon.com/readme.md)
- [Installation](https://kb.inflightaddon.com/getting-started/installation.md)
- [Starting Positions](https://kb.inflightaddon.com/fundamentals/starting-positions.md)
- [Manual Starting Positions](https://kb.inflightaddon.com/fundamentals/manual-starting-positions.md)
- [Understanding Flight Phases](https://kb.inflightaddon.com/fundamentals/understanding-flight-phases.md): The inFlight Addon intelligently tracks your flight's progress and automatically transitions through various flight phases to ensure relevant announcements, interactions, and features are activated at
- [Flight Phases](https://kb.inflightaddon.com/fundamentals/flightphases.md): Flight Phases are the core of inFlight. It's what drives the sounds that you hear.
- [Adjusting UI Zoom](https://kb.inflightaddon.com/fundamentals/adjusting-ui-zoom.md)
- [General](https://kb.inflightaddon.com/options/general.md): The General Options screen is where you'll find settings related to your pilot profile, in-app communication style, Microsoft Flight Simulator installation paths, and data logging preferences.
- [Aircraft](https://kb.inflightaddon.com/options/aircraft.md): The Aircraft Options screen provides settings for selecting your aircraft's flap settings, and managing aircraft type based on passenger capacity.
- [Sound](https://kb.inflightaddon.com/options/sound.md): The Sound Module is your central control for customizing the auditory experience within the inFlight Addon. It is divided into several tabs, each addressing a specific category of sound.
- [Evaluation](https://kb.inflightaddon.com/options/evaluation.md): The Evaluation Module is designed to provide you with feedback on your flight performance. It can be toggled on or off based on your preference.
- [Defaults](https://kb.inflightaddon.com/options/defaults.md): The Defaults Options screen provides functionalities to reset all inFlight settings to their original defaults.
- [Starting/Managing a Flight](https://kb.inflightaddon.com/how-to/starting-managing-a-flight.md)
- [Restart a Flight](https://kb.inflightaddon.com/how-to/restart-a-flight.md)
- [Cancel Subscription](https://kb.inflightaddon.com/how-to/cancel-subscription.md)
- [Troubleshooting](https://kb.inflightaddon.com/tech-support/troubleshooting.md): Answers to common issues.
- [FAQs](https://kb.inflightaddon.com/tech-support/faqs.md): Frequently asked support questions and solutions.
- [After entering runway for takeoff , "Takeoff Power Set" (aka. Takeoff) is not detected.](https://kb.inflightaddon.com/tech-support/faqs/after-entering-runway-for-takeoff-takeoff-power-set-aka.-takeoff-is-not-detected..md)
- [I have multiple monitors and the inFlight Status Window shows on a non-primary monitor.](https://kb.inflightaddon.com/tech-support/faqs/i-have-multiple-monitors-and-the-inflight-status-window-shows-on-a-non-primary-monitor..md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://kb.inflightaddon.com/readme.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.
