> For the complete documentation index, see [llms.txt](https://docs.flightsim-studio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flightsim-studio.com/e-jet-series/experimental-version/navdata-updater.md).

# Navdata Updater

We use a custom-built navdata format that allows us to query and process data independently of any specific application, with very high performance. Unfortunately, Navigraph cannot provide this file format directly through their app.

For this reason, you’ll find **navdata-updater.exe** in the aircraft folder (located in the MSFS **Packages** directory).&#x20;

<figure><img src="/files/5O6kh5mzIKvraqAhtw7k" alt=""><figcaption></figcaption></figure>

If the paths are not detected automatically, click **Add Path** and navigate to your `Community` folder. From there, open `fss-aircraft-e17x`, `fss-aircraft-e19x`, or `fss-aircraft-e19xf`, and then go into the `fss-wasm-data` folder.

For authentication, you can use the modern **consent method** by clicking the corresponding link, or sign in using the classic Navigraph code.

<figure><img src="/files/EkK22MaDj6IXXKC9wvMj" alt=""><figcaption></figcaption></figure>


---

# 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 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://docs.flightsim-studio.com/e-jet-series/experimental-version/navdata-updater.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.
