# Introduction

This documentation should give you a good overview of how [FrontierNav](https://frontiernav.net) works and how you can take advantage of its features.

### What is FrontierNav?

FrontierNav is an interactive wiki. It combines features from wikis, [databases](https://docs.frontiernav.net/editing-data/data-tables), [maps](https://docs.frontiernav.net/navigation/interactive-maps) and more into a single unified platform. Being a wiki, the data is contributed by the community and anyone can [make changes](https://docs.frontiernav.net/editing-data/making-changes) to it.

For the latest news and updates, follow the project on [Patreon](https://www.patreon.com/frontiernav) and [Discord](https://discordapp.com/invite/crmfAsJ). FrontierNav is in active development so if you have any feedback or suggestions, feel free to share them.

![Xenoblade Chronicles X Wiki's overview page.](https://2168947178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MLQL2YrEAp0s7HxJmP8%2Fuploads%2Fdm07bMphHDzq4nTxdZ82%2FScreen%20Shot%202022-08-02%20at%2023.06.05.png?alt=media\&token=ba55d502-925e-48b5-8f8d-6c13c52eb22a)

### Navigating this documentation

If you would rather skip to a specific page, use the navigation along the left and search along the top. Otherwise, follow the links along the bottom.

As FrontierNav is in active development, some images, examples, and demonstrations may not be completely accurate but they should still get the general point across.

{% content-ref url="navigation" %}
[navigation](https://docs.frontiernav.net/navigation)
{% endcontent-ref %}

{% content-ref url="editing-data" %}
[editing-data](https://docs.frontiernav.net/editing-data)
{% endcontent-ref %}


---

# 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://docs.frontiernav.net/master.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.
