# Welcome to the Tacview Documentation!

Eager to understand what really happened during your last flight? Tacview is a universal flight analysis tool that allows you to easily analyze and understand any flight in order to improve skills much faster than with conventional debriefing formats.

Whether you are a private pilot, a virtual squadron leader, or a casual simer, Tacview is an invaluable tool which enables you to understand what really happened and to improve piloting style as well as tactical skills

This documentation is for everyone, from the absolute beginner who is just [getting started](/tacview/getting-started.md), to the advanced user who is interested in [customizing](/tacview/customization.md) their installation, to the programmer who is using the [Software Development Kit (SDK)](/tacview/sdk.md) to develop add-ons and new features.

Please use the left-hand menu to browse the available sections and sub-sections.

At any time feel free to email us at [Tacview Support](mailto:support@tacview.net) and we will do our best to help you.

Happy flying!


---

# 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://raia-software-inc.gitbook.io/tacview/welcome.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.
