# Advanced Telemetry

With Tacview Starter you can display [basic telemetry](/tacview/getting-started/basic-telemetry.md). If you need more detailed aircraft status reports, Advanced Telemetry is available in Tacview Standard.

Go to `Options` → `Raw Telemetry 1` to see the advanced telemetry of the primary selected object:

![Advanced Telemetry - Raw Telemetry](/files/7zPORiWkLgLh9CzPCtIJ)

Any numeric or text property included in the ACMI file will be displayed here, even those which are not explicitly supported by Tacview.

Many of these Advanced Telemetry values will also be available in other tools such as charts, labels, the cockpit view, and more.

Using the [public file format](https://github.com/RaiaSoftwareInc/tacview.documentation/blob/main/technical-documentation/acmi-public-file-format.md) and the [SDK](/tacview/sdk.md), advanced users can create their own files containing custom properties and perform detailed analyses.


---

# 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/features/tacview-standard/advanced-telemetry.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.
