# Guides

Guides provide a way to navigate a wiki's data. There are different types of guides such as interactive guides and community guides.

***

## Community Guides

Community guides are textual guides created by members. Like discussions, anyone can create and share a community guide.

<figure><img src="/files/rZIArQF69TGTeC9iRowZ" alt=""><figcaption><p>A community guide for Baten Kaitos Origins.</p></figcaption></figure>

### Create a community guide

You can create a community guide by going to the "Guides" page and clicking the "+" icon or "Create a guide" menu item along the top of the page.

### Format text

See [Format Text](/editing-data/format-text.md). Search links are especially useful for guides to link to entities and categories.

### Edit a community guide

You can edit or remove your own community guides using the three-dot drop-down menu in the top-right of your guide.

***

## Interactive Guides

Interactive guides provide alternative interfaces to navigate the wiki. The most common default interactive guides are the [data tables](/editing-data/data-tables.md) and [interactive maps](/navigation/interactive-maps.md).

Some games have additional interactive guides, such as [Xenoblade Chronicles X's Probe Simulation](https://frontiernav.net/wiki/xenoblade-chronicles-x/visualisations/maps/probe-guides) and [Animal Crossing: New Horizon's Critter Calender](https://frontiernav.net/wiki/animal-crossing-new-horizons/visualisations/calendar).

### Create an interactive guide

If you want to create your own interactive guide and integrate it into FrontierNav, contact support and we can work together on it.


---

# 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/navigation/guides.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.
